/*Merhaba, web sayfama hoşgeldiniz. Web sitesi frontend ve backend olarak tamamen Tolga Besci'ye aittir*/
body {
  margin: 0px auto;
  font-family: roboto;
  letter-spacing: 0.5;
  color: #000000;
  width: calc(100% - 16px);
  max-width: 1100px;
  background: #ffffff;
}
a {
  text-decoration: none;
  color: #000
}
h1, h2, h3, h4, h5 {
  margin: 0px;
}
header {
  width: 100%;
  margin: 0px auto;
  position: absolute;
  display: flex;
}
header .logo {
  width: 200px;
  height: 32px;
}
footer {
  display: flex;
  position: fixed;
  bottom: 0px;
  color: #ffffff;
  padding: 16px;
  font-size: 12px;
  background: #1d1d1d;
  border-radius: 12px 12px 0px 0px;
}
.web_top {
  width: 230px;
  height: max-content;
  background: #132a53;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding-top: 25px;
  padding-bottom: 24px;
  background-image: url(../images/top_back.jpg);
  background-size: cover;
  background-position: bottom;
  border-radius: 0px 0px 32px 32px;
  box-shadow: 0px 5px 0px #666666;
  margin-bottom: 5px;
  position: fixed;
  top: 0px;
  bottom: 0px;
}
.user_image {
  width: 240px;
  height: 240px;
  border-radius: 126px;
  border: 6px solid #fff;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003C58;
}

.popupmin{
  background:#0000005c;
  position:fixed;
  width:100%;
  height:100%;
  z-index:20;
  left:0px;
  overflow:hidden;
  pointer-events:noe;
  display:flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(1px);
}

.popin{
  width: 290px;
  height: 260px;
  padding:16px;
  background: #006cc7;
  border-radius:24px;
  background-image: url(../images/downs.gif);
  background-size: contain;
  background-position: top;
  display: flex;
  align-items: self-end;
  filter: in;
}

.popin p{
  color:#fff;
  text-align:center;
  font-size: 15px;
}

.popin img{
  width:80%;
  height:auto;
}

.user_image img {
  width: 85%;
  height: 85%;
  border-radius: 126px;
  border: 8px solid #ffffff;
  margin: 8px;
}
.naming {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
.soc_group {
  display: flex;
  gap: 14px;
}
.soc_group a {
  width: 40px;
  height: 40px;
  background: grey;
  border-radius: 22px;
  border: 2px solid #fff;
}
.web_top h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.web_top h3 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
}
.web_body {
  /* background:#000000; */
  width: calc(100% - 270px);
  float: right;
}
section {
  /* margin: 50px auto; */
  /* display: flex; */
  /* gap: 12px; */
  /* flex-direction: column; */
}
section h1 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 3.2px;
  color: #003C58;
  text-align: left;
  /* border-bottom: 2px solid #000; */
  width: max-content;
}
section h3 {
  font-size: 20px;
  letter-spacing: 4px;
  color: #68777e;
  text-align: left;
}
.snipping {
  position: sticky;
  display: flex;
  gap: 8px;
  top: 0px;
  padding: 20px 0px 20px 0px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  z-index: 2;
  flex-direction: column;
  animation-name: headload;
  animation-duration: 0.5s;
}
.flexible_content {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 42px;
}
.list_content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-left: 55px;
  animation-name: contentload;
  animation-duration: 0.5s;
}
.list_content::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #003c58;
  background: #ffffff;
  transform: translate(-45px, 0px);
}
.headtag {
  font-size: 24px;
  font-weight: 600;
  color: #003c58;
  display: flex;
  margin: 0px;
  gap: 9px;
  align-items: center;
}
.headimg {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  background: #003C58;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.list_content .subtag {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: flex;
  justify-content: space-between;
}

.list_content .midtag {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: space-between;
}
.list_content .texttag {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.list_content p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
}

.firsttext{
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  color: #0e0e0e;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
  animation-name: contentload;
  animation-duration: 0.5s;
}

.multic{
  display:flex;
  gap:32px;
  width: 100%;
}

.mid_button{background: linear-gradient(-45deg, #2c6ba4, #123a5f, #2674ba, #2c6ba4); */background: linear-gradient(-45deg, #2f749e, #e8f6ff, #ffffff, #ffffff, #ffffff);background-size: 200% 200%;animation: gradient 10s ease infinite;border-radius: 0px 12px 12px 12px;box-shadow: 0 1px 2px rgb(205 205 205), 0 4px 12px rgb(211 234 255);/* border: 2px solid #ffffff; */padding: 0px;padding: 16px;display: flex;justify-content: center;align-items: flex-end;color: #fff;font-weight: 600;text-align: center;}

.content_group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 16px);
  position: relative;
  animation-name: contentload;
  animation-duration: 0.5s;
}
.content_group::before {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 80px;
  border-left: 1px dashed #606060;
  background: #ffffff;
  transform: translate(19px, 72px);
  overflow: hidden;
}
.p_switcher {
  opacity: 1;
  border-radius: 12px 0px 0px 12px;
  color: #ffffff;
  font-weight: 600;
  /* border-right: 2px solid #d7d7d7; */
  width: 155px;
  padding: 12px;
  margin-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
  opacity: 0.8;
}
.p_switcher:hover {
  transition: 0.2s;
  margin-left: 24px;
  opacity: 1;
}
.p_switcher_active {
  opacity: 1;
  background: #000000;
  border-radius: 12px 0px 0px 12px;
  color: #bbbbbb;
  font-weight: 600;
  /* border-right: 2px solid #d7d7d7; */
  filter: invert(1);
  width: 186px;
  padding: 12px;
  margin-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p_switcher img {
  width: 24px;
  height: 24px;
}
.p_switcher_active img {
  width: 32px;
  height: 32px;
}
.duration {
  /* display: none; */
}
bar {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
load {
  height: 8px;
  background: #003c58;
  display: block;
  margin-left: -20px;
  animation-name: barload;
  animation-duration: 0.5s;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px
}
.grid { /* columns:1; */ /* column-gap:20px; */ margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 32px;
  animation-name: contentload;
  animation-duration: 0.5s;
}
@media(min-width:640px) {
  .grid { /* columns:2; */
  }
}
@media(min-width:1024px) {
  .grid { /* columns:3; */
  }
}
.card {
  /* margin:0 0 20px; */
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  width: calc(33% - 28px);
  animation-name: contentload;
  animation-duration: 0.5s;
  transition:0.2s;
}

.card:hover{
  
  transition:0.2s;
}

.card .img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden
}

.card img {
  width: calc(100% - 12px);
  padding: 6px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  object-fit: cover;
  transition:0.5s;
}

.card .go_detail{
  width: 32px;
  height: 32px;
  background: #ffffff;
  position:absolute;
  transform: translate(13px, -45px);
  background-image: url(../images/icon_search.svg);
  background-size: 70%;
  background-position:center;
  background-repeat:no-repeat;
  border-radius: 50%;
}

.card .go_detail::after{
 content: "İncele";
 font-size: 14px;
 font-weight:600;
 color:#fff;
 text-shadow: 1px 1px 2px #000;
 transform: translate(40px, 9px);
 position: absolute;
 /* box-shadow: 10px 10px #000; */
}

.card:hover img {
  transform: scale(1.05);
  transition:0.5s;
}
.card .body {
  padding: 14px 16px
}
.tag {
  font-size: 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 4px 8px;
  color: #000000;
}
/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999
}
.modal {
  /* background:#fff; */
  border-radius: 16px;
  max-width: 1600px;
  width: 100%;
  overflow: hidden;
  display: flex;
  height: 100%;
  max-height: 1200px;
  animation-name: portfload;
  animation-duration: 0.5s;
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb
}
.modal-body {
  display: contents;
}
.modal-gallery {
  background: #000;
  position: relative;
  height: 100%;
  width: calc(100% - 400px);
  max-width: 1200px;
}
.modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000
}

.modal-gallery .stage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000
}

.frontframe{
  width:100%;
  height: 50%;
  text-align:center;
  position:absolute;
  /* transform: translate(0px, 50%); */
  padding-top: 50%;
  font-size: 100px;
  font-weight: 600;
  color: #ffffff2e;
  text-shadow: 0px 0px 9px #0000000f;
  letter-spacing: 18px;
}

.ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .85);
  border: none;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  cursor: pointer
}
.ctrl.prev {
  left: 8px
}
.ctrl.next {
  right: 8px
}
.pager {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, .5);
  font-size: 12px;
  border-radius: 999px;
  padding: 4px 8px
}
.modal-info {
  overflow: auto;
  max-width: 400px;
  background: #fff;
}
.btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 6px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 8px 12px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  color: #111;
  width: max-content;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.modal-backdrop.show {
  display: flex
}
.btn:hover {
  background: #f1f1f1;
}
.btn img {
  width: 20px;
  height: 20px;
  background: none;
  filter: brightness(0.0);
}
.m_head {
  font-size: 18px;
  font-weight: 600;
  color: #003C58;
  margin: 12px;
}
.m_head::before {
  content: "➤";
  font-size: 18px;
  font-weight: 600;
  color: #003C58;
  margin-right: 4px;
}
.m_subject {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 12px;
  display: flex;
  gap: 4px;
}
.m_subject img {
  width: 16px;
  height: 16px;
}

li {
  list-style: none;
}

li:before {
  content: '✓';
  margin-right:8px;
  font-weight:800;
}

.modal p {
  margin: 10px 30px 20px 32px;
  font-size: 14px;
}
.thumbx {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  position: absolute;
  align-self: self-end;
  padding: 42px;
}
.portf_base {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 8px;
  background: #ffffff;
  width: calc(100% - 24px);
}
.portf_tag {
  display: none;
  gap: 8px;
}
.portf_head {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font*we: ;
}
.portf_text {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.tag_list {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: center;
  justify-content: center;
  border-top: 0.5px dashed #dbdbdb;
  border-bottom: 0.5px dashed #dbdbdb;
}
#mTags {
  font-size: 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 4px 8px;
  color: #000000;
}
.filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* margin:8px 0 16px; */
}
.pill {
  font-size: 13px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer
}
.pill:hover {
  background: #f3f4f6
}
.pill.is-active {
  background: #111;
  color: #fff;
  border-color: #111
}
.hidden {
  display: none !important
}

.continueus{
  color: #939393;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0px;
  width: calc(100% - 40px);
  display:none;
}

@media(max-width:600px) {

.frontframe{
  width:100%;
  height: 20%;
  text-align:center;
  position:absolute;
  /* transform: translate(0px, 50%); */
  padding-top: 40%;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff2e;
  letter-spacing: 18px;
}
  
.portf_base {
  display: flex;
  flex-direction: column;
  padding: 12px 8px 12px 8px;
  gap: 8px;
  background: #ffffff;
  width: calc(100% - 148px);
}
  
  .card .go_detail{
  width: 24px;
  height: 24px;
  background: #ffffff;
  position:absolute;
  transform: translate(11px, -36px);
  background-image: url(../images/icon_search.svg);
  background-size: 70%;
  background-position:center;
  background-repeat:no-repeat;
  border-radius: 6px;
  z-index: 12;
}

.card .go_detail::after{
 content: "İncele";
 font-size: 14px;
 font-weight:600;
 color:#fff;
 /* text-shadow: 1px 1px #000; */
 transform: translate(28px, 4px);
 position: absolute;
}

.continueus{
  color: #939393;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgb(255 255 255 / 0%) 100%);
  position: fixed;
  bottom: 0px;
  width: calc(100% - 40px);
  display:block;
}
  
  /* Modal */
  .modal-backdrop {
    padding: 0px;
  }
  .modal {
    border-radius: 0px;
    max-width: 1700px;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100%;
    max-height: 1200px;
    flex-direction: column;

    animation-name: portfloadm;
  animation-duration: 0.5s;  
  }
  .modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb
  }
  .modal-body {
    display: contents;
  }
  .modal-gallery {
    background: #000;
    position: initial;
    max*width: 800px;
    height: 50%;
    width: calc(100% - 0px);
    max-width: 1300px;
  }
  .modal-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000
  }
  .ctrl {
    position: absolute;
    top: 200px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .85);
    border: none;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    cursor: pointer
  }
  .ctrl.prev {
    left: 8px
  }
  .ctrl.next {
    right: 8px
  }
  .pager {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 8px;
    display: none;
  }

  
  .modal-info {
    overflow: auto;
    max-width: 100%;
    height: calc(50% + 30px);
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0px;
    /* border-top: 4px solid #616161; */
    box-shadow: 0px -3px 3px #0000004a;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    text-align: center;
    gap: 6px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 8px 12px;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    color: #111;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
  }
  .modal-backdrop.show {
    display: flex;
    align-items: self-end;
  }
  .btn:hover {
    background: #f1f1f1;
  }
  .btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0.0);
    background: none;
  }
  .m_subject img {
    width: 16px;
    height: 16px;
  }
  .modal p {
    margin: 24px;
    font-size: 14px;
  }
  .thumbx {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    position: absolute;
    align-self: self-end;
    padding: 12px;
  }
  .m_switcher {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #132a53;
    height: 62px;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: self-end;
  }
  .p_switcher {
    flex-direction: column;
    border-radius: 12px 12px 0px 0px;
    width: 20%;
    margin: 0px;
    font-size: 12px;
    padding: 0px 4px 8px 8px;
    height: max-content;
    opacity: 1;
  }
  .p_switcher:hover {
    transition: 0.2s;
    margin-left: 0px;
    opacity: 1;
  }
  .p_switcher_active {
    flex-direction: column;
    border-radius: 12px 12px 0px 0px;
    width: 20%;
    margin: 0px;
    font-size: 12px;
    padding: 8px 4px 5px 4px;
    position: relative;
    height: 63px;
    transform: translate(0px, 0px);
    box-shadow: 0px -2px 0px #666666;
  }
  .p_switcher img {
    width: 24px;
    height: 24px;
  }
  .p_switcher_active img {
    width: 38px;
    height: 38px;
  }
  .web_body {
    /* background:#000000; */
    width: calc(100% - 0px);
    float: none;
  }
  .web_top {
    width: 120px;
    height: 80px;
    background: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-image: url(../images/top_back.jpg); */
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 32px 32px;
    box-shadow: none;
    margin-bottom: 5px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 15;
  }
  .user_image {
    width: 120px;
    height: 120px;
    border-radius: 126px;
    border: 4px solid #fff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3d3d3;
  }
  .user_image img {
    width: 95%;
    height: 95%;
    border-radius: 126px;
    border: 0px solid #ffffff;
    margin: 8px;
  }
  .naming {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    display: none;
  }

.multic{
  display:flex;
  gap:32px;
  width: 100%;
  flex-direction: column;
}
  
.firsttext{
  font-size: 16px;
  font-weight: 400;
  margin: 12px;
  color: #0e0e0e;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: justify;
}
  
  .snipping {
    position: sticky;
    display: flex;
    gap: 8px;
    top: 0px;
    padding: 32px 0px 20px 135px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    z-index: 2;
    flex-direction: column;
    animation-name: none;
  }
  section h1 {
    font-size: 28px;
    font-weight: 800;
    color: #0c0c0c;
    text-align: left;
  }
  section h3 {
    font-size: 12px;
    letter-spacing: 4px;
    color: #797979;
    text-align: left;
  }
  .web_top h2 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }
  .web_top h3 {
    font-size: 8px;
    letter-spacing: 3px;
    color: #fff;
    display: none;
  }
  .flexible_content {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 32px;
    width: -webkit-fill-available;
  }
  .headtag {
    font-size: 20px;
    font-weight: 600;
    color: #003C58;
    display: flex;
    margin: 0px;
    gap: 9px;
    align-items: center;
    flex-wrap: wrap;
  }
  .headimg {
    width: 36px;
    height: 36px;
    border-radius: 25px;
    background: #003C58;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .list_content .subtag {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: space-between;
  }
  
  .list_content .midtag {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: flex;
    justify-content: space-between;
  }


  
  .list_content .texttag {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
  }
  .list_content p {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    color: #666666;
    line-height: 1.5;
    text-align: justify;
  }
  .list_content {
    display: flex;
    gap: 6px;
    flex-direction: column;
    padding-left: 42px;
    animation-name: contentload;
    animation-duration: 0.5s;
  }
  .list_content::before {
    width: 12px;
    height: 12px;
    line-height: 20px;
    background: #ffffff;
    transform: translate(-32px, 0px);
  }
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px
  }
  .grid { /* columns:1; */ /* column-gap:20px; */ margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 32px;
    animation-name: contentload;
    animation-duration: 0.5s;
  }
  @media(min-width:640px) {
    .grid { /* columns:2; */
    }
  }
  @media(min-width:1024px) {
    .grid { /* columns:3; */
    }
  }
  .card {
    width: calc(100% - 0px);
    display: flex;
    animation-duration: 0.5s;
  }
  .card .img {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 132px;
  }
  .card img {
    width: 120px;
    aspect-ratio: 1/1;
    object-fit: cover;
    /* transform: translate(0px, -50px); */
    transition: transform .5s;
    z-index: 1;
    margin: auto;
  }
  .card:hover img {

  }
  .card .body {
    padding: 14px 16px
  }
}
@keyframes barload {
  0% {
    margin-left: -300px;
  }
  80% {
    margin-left: 0px;
  }
  100% {
    margin-left: -20px;
  }
}
@keyframes headload {
  0% {
    padding-left: 40px;
  }
  100% {
    padding-left: 0px;
  }
}


@keyframes portfloadm {
  0% {
    transform: translate(0px, 100px);
    opacity: 0.2
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1
  }
}


@keyframes portfload {
  0% {
    padding-top: 40px;
    opacity: 0.2
  }
  100% {
    padding-top: 0px;
    opacity: 1
  }
}

@keyframes contentload {
  0% {
    padding-top: 40px;
    opacity: 0.2
  }
  100% {
    padding-top: 0px;
    opacity: 1
  }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}