@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

body,
html {
  height: 100% !important;
  scroll-behavior: smooth;
}

.introductionDiv{
  margin-top: 10vh;
  
}


body {
  background-color: black !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  overflow-x: hidden;
}

.boxesSize {
  width: 100vw;
  height: 100vh;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg-black {
  background-color: #000000;
}

.bg-dark-ash {
  background-color: #0e0e0e !important;
}

.top-bar {
  width: 100%;
  display: flex;
}

.top-bar > div.pb1 {
  display: inline;
  background-color: #1a044d;
  width: 50%;
  height: 8px;
}

.top-bar > div.pb2 {
  background-color: #520000;
  width: 50%;
  height: 8px;
  display: inline;
}

.bg-img {
  height: 100vh !important;
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: absolute;
  bottom: 6.5rem;
}

.carousel-caption h2 {
  font-weight: 500;
}

.carousel-caption h2 span {
  /* color: #a20909; */
  font-weight: 700;
}

.logo-small {
  width: 100px;
}

.section {
  /* border: 0 2px;
    border-color: #a20909;
    border-style: solid none; */
  background-color: black;
  padding: 80px 0 30px;
}

h2.section-title {
  text-align: center;
  color: #969696;
  padding: 25px;
  font-weight: 700;
}

.projectLink {
  text-decoration: none;
  background-color: #adb5bda8;
  color: black;
  padding: 5px 10px;
  font-size: 80%;
  border-radius: 15px;
  transition: 1s;
  text-decoration: none;
}

.projectLink:hover {
  background-color: #adb5bdfa;
}

.container-lg {
  width: 100vw;
  min-height: 10vh;

  overflow: hidden;
}

small.text-muted {
  font-size: 0.7rem;
}

@media only screen and (max-width: 576px) {
  .parallax-img2 {
    padding: 10px;
  }
}

.section-b {
  padding: 35px 20px !important;
  border-radius: 0.25em;
  background-color: #000000ed;
}
.intro{
  width: 100%;
  
}

.introPB{
  width: 100%;

}


.introPB>p{
  font-size: 0.95rem !important;  
  /* Font size word-break: break-all; */
  text-align: justify;
  color: #ffffff8c !important;    /* Text color (semi-transparent white) */
}

.other-members div.col {
  margin-bottom: 20px;
}

.other-members h5 {
  margin-bottom: 0;
  color: #ffffffbf;
}

@media only screen and (max-width: 576px) {
  .other-members {
    padding: 0 20px;
  }
}

.section-d {
  width: 100%;
  font-size: 0.9em;
}

input.form-control,
textarea.form-control {
  background: #40404040;
  border-radius: 0.25em;
  background: #40404040;
  border-style: none none none none;
  border-width: 3px;
  padding: 2px 10px;
  font-weight: 100;
}

input.form-control:focus,
textarea.form-control:focus {
  color: black !important;
  background: #969696;
  border-color: white;
  box-shadow: 0 0 black;
}

.section-d button {
  font-size: 0.9em;
  border-radius: 0.25em !important;
}

table {
  color: #636a73 !important;
}

table td.topic {
  font-weight: 500;
  color: white;
}

.contact-card {
  border-radius: 0.25em !important;
}

.parallax-img3 {
  min-height: 5rem;
  position: relative;
}

.bg-overlay {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.copyrights {
  background-color: black;
  padding: 14px 0 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
  font-size: 0.85rem;
  font-weight: 300;
}

.landing-sec-main {
  /* width:80%; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100vh;
  background-image: linear-gradient(
      rgb(0, 0, 0),
      rgba(0, 0, 0, 0.3),
      rgb(0, 0, 0)
    ),
    url("#");
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-sec-img-sec {
  margin-top: 1.5rem;
}

.landing-sec-img-sec-img {
  display: block;
  width: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.landing-sec-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

@media only screen and (max-width: 720px) {
  .landing-sec-title {
    font-size: 1.5rem;
  }

  .landing-sec-intro,
  .landing-sec-reg,
  .inner-landing-sec-reg,
  .landing-sec-reg-btn {
    font-size: 0.85rem;
  }

  .landing-sec-intro {
    margin-top: 1.5rem;
  }

  .landing-sec-main {
    /* width:80%; */

    background-image: linear-gradient(
        rgb(0, 0, 0),
        rgba(0, 0, 0, 0.53),
        rgb(0, 0, 0)
      ),
      url("../images/tmpbg.avif");
  }
}

.landing-sec-intro {
  width: 50%;
  text-align: center;
  color: #969696;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.landing-sec-reg {
  width: 350px;
  display: block;
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-top: 10vh;
}

.inner-landing-sec-reg {
  padding: 10px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.landing-sec-reg-btn {
  font-weight: 500;
  font-size: 1.1rem;
  padding-left: 5px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.navbar-tmp1 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: transparent;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.container-tmp1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo-container-tmp1 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-tmp1 {
  width: 100px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.logo-tmp1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-tmp1 img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.brand-name-tmp1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}

.brand-name-tmp1:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.nav-links-tmp1 {
  display: flex;
  gap: 24px;
  list-style-type: none;
  padding-top: 15px;
}

.nav-links-tmp1 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 4px;
  position: relative;

  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-links-tmp1 a:hover {
  color: #969696;
  text-shadow: 0 0 3px #565555, 0 0 7px #3d3939;
}

.nav-links-tmp1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #969696;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  box-shadow: 0 0 3px #565555, 0 0 7px #3d3939;
}

.nav-links-tmp1 a:hover::after {
  transform: scaleX(1);
}

.hamburger {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 768px) {
  #Introduction {
    margin-top: 25px;
  }
  .container-tmp1 {
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px;
  }

  .logo-container-tmp1 {
    margin-bottom: 0;
  }

  .brand-name-tmp1 {
    display: none;
  }

  .nav-links-tmp1 {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(125px);
    -webkit-backdrop-filter: blur(125px);
  }

  .nav-links-tmp1.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}

@media (max-width: 568px) {
  .landing-sec-img-sec-img {
    width: 50vh;
  }
}

@media (max-width: 600px) {
  .landing-sec-intro {
    width: 80%;
  }
  .landing-sec-title {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.board_avatar {
  max-width: 10rem;
  max-height: 10rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 10;
  border: 0.5px solid #525252;
  border-radius: 8px;
  width: 85%;
  max-width: 60rem;
}
.terminal {
  display: flex;
  flex-direction: column;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 40px;
  padding-inline: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #202425;
}
.title {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 2.5rem;
  user-select: none;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.95rem;
  color: #8e8e8e;
}
.title > svg {
  height: 18px;
  width: 18px;
  margin-top: 2px;
  color: #006adc;
}
.copy_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border: 0.65px solid #c1c2c5;
  margin-left: auto;
  border-radius: 6px;
  background-color: #202425;
  color: #8e8e8e;
  cursor: pointer;
}
.copy_toggle > svg {
  width: 20px;
  height: 20px;
}
.copy_toggle:active > svg > path,
.copy_toggle:focus-within > svg > path {
  animation: clipboard-check 500ms linear forwards;
}
.body {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: auto;
  padding: 1rem;
  line-height: 19px;
  color: white;
  background-color: black;
  white-space: nowrap;
}
.pre {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-wrap: nowrap;
  white-space: pre;
  background-color: transparent;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.95rem;
  width: auto;
}
.pre code:nth-child(1) {
  color: #575757;
}
.pre code:nth-child(2) {
  color: #e34ba9;
}
.cmd {
  height: 19px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: auto;
}
.cmd::before {
  content: attr(data-cmd);
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  animation: inputs 8s steps(22) infinite;
}
.cmd::after {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-right: 0.15em solid #714444;
  animation: cursor 0.5s step-end infinite alternate, blinking 0.5s infinite;
}

@keyframes blinking {
  20%,
  80% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
  }
}
@keyframes cursor {
  50% {
    border-right-color: transparent;
  }
}
@keyframes inputs {
  0%,
  100% {
    width: 0;
  }
  10%,
  90% {
    width: 58px;
  }
  30%,
  70% {
    width: 215px;
    max-width: max-content;
  }
}
@keyframes clipboard-check {
  100% {
    color: #fff;
    d: path(
      "M 9 5 H 7 a 2 2 0 0 0 -2 2 v 12 a 2 2 0 0 0 2 2 h 10 a 2 2 0 0 0 2 -2 V 7 a 2 2 0 0 0 -2 -2 h -2 M 9 5 a 2 2 0 0 0 2 2 h 2 a 2 2 0 0 0 2 -2 M 9 5 a 2 2 0 0 1 2 -2 h 2 a 2 2 0 0 1 2 2 m -6 9 l 2 2 l 4 -4"
    );
  }
}

footer {
  opacity: 100%;
}

.socialIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialIcons a {
  text-decoration: none;
  padding: 10px;
 
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i {
  font-size: 1em;
  color: white;
  opacity: 0, 9;
}
/* Hover affect on social media icon */
.socialIcons a:hover {
  color: #898989;
  transition: 0.5s;
}
.socialIcons a:hover i {
  color: white;
  transition: 0.5s;
}
.footerNav {
  margin: 30px 0;
}
.footerNav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li a {
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;
}
.footerNav ul li a:hover {
  opacity: 1;
}
.footerBottom {
  background-color: #000;
  padding: 20px;
  text-align: center;
}
.footerBottom p {
  color: white;
}
.designer {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
@media (max-width: 700px) {
  .footerNav ul {
    flex-direction: column;
  }
  .footerNav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }
  .socialIcons a {
    padding: 8px;
    margin: 4px;
  }
}

/* Projects Start */

#projects {
  min-height: 50vh;
}

.projectsBox {
  display: grid;
  grid-template-columns: 50% 50%;
  height: auto;
}

.projectFirstBox table{
  position: relative;
  left: 50%;
  transform: translate(-50%,0%);
}

.projectFirstBox table,
tr,
th,
td {
  margin-top: 15px;
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-size: 20px;
}

.projectFirstBox h1,
h2,
h3,
h4,
h5,
h6 {
  color: #969696;
}

.projectFirstBox h1 {
  text-align: center;
}

.projectFirstBox img {
  width: 150px;
  margin-top: 50px;
  position: relative;
  left: 35%;
  transform: translate(-35%);
}

.projectTwoBox {
  border-left: 1px solid #969696;
  padding: 0px 0px 0px 15px;
}

.projectTwoBox img {
  width: 350px;
}
.projectTwoBox h5 {
  width: 450px;
  text-align: justify;
  margin-top: 25px;
}

.btnMore {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: auto;
  background-color: transparent;
  color: #969696;
  outline: none;
  border: none;
  float: right;
  margin-top: 35px;
}

#btnaAchMore {
  position: relative;
  left: 10%;
  margin-top: 500px;
}

.btnMore:focus,
.btnMore:active {
  outline: none;
  border: none;
}

.moreCover {
  grid-template-columns: 100px;
  grid-template-rows: auto auto;
}

.firstMore {
  font-size: 20px;
}

.secondMore {
  font-size: 13px;
}

.thirdMore {
  font-size: 40px;
}
/* Projects End*/

/* Achievement Start */
#achievements {
  width: 100vw;
  min-height: 100vh;
 
}

.achBox {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.achBoxes {
  width: 300px;
  min-height: auto;
  border-radius: 30px;
  color: #969696;
  background-color: rgba(122, 122, 122, 0.1);
  user-select: none;
  cursor: pointer;
  box-shadow: -1px -1px 26px -39px rgba(255, 255, 255, 1);
}

.achBoxes:nth-child(5) {
  min-height: 500px;
}

.achBoxesImg {
  width: 300px;
  height: 300px;

  display: flex;
  justify-content: center;
}

.achBoxesImg img {
  border-radius: 30px 30px 0px 0px;
}

.achBoxesDes {
  width: 280px;
  height: auto;
  font-size: 14px;
  overflow: hidden;
  padding-top: 15px;
  padding-left: 15px;
}

.achBoxesDes:nth-child(5) p {
  font-size: 5px;
}

.achBoxesImg img {
  width: 100%;
}

.morachboxes {
  position: absolute;
  color: #ffffff;
  width: 300px;
  height: 300px;
  background-color: rgba(39, 31, 31, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  transition: all 0.5s ease-in-out;
}

.morachboxes:hover {
  background-color: rgba(39, 31, 31, 0.8);
}

.popachyd {
  width: 100vw;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.popachydtitle {
  color: white;
  padding: 15px 15px 15px 15px;
  height: 10vh;
}

.popachydimages {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

#closeForBtn {
  position: relative;
}

#closebtnofthis {
  position: absolute;
  cursor: pointer;
  user-select: none;
  z-index: 9999;
  left: 73%;

  background-color: white;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  border-radius: 80%;
  text-align: center;
}

swiper-container {
  width: 50vw;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Achievement End */

/* merch start */
/* #merch{
  margin-top: -110px;
} */

.merchBox {
  width: 900px;
  height: 450px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 100%;
  border-radius: 20px;
  border: 1px solid white;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}

.merchBoximg img {
  width: 100%;
}

.merchBoximg {
  padding: 10px 10px;
}

.merchBocDescription {
  padding: 20px 20px;
}

.merchBocDescription p {
  color: #969696;
  margin-top: 15px;
}

#buyNowbtn {
  margin-top: 80px;
  margin-bottom: 5px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #969696;
  border-radius: 10px;
}

#buyNowbtn a {
  color: #969696;
  text-decoration: none;
}

#buyNowbtn:hover {
  box-shadow: inset 0 -100px 0 0 #969696;
}

#buyNowbtn:active {
  transform: scale(0.9);
}

#buyNowbtn:hover a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

#joinNowBtn {
  -webkit-appearance: none;
  appearance: none;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 2px solid #d72b59;
  border-radius: 43px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#joinNowBtn a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

/* merch end */

.contactDetail {
  width: 100%;
  
  border-radius: 20px;
  padding: 10px 10px;
  background-color: #101010;
}

.table {
  width: 100%;

  
}

/* Flow chart */
#board {
  min-height: 100vh;
}

.bgImg {
  position: relative;

  user-select: none;
}

.bgImg a {
  user-select: none;
  cursor: default;
}

.bgImg img {
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.chartBoard {
  display: none;
}

@media (max-width: 768px) {
  #projects {
    min-height: 100vh !important;
  }
  .projectsBox {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
  }

  .projectFirstBox table {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  #VISHVABHIYATHRALogo {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .projectTwoBox {
    padding-top: 35px;
    border-left: none;
    border-top: none;
    font-size: 16px;
  }

  .projectTwoBox h5 {
    width: 100%;
    text-align: center;
  }

  .projectTwoBox img {
    width: 150px;
  }

  .btnMore {
    margin-left: -100px;
  }

  /* merch start */
  .merchBox {
    width: 600px;
    height: 450px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    border-radius: 20px;
    border: 1px solid white;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .merchBoximg img {
    width: 100%;
    object-fit: cover;
  }

  .merchBoximg,
  .merchBocDescription {
    padding: 15px 15px;
  }

  /* merch end */
  .contactDetail {
    width: 95%;
    
    border-radius: 20px;
    padding: 10px 10px;
    background-color: #101010;
  }
  .section-d {
    width: 95%;
    font-size: 0.9em;
  }
  
}

@media (max-width: 531px) {
  
  .achBoxes {
    width: 250px;
    height: 500px;
    border-radius: 30px;
    color: white;
    position: relative;
    margin-top: 5px;
    left: 40%;
    transform: translate(-40%, 0%);
  }

  .achBoxesImg {
    width: 250px;
    height: 300px;
  }

  .achBoxesImg img {
    border-radius: 30px 30px 0px 0px;
  }

  .achBoxesDes {
    width: 250px;
    height: 200px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
  }

  .morachboxes {
    position: absolute;
    color: #ffffff;
    width: 250px;
    height: 300px;
    background-color: rgba(39, 31, 31, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 0px 0px;
    transition: all 0.5s ease-in-out;
  }

  .achBoxes:nth-child(5) {
    min-height: 550px;
  }

  #btnaAchMore {
    margin-top: 610px;
    left: -10%;
    transform: translate(-10%, 15%);
  }
}

@media (max-width: 426px) {
  /* merch start */
  .merchBox {
    width: 400px;
    height: 500px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    border-radius: 20px;
    border: 1px solid white;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .merchBoximg img {
    width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .merchBocDescription p {
    color: #969696;
    margin-top: 5px;
    font-size: 12px;
  }

  .merchBoximg,
  .merchBocDescription {
    padding: 15px 15px;
  }

  #buyNowbtn {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #969696;
    border-radius: 10px;
  }

  /* merch end */
  .projectFirstBox table,
  tr,
  th,
  td {
    font-size: 18px;
  }

  .projectTwoBox h5 {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  /* Achievement Start */
  #achievements {
    width: 100vw;
    min-height: 100vh;
  }

  .achBox {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;

  }

  .achBoxes {
    width: 250px;
    height: 500px;
    border-radius: 30px;
    color: white;
    position: relative;
    margin-top: 5px;
    left: 40%;
    transform: translate(-40%, 0%);
  }

  .achBoxesImg {
    width: 250px;
    height: 300px;
  }

  .achBoxesImg img {
    border-radius: 30px 30px 0px 0px;
  }

  .achBoxesDes {
    width: 250px;
    height: 200px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
  }

  .morachboxes {
    position: absolute;
    color: #ffffff;
    width: 250px;
    height: 300px;
    background-color: rgba(39, 31, 31, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 0px 0px;
    transition: all 0.5s ease-in-out;
  }

  .achBoxes:nth-child(5) {
    min-height: 550px;
  }

  #btnaAchMore {
    margin-top: 610px;
    left: -10%;
    transform: translate(-10%, 15%);
  }

  swiper-container {
    width: 100vw;
  }

  swiper-container {
    --swiper-navigation-color: #ffffff !important;
    --swiper-pagination-color: #ffffff !important;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: contain;
  }

  #closebtnofthis {
    left: 85%;
  }

  /* merch start */
  .merchBox {
    width: 300px;
    height: 500px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40% 60%;
    border-radius: 20px;
    border: 1px solid white;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .merchBoximg img {
    width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .merchBoximg,
  .merchBocDescription {
    padding: 5px 15px;
  }

  #buyNowbtn {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #969696;
    border-radius: 10px;
  }

  /* merch end */

  .bgImg {
    display: none;
  }

  .chartBoard {
    display: block;
  }

  .socialIcons a i {
    font-size: 1em;
    color: rgb(255, 255, 255);
    opacity: 0, 9;
  }

  .table tr,
  td {
    font-size: 10px;
  }

  .copyrights {

    padding: 14px 10px 10px 0;

    font-size: 0.65rem;
  
  }
}

@media (max-width: 321px) {
  #btnaAchMore {
    left: 100%;
    transform: translate(-100%, 0%);
   

    margin-top: -0px;
  }

  .achBoxes {
    width: 250px;
    height: 500px;
    border-radius: 30px;
    color: white;
    position: relative;
    left: 15%;
    transform: translate(-15%, 0%);
  }
  .card{
    width: 260px  !important;
  }
}
