@font-face {
  font-family: "movify";
  src: url(/Home/ElegantBloom.otf);
}

@font-face {
  font-family: "myfont";
  src: url(/Home/atwriter.ttf);
}

html, body {
  margin: 0;
  font-family: "myfont";
  background: #000000;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.Movify{
  font-size: 130px;
  color: white;
  font-family: "movify";
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: #ffffff;
  padding: 30px 60px;
  font-size: 35px;
  border-radius: 0 0 30px 30px;
}

.links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.links a {
  color: #ffffff;
  text-decoration: none;
}

.links a:hover {
  color: #FFDB00;
}


.T1 {
  margin-top: 200px;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}

.T1:hover {
  color: #23D1FF;
}

.gallery {
  position: relative;
  width: 100%;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 45px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(5px);
}

.scroll-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.scroll-btn.left {
  left: 15px;
}

.scroll-btn.right {
  right: 15px;
}

.TS ::-webkit-scrollbar {
  display: none;
}
.TS {
  width: 100%;
  margin: 50m;
  display: flex;
  gap: 40px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.TS::-webkit-scrollbar {
  display: none;
}


.mp {
  height: 270px;
  width: px;
  background-color: var(--primary-color);
  padding: 0;
  border-radius: 55px;
  border: none;
  align-content: center;
  transition: 0.3s;
  font-size: 20px;
  color: #ffffff;
  
}

.mp img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.mp:hover {
  transform: scale(1.02);
}