/* Splash section */
.resp-hero-girl-size {
  width: var(--hero-girl-size);
}
.floating-card-award {
  position: absolute;
  height: 80px;
  width: 170px;
  max-width: 220px;
  right: -48px;
  top: 170px;
  background-color: white;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 0.75rem;
}
.floating-card-award-description {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  row-gap: 0.5rem;
}
.floating-purple-circle {
  position: absolute;
  top: 380px;
  right: -1.5%;
  width: 64px;
  height: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 1rem;
  background-color: var(--purple);
  border-radius: 9999px;
  box-shadow: #524fd545 0px 10px 50px;
}
.floating-purple-circle > svg {
  width: 24px;
}

.floating-card-flag {
  position: absolute;
  height: 90px;
  width: 200px;
  max-width: 220px;
  left: 0px;
  top: 450px;
  background-color: white;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 1rem;
}
.flag-img > img {
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.2) 8px 8px 30px -5px;
}
.floating-card-flag-description {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  row-gap: 0.5rem;
}
.uil-mouse-alt {
  font-size: x-large;
}
.mouse-scroller-wrapper{
  width: 120px;
  margin: 1.5rem 0;
  position: relative;
  height: 50px;
  transition: 0.26s;
  top: 0;
}
.mouse-scroll {
  position: absolute;
  cursor: pointer;
  top: 0;
  transition: 0.26s;
}
.mouse-scroller-wrapper:hover > .mouse-scroll {
  top: 25%;
  transition: 0.26s;
}
/* end */

/* Experience */

.left-experience {
  max-width: 500px;
}
.exp-girl-card {
  position: absolute;
  top: 60%;
  right: 25px;
  width: 170px;
  /* height: 180px; */
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

  transform: rotate(-20deg);
}
.exp-girl-card > * {
  /* max-width: 140px; */
  text-align: center;
}
.exp-card-flag > img {
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.2) 8px 8px 30px -5px;
}
.exp-card-title {
  max-width: 100px;
}
.exp-card-subtitle {
  font-size: 0.55rem;
  color: var(--muted);
  line-height: 1.5;
}
/* End ----- Experience */

/* Idea */
.right-idea {
  max-width: 500px;
}
.idea-girl-card {
  position: absolute;
  top: 70%;
  left: 0;
  width: 200px;
  background-color: white;
  border-radius: 1.5rem;
  padding: 47px 2rem 2rem 2rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

  transform: rotate(20deg);
}
.idea-girl-card > * {
  /* max-width: 140px; */
  text-align: center;
}
.idea-card-heart {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--pink);
  border-radius: 9999px;
  box-shadow: #eda0a81a 0px 20px 25px -5px, #eda0a833 8px 8px 30px -5px;
}
.idea-card-heart > i {
  /* top: ; */
  font-size: xx-large;
}
.idea-card-content {
  row-gap: 1rem;
}
.idea-card-content-title {
  font-size: 0.65rem;
  font-family: "stolzl-bold";
  color: var(--pink);
}
.idea-card-price {
  /* max-width: 100px; */
  font-size: 2.2rem;
  font-family: "stolzl-bold";
}
.idea-card-subtitle {
  font-size: 0.55rem;
  color: var(--muted);
  line-height: 1.5;
}
/* End ----- Idea */

/* responsiveness */
@media (min-width: 1080px) {
  .nav-wrapper {
    display: flex !important;
  }
  .responsive-nav-wrapper {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  html,
  body {
    overflow-x: hidden;
  }
  .text-xxl {
    font-size: 1.75rem;
  }
  .section {
    height: auto;
    min-height: 100vh;
  }
  .nav-wrapper {
    display: none;
  }
  .responsive-nav-wrapper {
    display: inline;
    width: 100%;
    transition: 0.24s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .resp-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .resp-nav > i {
    font-size: xx-large;
    cursor: pointer;
    transition: 0.42s;
  }
  .resp-navigation > li > a {
    color: #1f1f11;
    font-size: 1.5rem;
    font-family: "stolzl-bold";
    transition: 0.24s;
  }
  .resp-navigation > ul > li > a:hover {
    color: #1a1969 !important;
  }
  .resp-nav-black-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .resp-nav-menu {
    position: fixed;
    top: 0;
    left: -400px;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    height: 100vh;
    width: 400px;
    padding: 1rem 2rem;
    background-color: white;
    transition: 0.24s;
    z-index: 99999;
  }
  .resp-nav-menu .uil-times {
    font-size: xx-large;
    cursor: pointer;
    transition: 0.42s;
  }
  .menu-dispaly {
    left: 0 !important;
    transition: 0.24s;
  }
  .menu-hide {
    left: -400px !important;
    transition: 0.24s;
  }
  /* end */

  /* Splash */
  .splash-wrapper {
    flex-direction: column-reverse;
    justify-items: center;
    row-gap: 0;
    column-gap: 4rem;
  }
  .hero-girl-wrapper {
    display: flex;
    justify-content: center;
  }
  .resp-hero-girl-size {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
  }
  .hero-title{
    font-size: 3rem;
  }
  /* end */

  /* Services */
  .services-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  /* end */

  /* Experiences */
  .experience.section {
    min-height: unset;
    padding-bottom: 4rem;
  }
  .experience-wrapper {
    flex-direction: column;
    row-gap: 3rem;
    column-gap: unset;
  }
  .exp-girl-card {
    visibility: hidden;
  }
  /* end */

  /* Idea */
  .idea.section {
    min-height: unset;
    padding-bottom: 4rem;
  }
  .idea-wrapper {
    flex-direction: column-reverse;
    row-gap: 3rem;
    column-gap: unset;
  }
  .idea-girl-card {
    visibility: hidden;
  }
  /* end */

  /*  testimonials */
  .testimonials-cards {
    display: none;
  }
  .mySwiper {
    display: flex;
  }
  .resp-testimonial-card {
    height: auto;
    width: 100%;
    max-width: 400px;
    border-radius: 1.5rem;
    transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    border: 1px solid gainsboro;
  }
  /* end */

  /* Blog */
  .blog-slider {
    display: none;
  }
  .resp-blog-slider {
    display: flex;
    column-gap: 2rem;
    justify-items: center;
    /* padding: 0 2rem 2rem 2rem; */
  }
  .blog-cover {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 1.5rem;
    box-shadow: none;
  }
  .blog-cover > img {
    height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center top;
    border-radius: 1.5rem;
  }
  .img-layer {
    width: 100%;
    max-width: 100%;
    height: 250px;
    position: absolute;
    border-radius: 1.5rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .blog-content {
    width: 100%;
    max-width: 100%;
    height: 250px;
    position: relative;
    bottom: 0;
    color: white;
    padding: 0 2rem 2rem 2rem;
    border-radius: 1.5rem;
  }
  /* end */

  /* Subscribe section */
  .subscribe > .container{
    width: 100%;
  }
  .subscribe-wrapper{
    border-radius: 0;
  }
  .subscribe-contents{
    width: 100%;
  }
  .subscribe-contents > h1{
    width: 100%;
  }
  /* end */

  /* Footer */
    .footer-nav{
      flex-direction: column;
      row-gap: 2rem;
    }
    .footer-links > ul{
      flex-direction: column;
      row-gap: 1rem;
    }
  /* end */
}

@media (max-width: 668px) {
  /* Nav */
  .resp-nav-menu{
    width: 250px;
  }
  /* end */

  /* Splash */
  .hero-title{
    font-size: 2rem;
  }
  .floating-purple-circle{
    top: 60%;
    transform: scale(60%);
  }
  .floating-card-award{
    top: 35%;
    transform: scale(70%);
  }
  .floating-card-flag{
    top: 70%;
    transform: scale(70%);
  }
  /* End */

  /* Services */
  .services-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2rem;
  }
  /* end */

  /* Blog */
    .blog-content{
      padding: 1rem;
    }
    .blog-content > div{
      flex-direction: column;
      justify-items: center;
      justify-content: center;
      row-gap: 2rem;
    }
    .blog-content > div > div:nth-child(2){
      flex-direction: row;
      justify-content: center;
    }
    .img-layer{
      display: none;
    }
  /* end */

}
