body {
  width: 100vw;
  z-index: -100;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color: white;
  overflow-x: hidden;
}

a img {
  display: block; /* or inline-block if you want the images to remain inline */
  float: left; /* alternative way to remove gaps */
  margin: 0; /* remove any default margin */
  padding: 0; /* remove any default padding */
}

a {
  font-size: 0; /* remove font-size to eliminate whitespace gaps */
}

a img {
  font-size: initial; /* reset font-size for images */
}
.container {
  padding: 0 10% 0 8%;
}
a {
  text-decoration: none;
  color: inherit;
}


.about_me {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 
.page {
  height: 100vh;
} */

.bg {
  z-index: -1;
  width: 100%;
  position: relative;
  height: 0;
}

.section_title {
  display: flex;
  justify-content: space-around;
  height: 23vh;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about_me_bg {
  background: url("./images/cover/CoverImage.png") center center / cover
    no-repeat;
  z-index: -1;
  width: 100%;
  padding-top: calc(967 / 1279 * 100%);
  display: flex;
  flex-direction: column;
  position: relative;
}

.about_me_header {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 1% 1% 0 1%;
  height: fit-content;
}

.navbar {
  /* color: white; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 50vh;
  padding: 0 2% 0 1%;
  position: fixed;
  right: 0;
  top: 20%;
  text-align: right;
  filter:grayscale(100%) invert(100%);
  mix-blend-mode:difference;
  width: 10%;
  z-index: 100;
}

.navbar > a{
  font-size: 13px;
margin-bottom: 10%;
}
.navbar >a:hover{
  font-weight: 600;
  text-decoration: none;
}

.profile {
  display: flex;
  flex-direction: column;
  color: black;
  justify-content: space-around;
  margin-top: -20%;
  margin-bottom:10%;
}

.profile_container {
  display: flex;
  grid-template-columns: repeat(2fr, 5fr);
  gap:8%;
  padding: 0 10% 0 8%;
  place-content: space-around;
  /* justify-content: space-around; */
  place-items: center;
  width: 100%;
  padding-right: 10%;
  padding-bottom: 10%;
}
.profile_name_container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 50vh;
  width: 25vh;
  align-items: center;
}

.profile_img {
  width: 10vw;
  height: auto;
}

.profile_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 900;
}


.profile_name span:nth-child(1){
  font-size: 14px;
  font-family: "Noto Serif", serif;
}

.profile_name span:nth-child(2){
  font-size: 12px;
  color: rgb(67, 67, 67);
  padding-top: 4px;
}
.profile_info {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(60, 60, 60);
}


.profile_disc_container {
  display: grid;
  gap: 5%;
  padding-top:5%;
  grid-template-columns: 1fr 1fr;
  place-items: stretch;
  width: 100%;
  height: 100%;
}

.profile_disc_item {
  display: block;
}


.profile_disc_item > h1 {
  font-size: 1.2vw;
  font-weight: 900;
  margin-bottom: 40px;
}

.profile_disc_item > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 30px;
  margin-bottom: 22px;
}

.profile_disc_item > div > div:nth-child(1) {
  font-size: 0.8vw;
  font-weight: 900;
  color:rgb(72, 72, 72);
}

.profile_disc_item > div > div > p:nth-child(1) {
  font-size: 1vw;
  font-weight: 400;
  margin-bottom: 8px;
}

.profile_disc_item > div > div > p:nth-child(2) {
  font-size: 0.8vw;
  font-weight: 400;
  color:rgb(105, 105, 105);
}


.introduce p{
  color: black;
  font-size: 2.4vw;
  line-height: 3.4vw;
  padding-left: 5%;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings:
      "wdth" 100;
}

.discription {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 10% 0 5%;
  column-gap: 10%;
  margin-bottom:10%;
}

.section_container {
  display: flex;
  flex-direction: column;
}

.content_section {
  margin-bottom: 10%;
}

.content_section h2 {
  font-size: 1.5vmax;
  margin-bottom: 5%;
  flex: 1 0 auto;
}

.content_section p {
  font-size: 1vmax;
  line-height: 1.5;
}

.exmotion_bg {
  background: url("./images/1_exmotion/exmotion_1.png") center center / cover
    no-repeat;
  z-index: -1;
  width: 100%;
  padding-top: calc(1165 / 1391 * 100%);
  display: flex;
  height: 0;
  flex-direction: column;
  position: relative;
}

#exmotion {
  position: absolute;
  top: 33%;
  left: 0;
}

.exmotion {
  position: absolute;
  top: 28%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.exmotion_img_2,
.exmotion_img_3,
.exmotion_img_4,
.exmotion_img_5 {
  width: 100%;
  height: auto;
}

.exmotion_big_container {
  width: 100%;
}

.exmotion_part1_title{
  /* font-size: 20px; */
  font-size: 1vw;
  font-weight: 700;
  margin-bottom:10%;
}

.exmotion_img_14_container .exmotion_part1_title,
.exmotion_img_6_container .exmotion_part1_title
{
margin:0;
width:23vw;
}

.exmotion_part1_disc{
  /* font-size: 18px; */
  font-size:0.8vw;
  line-height: 1.2vw;
  font-weight: 400;
  line-height: 24px;
  margin-top:3%;
}


.exmotion_img_grid {
  display: grid;
  grid-template-columns: 1fr;
  place-self: center;
  grid-template-rows: repeat(2, 1fr);
  place-items: center;
  margin: 5% 0;
  padding: 0 10% 0 8%;
}
.exmotion_img_container1 {
  display: grid;
  grid-template-columns: 6fr 4fr;
  width: 100%;
  column-gap: 10%;
}

.exmotion_img_container2 {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
  column-gap: 5%;
  width: 100%;
}

.exmotion_img_14_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.exmotion_img_7 {
  width: 30vw;
}

.exmotion_img_7_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.exmotion_img_6_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exmotion_img_6 {
  /* height: 70%; */
  width: 100%;
}

.exmotion_img_10,
.exmotion_img_11 {
  width: 100%;

}

.exmotion_img_14,
.exmotion_img_6 {
  margin-top: 10%;
  width: 100%;
}

.exmotion_text_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.exmotion_content{
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 20vh;
  text-align: center;
  /* filter:grayscale(100%) invert(100%);
  mix-blend-mode:overlay; */
}


.content_title_1{
  letter-spacing: 1px;
  font-size: .8vw;
  font-weight: 800;

}

.content_title_2{
  font-size:3.5vw;
  font-weight: 900;
  margin:3vh 0 2vh 0;
  
}
.content_title_3{
  font-size: 1.25vw;
  font-weight: 600;
  margin-top: -14px;
  margin-bottom: 40px;
}

.content_title_4{
  font-size:1vw;
  /* font-size: 20px; */
  line-height:1.4vw;
  font-weight: 500;
  /* line-height: 22px;   */
}


.exmotion_title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.exmotion_link_disc{
  color:black;
}


#sheer {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 13%;
}

.sheer_bg {
  background: url("./images/2_sheer/sheer_1.png") center center / cover
    no-repeat;
  padding-top: calc(790 / 744 * 80%);
  width: 100%;
  height: 0;
  margin-top: -13%;
  position: relative;
}

.sheer {
  margin-top:15%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sheer_title {
  color:rgb(43, 43, 43);
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
}

/* .sheer_title .content_title_4{
font-weight: 600;
line-height: ;  
} */
.sheer_big_container {
  width: 100%;
}

.sheer_grid {
  padding: 2% 10% 7% 8%;
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  place-content: center;
  gap: 10%;
}

.sheer_pink {
  display: grid;
  grid-template-columns: 6fr 4fr;
  place-items: center;
  width: 100%;
  column-gap: 13%;
}

.sheer_img_3,
.sheer_img_5,
.sheer_img_6,
.sheer_img_7,
.sheer_img_20 {
  width: 100%;
}
.sheer_logo {
  line-height: 1.4vw;
  margin:3%;
  display: flex;
  justify-content: center;
  height: auto;
}

/* .sheer_img_4,
.sheer_img_8,
.sheer_img_9,
.sheer_img_gif {
  width: 100%;
  height: auto;
} */

.sheer_disc {
  padding-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size:1vw;
}
.section_part1_title{
font-size: 1vw;
font-weight: 600;
}

.section_part1_disc{
  margin-top:1%;
  font-size:.8vw;
  line-height:1.2vw;
  font-weight: 600;
}


.sheer_disc_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.sheer_disc_contents_left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
}

.sheer_small_disc{
  margin-top:3%;
  font-size:0.6vw;
  line-height:1vw;
  font-weight:500;
}

.sheer_img_4 {
  width: 30%;
}

.sheer_img_7 {
  width: 90%;
  place-self: end;
}
.sheer_thread {
  display: grid;
  grid-template-rows: 1fr 3fr;
  margin-bottom:5%;
}
.space_disc {
  margin-top:3%;
  line-height: 1.2vw;
  font-size: 0.8vw;
  width: 100%;
}

.sheer_gif {
  width: 100%;
  height: auto;
}

.sheer_img_gif {
  width: 100%;
  height: auto;
}
.thread_img_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  column-gap: 10%;
}
.thread_disc {
  align-self: center;
}

.thread_img {
  width: 100%;
  height: auto;
}

.sheer_img_10 {
  background: url("./images/2_sheer/sheer_10.jpg") center center / cover
    no-repeat;
  padding-top: calc(691 / 1308 * 100%);
}

.sheer_img_10 span {
  position: absolute;
  top: 8%;
  left: 8%;
}

.container_1{
  padding:8% 8% 8% 10%;
}

.section4_part1_title{
  margin-bottom:3%;
  font-size:1vw;
  line-height:1.2vw;
  font-weight: 600;
}

.sheer_iconography {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.sheer_img_11 {
  margin-top:7%;
  background: url("./images/2_sheer/sheer_11.jpg") center center / cover
    no-repeat;
  padding-top: calc(427 / 1045 * 100%);
}
.applications_disc {
  line-height: 1.4vw;
  margin-bottom: 5%;
}

.sheer_applications {
  width: 100%; /* 너비 설정 */
  height: auto; /* 높이 설정 */
}

.sheer_applications_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: stretch;
  width: 100%;
  height: auto;
}

.sheer_applications_grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sheer_end {
  width: 100%;
  height: auto;
  margin-top: -25%;
}

.sheer_mat {
  display: grid;
  grid-template-columns: 4fr 6fr;
  place-items: center;
}

.sheer_img_12,
.sheer_img_13,
.sheer_img_14,
.sheer_img_15,
.sheer_img_16,
.sheer_img_17 {
  width: 100%;
  height: auto;
}

.sheer_mat_container {
  display: grid;
  grid-template-rows: 2fr 8fr;

  place-content: space-between;
}

.sheer_img_19 {
  padding: 10% 0 0 10%;
  width: 90%;
}

.sheer_img_18 {
  width: 100%;
}

#nomadland {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 13%;
}
.nomadland {
  background: url("./images/3_nomadland/nomadland_1-1.png") center center /
    cover no-repeat;
  padding-top: calc(2404 / 1282 * 100%);
  margin-top: -12.75%;
}

.nomadland_container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12.75%;
  justify-content: space-around;
}

.nomadland_title {
  color:rgb(57, 57, 57);
  padding-top:3%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  height: 40vh;
}

.nomadland_img_2_container {
  display: flex;
  justify-content: flex-end;
}
.nomadland_img_2 {
  width: 90%;
  height: auto;
}

.nomadland_img_3_container {
  display: grid;
  grid-template-columns: 6fr 5fr;
  place-items: center;
  margin-top: 10%;
  width: 100%;
}

.nomadland_img_3,
.nomadland_img_4 {
  width: 83%;
  height: auto;
}

.anagreen_big_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -17.5%;
  /* z-index: -1; */
}

.anagreen {
  background: url("./images/4_anagreen/anagreen_5.png") center center / cover
    no-repeat;
  padding-top: calc(734 / 1279 * 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  z-index: 0;
  margin-top: -17.5%;
}

.anagreen_gif {
  overflow: visible;
  margin-top: -2%;
  height: 0;
  width: 100%;
  background-image: url("./images/4_anagreen/anagreen_performance_gif.gif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(1080 / 1920 * 100%);
}

.anagreen_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.anagreen_title {
  position: absolute;
  color:rgb(57, 57, 57);
  top: 0;
  left: 0;
  margin-top: 17.5%;
  flex-direction: column;
  justify-content: space-around;
  height: 40vh;
  text-align: center;
  align-items: center;
  width: 100%;
}
.anagreen_img_1,
.anagreen_img_4 {
  width: 100%;
  height: auto;
}

.anagreen_img_4 {
  z-index: -1;
}

.anagreen_img_container {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  column-gap: 5%;
}

.anagreen_big {
  margin: 5% 0;
  position: relative;
}

.anagreen_img_3 {
  width: 100%;
}

.anagreen_img_2 {
  height: 87%;
  align-self: start;
}

.anagreen_disc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8%;
}

.erotic {
  background: url("./images/5_UsesOftheErotic/UsesOftheErotic_1.png") center /
    cover no-repeat;
  padding-top: calc(1934 / 1006 * 100%);
  margin-top: -8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.erotic_container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 8%;
}

.erotic_img_3 {
  width: 110%;
}

.urbanism {
  background: url("./images/6_Urbanism/urbanism_portfolio\ _pic1.png") center / cover no-repeat;
  padding-top: calc(4263 / 1291 * 100%);
  margin-top: -15%;
  width: 100%; /* Ensure the div takes up full width */
  max-width: 100vw; /* Ensure it doesn't exceed viewport width */
  box-sizing: border-box; /* Include padding and border in total width */
}

.urbanism_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 19%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.urbanism_title {
  color: white;
}
.city {
  background: url("./images/7_CityinTransition/cityintransition_1.png") center /
    cover no-repeat;
  padding-top: calc(960 / 1286 * 100%);
  margin-top: -30%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min-content;
}

.city_container {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: -1;
}

.city_gif {
  background: url("./images/7_CityinTransition/KakaoTalk_Photo_2024-06-11-02-53-18.gif")
    center / cover no-repeat;
  padding-top: calc(987 / 1835 * 100%);
  height: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  position: relative;
}

.city_gif_container{
  position:relative;
}

.toCityInTransitionWeb{
  width:10vw;
  height:5vh;
  background-color: rgba(255, 255, 255, 0.199);
  color:rgb(0, 0, 0);
  font-size: 1.2vh;
  font-weight: 800;
  border: none; /* Remove default button border */
  outline: none; /* Remove outline on focus/click */
  cursor: pointer; 
  letter-spacing: 2%;
  position:absolute;
  top:26%;
  left:50%;
  margin-left:-5vw;
}
.hellbound_video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.hellbound_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.space {
  height: 50vh;
}

.karen {
  background: url("./images/8_karenBrodine/karenBrodine_2.png") center / cover
    no-repeat;
  padding-top: calc(638 / 1277 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -12%;
  width: 100%;
}

.karen_title {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  margin-top: 15%;
}

.karen_img_100 {
  width: 100%;
  height: auto;
  position: relative;
  background: url("./images/8_karenBrodine/karenBrodine_100.jpg") center / cover
    no-repeat;
  padding-top: calc(2415 / 1002 * 100%);
  z-index: -1;
  height: 0;
}
.karen_gradient {
  background: url("./images/11_shadowCV/ShadowCV_4.png") center / cover
    no-repeat;
  height: 0;
  padding-top: calc(574 / 1297 * 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.karen_3PosterImgDisc_container{
  margin-top: -11vh;
    /* justify-content: center;
  align-items: start; */
  background-color: black;
  height: 140%;
  width: 100%;
  z-index: 1;
  padding:10vh 10vh 30vh 10vh;
}
.karen_img_3poster_disc_container {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 46px 28px; 
margin-bottom:3vh;
}

.karen_img_3poster_container {
  justify-content: center;
}

.karen_img_3poster {
  width: 100%;
}

.karen_disc{
color:white;
}

.hellbound_bg {
  background: url("./images/9_hellbound/hellbound_profile.jpeg") center / cover no-repeat;
  padding-top: calc(2291 / 2691 * 100%);
}

.hellbound_gradient {
  background: url("./images/8_karenBrodine/karenBrodine_2.png") center / cover
    no-repeat;
  height: 0;
  padding-top: calc(638 / 1277 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -24.5vh;
}
.hellbound_title {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top:20vh;
}
.hellbound_img {
  width: 100%;
  height: auto;
}

.society_img {
}
.society {
  padding-top:5vh;
  width:100vw;
  height:20vh;
  background:linear-gradient(180deg, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 0) 97%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(574 / 1297 * 120%);
  margin-top: -1%;
}

.society_container {
  padding-top:12vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
}

.society_img {
  width: 100%;
  height: auto;
  margin-top: -20%;
}

.shadow {
  background: linear-gradient(
      175deg,
      rgba(255, 255, 255, 1) 0% 20%,
      rgba(255, 255, 255, 0) 60% 100%
    ),
    url("./images/11_shadowCV/ShadowCV_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(854 / 1295 * 100%);
  height: auto;
  width: 100%;
  margin-bottom: 5%;
  margin-top: 15%;
}

.shadow_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.shadow_img_container {
  display: grid;
  grid-template-columns: 7fr 3fr;
  width: 100%;
  padding: 0 10% 0 8%;
  align-items: center;
  margin-bottom: 5%;
  column-gap: 5%;
}

.shadow_imgs {
  width: 100%;
  height: auto;
}

.shadow_img_5 {
  width: 100%;
  height: auto;
  margin-bottom: 10%;
}

.letter_caption{
    font-size: .8vw;
    font-weight: 800;
    line-height: 1vw;
    color:rgb(57, 57, 57) ;
    padding-top: 2%;
    line-height: 1.5;
}

.letter_title {
  width: 100%;
  margin-bottom: 5%;
}

.letter_img {
  width: 100%;
  height: auto;
}

.letter_text_container {
  gap: 2vw;
  display: grid;
  grid-template-columns: 5.5fr 4.6fr;
  padding: 1% 2% 2% 3%;
}
.letter_text_grid {
  gap: 1vw;
  display: grid;
  grid-template-columns: 3fr 6fr;
  column-gap: 0.8vw;
}

.letter_text_title_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer{
  text-align: center; /* Center align all text content */
}
footer p {
  display: flex;
  align-items: center;
  font-size: 2.5vh;
  font-weight: 400;
  height: 20vh;
  padding-top: 2vh;
  flex-direction: column;
  text-align: center;
}

.footer {
  font-size: 1.4vh;
  display: flex;
  justify-content: center;
  padding: 25vh 0 10vh 0;
  font-weight: 650;
}
.backtotop {
  margin-top:10vh;
  position: relative; /* Ensure relative positioning for the Back to Top container */
  display: block; /* Ensure the container takes only as much width as necessary */
}
.BacktoTop_Arrow {
  position: absolute;
  top: 50%;
  left: 47%;
  cursor: pointer;
  overflow: visible;
}

.BacktoTop_Arrow svg {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 18px;
  height: 10px;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.BacktoTop_Arrow svg polygon,
.BacktoTop_Arrow svg path {
  fill: #000;
  transition: fill 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.BacktoTop_Arrow:hover svg polygon,
.BacktoTop_Arrow:hover svg path {
  fill: #FF4136;
}

.BacktoTop_Arrow:hover svg .arrow {
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.BacktoTop_Arrow:hover svg .arrow-fixed {
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}


.backtotop-text {
  font-size: 2vh;
  font-weight: 600;
}


.backtotop:hover .backtotop-text {
color:red;
}

::-webkit-scrollbar {
  width: 8px; /* Adjust width as needed */
}

::-webkit-scrollbar-track {
  background: transparent; /* Transparent background */
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* Transparent with a slight tint */
  border-radius: 4px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); /* Darker tint on hover */
}

.title_color_grey{
  color:rgb(52, 52, 52);
}
