* {
  margin: 0;
  padding: 0;
  color: white;
}

.flex {
  display: flex;
}

body {
  background-color: black;

}

nav {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}

.navbar ul {
  list-style-type: none;
  display: flex;
}

.navbar ul li {
  margin: 20px;
}

.navbar ul li a::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: gold;
  transform: scale(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}

.navbar ul li a:hover::after, .navbar ul li a.activeig::after {
  transform: scale(1);
}

.navbar ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

nav {
  display: flex;
  padding: 0 20px;
  background-color: rgb(9, 9, 9);
  color: white;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  cursor: pointer;
  z-index: 210;
}

.right a {
  margin: 0 10px;
  cursor: pointer;
}


.main {
  height: 88.4vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background-image: url(/img/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.rushan {
  color: rgb(240, 6, 6);
}


.right {
  display: flex;
}

.right img {
  height: 40px;
  width: 40px;
  filter: invert();
}

.aboutme {
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #191919;

}

.aboutleft img {
  border-radius: 10px;
  height: 650px;
   width: 500px;
}

.about {
  font-size: 50px;
}

.detailss {
  font-size: 20px;
  color: gray;
  padding: 10px;
}

.aboutright {
  margin: 40px;
}

.project {
  /* background-color: #101010; */
  /* background-image: url(); */
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  height: 100vh;

}









.trail {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgb(31, 81, 255);
  background: rgb(31, 81, 255);
  position: fixed;
  animation: come 1s linear forwards;
}

@keyframes come {
  0% {
    transform: scale(0);
  }

  10% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    transform: scale(0) translateY(50px);
    opacity: 0;
  }
}
















@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");

:root {
  --card-width: 200px;
  --card-height: 300px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: none;
  border: none;
}

.app {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.app__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.8;
}

.app__bg__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
  width: 180%;
  height: 180%;
  transition: transform 1000ms ease, opacity 1000ms ease;
  overflow: hidden;
}

.app__bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app__bg__image.current--image {
  opacity: 1;
  --image-translate-offset: 0;
}

.app__bg__image.previous--image,
.app__bg__image.next--image {
  opacity: 0;
}

.app__bg__image.previous--image {
  --image-translate-offset: -25%;
}

.app__bg__image.next--image {
  --image-translate-offset: 25%;
}

.cardList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: auto;
}

.cardList__btn {
  --btn-size: 35px;
  width: var(--btn-size);
  height: var(--btn-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.cardList__btn.btn--left {
  left: -5%;
}

.cardList__btn.btn--right {
  right: -5%;
}

.cardList__btn .icon {
  width: 100%;
  height: 100%;
}

.cardList__btn .icon svg {
  width: 100%;
  height: 100%;
}

.cardList .cards__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.card {
  --card-translateY-offset: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
  display: inline-block;
  width: var(--card-width);
  height: var(--card-height);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
  user-select: none;
}


/* .redirect-link {
  position: absolute;
  transform: translateX(-50%);
  padding: 15px 25px;
  background-color: #221f1f;
  color: white;
  border: 2px solid black;
  border-radius: 180px;
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(32, 30, 30, 0.3);
  transform: translateX(-50%) translateY(-10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 200;
} */


.redirect-link {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background: linear-gradient(90deg, #ff9900 0%, #ffcc00 100%);
  color: #333 !important;
  /* border: 3px solid #333; */
  border-radius: 180px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.4s;
  pointer-events: none;
  opacity: 0;
  z-index: 20;
}

.redirect-link::after {
  content: "";
  position: absolute;
  text-align: right;
  background: linear-gradient(90deg, #ff9900 0%, #ffcc00 100%);
  color: #333;

  top: -2%;
  left: -2%;
  width: 100%;
  height: 100%;
  border-radius: 180px;
  border: 3px solid #000000;
  z-index: -1;
  transition: transform 0.3s;
}


.redirect-link:hover::after {
  transform: translate(-0.5rem, 0.5rem);
}

/* .redirect-link:hover {
  transform: scale(1.1);
} */

.redirect-link.visible {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 15px 25px rgba(206, 30, 30, 0.5);
  border: 2px solid black;

}






















.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: opacity var(--card-transition-duration) var(--card-transition-easing);
  opacity: calc(1 - var(--opacity));
}

.card__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card.current--card {
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 0.8;
}

.card.previous--card {
  --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
  --card-rotation-offset: 25deg;
}

.card.next--card {
  --card-translateX-offset: calc(var(--card-width) * 1.1);
  --card-rotation-offset: -25deg;
}

.card.previous--card,
.card.next--card {
  --card-scale-offset: 0.9;
  --opacity: 0.4;
}

.infoList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: var(--card-height);
  pointer-events: none;
}

.infoList .info__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.info {
  margin-bottom: calc(var(--card-height) / 8);
  margin-left: calc(var(--card-width) / 1.5);
  transform: translateZ(2rem);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
}

.info .text {
  position: relative;
  font-family: "Montserrat";
  font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
  white-space: nowrap;
  color: #fff;
  width: fit-content;
}

.info .name,
.info .location {
  text-transform: uppercase;
}

.info .location {
  font-weight: 800;
}

.info .location {
  --mg-left: 40px;
  --text-size-offset: 0.12;
  font-weight: 600;
  margin-left: var(--mg-left);
  margin-bottom: calc(var(--mg-left) / 2);
  padding-bottom: 0.8rem;
}

.info .location::before,
.info .location::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0%;
  transform: translate(calc(-1 * var(--mg-left)), -50%);
}

.info .location::before {
  top: 50%;
  width: 20px;
  height: 5px;
}

.info .location::after {
  bottom: 0;
  width: 60px;
  height: 2px;
}

.info .description {
  --text-size-offset: 0.065;
  font-weight: 500;
}

.info.current--info {
  opacity: 1;
  display: block;
}

.info.previous--info,
.info.next--info {
  opacity: 0;
  display: none;
}

.loading__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 200;
}

.loading__wrapper .loader--text {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.loading__wrapper .loader {
  position: relative;
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.loading__wrapper .loader span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transform: scaleX(0);
  transform-origin: left;
}

@media only screen and (min-width: 800px) {
  :root {
    --card-width: 250px;
    --card-height: 400px;
  }
}
@media only screen and (width < 650px) {
  :root {
    --card-width: 150px;
    --card-height: 250px;
  }
}
@media only screen and (width <  480px) {
  :root {
    --card-width: 100px;
    --card-height: 200px;
  }
}

.support {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  display: flex;
}

.support a {
  margin: 0 10px;
  color: #fff;
  font-size: 1.8rem;
  backface-visibility: hidden;
  transition: all 150ms ease;
}

.support a:hover {
  transform: scale(1.1);
}



.contect-container{
  /* height: 100vh; */
  background-color: rgba(25, 25, 25, 1);
}
.contectme{
  background-image: url(/img/contact-us-banner-1680x500.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 83vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.contectme h2{
  font-size: 70px;
}
.contactdetails{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  padding-bottom: 0px;

}
.contactmeat{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.contactmeat a img{
  height: 100px;
  width: 100px;
  fill: white;
  filter: invert();
}
.contactmeat a button{
  padding: 10px;
  border: 2px solid gray;
  border-radius: 50px;
  margin: 30px;
  font-size: 20px;
  width: 250px;
  /* background-color: rgb(59, 54, 54); */
}
.contactmeat a button:hover{
  background-color: #f9004d;
box-shadow: 0 0 30px blue, 0 0 50px red;

}





@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

.Animated-Radial-Menu {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #101010;
}
.Animated-Radial-Menu .menu {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.Animated-Radial-Menu .menu .toggle {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #2f363e;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  transition: transform 0.5s;
}
.toggle img{
  width: 50px;
  height: 50px;
  border-radius: 180px;
}
.Animated-Radial-Menu .menu li {
  position: absolute;
  left: 0;
  list-style: none;
  transition: 0.3s;
  transition-delay: calc(0.04s * var(--i));
  transform: rotate(0deg) translateX(170px);
  transform-origin: 200px;
}
.Animated-Radial-Menu .menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: var(--clr);
  border: 2px solid var(--clr);
  border-radius: 50%;
  font-size: 1.5em;
  transform: rotate(calc(-36deg * var(--i)));
  transition: 0.3s;
}
.Animated-Radial-Menu .menu li a:hover {
  background: var(--clr);
  color: #333;
  box-shadow: 0 0 10px var(--clr), 0 0 30px var(--clr), 0 0 50px var(--clr);
}
.Animated-Radial-Menu .menu.active .toggle {
  transform: rotate(315deg);
}
.Animated-Radial-Menu .menu.active li {
  transform: rotate(calc(36deg * var(--i))) translateX(0px);
}
















@media (max-width: 1200px) {
  .navbar {
    padding: 15px 30px;
  }

  .navbar ul {
    flex-direction: row;
    gap: 15px;
  }

  .main h2 {
    font-size: 2rem;
  }

  .aboutme {
    flex-direction: column;
    text-align: center;
  }

  .aboutleft, .aboutright {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .navbar {
    /* flex-direction: column; */
    padding: 15px 20px;
    
  }

  .navbar ul {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    
  }

  .aboutme {
    padding: 20px;
  }

  .aboutright {
    padding: 0;
  }

  .Animated-Radial-Menu ul {
    flex-direction: column;
  }

  .cards__wrapper {
    flex-direction: column;
  }

  .infoList {
    text-align: center;
  }

  .contactdetails {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .navbar {
    flex-direction: column;
    padding: 15px 20px;
    height: 120px;
  }

  .navbar ul {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
  }

  .aboutme {
    padding: 20px;
  }

  .aboutright {
    padding: 0;
  }

  .Animated-Radial-Menu ul {
    flex-direction: column;
  }

  .cards__wrapper {
    flex-direction: column;
  }

  .infoList {
    text-align: center;
  }

  .contactdetails {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 10px;
    height: 110px;
  }

  .navbar ul li a {
    font-size: 1rem;
  }

  .main h2 {
    font-size: 1.5rem;
  }

  .aboutme {
    padding: 10px;
  }

  .aboutright h2 {
    font-size: 1.5rem;
  }

  .detailss {
    font-size: 0.9rem;
  }

  .contactdetails img {
    width: 40px;
    height: 40px;
  }

  button.rushan {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
@media (width < 480px) {
  .navbar {
    padding: 2px;
  }

  .navbar ul li a {
    font-size: 0.5rem;
    /* width: 80vw; */

  }

  .main h2 {
    font-size: 1.5rem;
  }

  .aboutme {
    padding: 10px;
  }

  .aboutright h2 {
    font-size: 1.5rem;
  }


  .detailss {
    font-size: 0.9rem;
  }

  .contactdetails img {
    width: 40px;
    height: 40px;
  }

  button.rushan {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .aboutleft img{
    width: 100%;
    height: 80%;
  }
  .Animated-Radial-Menu {
    transform: scale(0.9);
  }
}

