@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  height: 100%;
  background-color: #fff0;
}

.dcard {
  position: relative;
  height: 28rem;
  width: 20rem;
  aspect-ratio: 5/7;
  perspective: 50rem;
border-radius: 1rem;

}
.dcard .shadow02 {
  position: absolute;
  inset: 0;
  background: var(--url);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  filter: blur(2rem) saturate(0.9);
  box-shadow: 0 -1.5rem 2rem -0.5rem rgba(0, 0, 0, 0.7);
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 2rem, -2rem);
}
.dcard .image {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 40%), var(--url);
  background-size: cover;
  background-position: center;
  -webkit-mask-image: var(--url);
          mask-image: var(--url);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
          
  
}
.dcard .image.background {
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 0rem);
  
  
}
.dcard .image.cutout {
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 4rem) scale(0.92);
  z-index: 3;
  
}
.dcard .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  inset: 0;
  padding: 2rem;
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 6rem);
  border-radius: 1rem;
  z-index: 4;
}

.dcard::after, .dcard::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: #ffd51d 0.3rem solid;
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) translate3d(0, 0, 2rem);
  border-radius: 1rem;
	
}
.dcard::before {
  z-index: 4;
}
.dcard.border-left-behind::before {
  border-left: transparent;
}
.dcard.border-right-behind::before {
  border-right: transparent;
}
.dcard.border-bottom-behind::before {
  border-bottom: transparent;
}

h2 {
  font-size: 1.25rem;
  font-weight: 1000;
  
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

p {
  font-weight: 300;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
.img01{
  width: 400px;
  
}
.bg{
  width: 320px;
  height: 450px;
  border-radius: 1rem;
}
.small-ft{
  font-size: 10pt;
}
.op{
  
  border: 0;
  border-radius:1.5rem;
  text-align:justify;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #fff0;
  background-clip: padding-box;
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.dcard .shadow02.shadow01 {
  box-shadow: 0 0 10px 25px rgb(255, 255, 255);
}
@media screen and (min-width: 340px) and (max-width: 345px) {
  .img01{
    width: 300px;
  }
  .bg{
    width: 265px;
    height: 450px;
  }
}
@media screen and (min-width: 346px) and (max-width: 360px) {
  .img01{
    width: 300px;
  }
  .bg{
    width: 280px;
    height: 450px;
  }
}
@media screen and (min-width: 375px) and (max-width: 389px) {
  .img01{
    width: 350px;
  }
  .bg{
    width: 300px;
    height: 450px;
  }
}
@media screen and (min-width: 390px) and (max-width: 399px) {
  .img01{
    width: 350px;
  }
  .bg{
    width: 312px;
    height: 450px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .img01{
   width: 350px;
  }
  .bg{
    width: 320px;
    height: 450px;
  }
}
@media (min-width: 768px) {
   .img01{
    width: 350px;
  }
  .bg{
    width: 320px;
  height: 450px;
  }
}
@media (min-width: 992px) {
  .img01{
    width: 400px;
  }
  .bg{
    width: 320px;
  height: 450px;
  }
}
@media (min-width: 1200px) {
  .img01{
    width: 400px;
  }
  .bg{
    width: 320px;
  height: 450px;
  }
}
@media (min-width: 1400px) {
  .img01{
    width: 400px;
  }
  .bg{
    width: 320px;
  height: 450px;
  }
}
.newfont{
  background:#cf1f00;
  text-shadow: -2px -2px 1px rgb(255, 255, 255);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16pt;
  font-weight: 2000;
}