@import url("https://fonts.googleapis.com/css?family=pcardso:400i|Rubik:400,700&display=swap");
:root {
  --d: 2s;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans:Bodoni Moda SC;
  /* --font-serif: sans-serif; */
}

* {
  box-sizing: border-box;
}

.bannerimg1 {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
  height: 100px;
  position: relative;
  animation-name: bannerslide;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}


.bannerimg2 {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
  height: 100px;
  position: relative;
  animation-name: bannerslide;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media(max-width:800px){
  .bannerimg1 {
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    height: 100px;
    position: relative;
    animation-name: bannerslide;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  
  .bannerimg2 {
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    height: 100px;
    position: relative;
    animation-name: bannerslide;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}

.page-content {
  /* display: grid; */
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
  height: 80vh;
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pcards2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .pcards2 {
    height: 80%;
    width: 100%;
  }
}
.pcards2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.pcards2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.pcards2:nth-child(1):before {
  background-image: url(../images/FARAH_ALI.webp);
  object-fit:cover ;
  background-position: bottom;
}
.pcards2:nth-child(2):before {
    background-image: url(../images/lavish/IMG2.jpg);
}
.pcards2:nth-child(3):before {
  background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.pcards2:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 3rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  border: 2px solid #ffffff;
}
.content title{
  font-size: 2rem;
}

.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media(max-width:800px){
  .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
}

.copy {
  font-size: 1.125rem;
  line-height: 1.35;
  width: 50%;
  margin-top: 3%;
}

.btn:hover {
  background-color: #ffffff;
  transition: all 1S;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media(max-width:800px){
  .copy {
    font-size: 1.125rem;
    line-height: 1.35;
    width: 100%;
    margin-top: 3%;
  }
}

@media (hover: hover) and (min-width: 600px) {
  .pcards2:after {
    transform: translateY(0);
  }
  

  .content {
    transform: translateY(calc(69% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .pcards2:hover,
.pcards2:focus-within {
    align-items: center;
  }
  .pcards2:hover:before,
.pcards2:focus-within:before {
    transform: translateY(-4%);
  }
  .pcards2:hover:after,
.pcards2:focus-within:after {
    transform: translateY(-50%);
  }
  .pcards2:hover .content,
.pcards2:focus-within .content {
    transform: translateY(0);
  }
  .pcards2:hover .content > *:not(.title),
.pcards2:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .pcards2:focus-within:before, .pcards2:focus-within:after,
.pcards2:focus-within .content,
.pcards2:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}