.banner{
    position: relative;
    background-color: var(--light-color);
    padding-bottom: 70px;
}
.banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-inner span.mark-title {
    font-weight: 400;
    font-size: 80px;
}
.main-banner h2.title {
    margin-bottom: 5px;
    font-size: 70px;
    font-weight: 500;
}
.banner-img img {
    max-width: 100%;
    text-align: right;
    /* width: 540px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}
p.title-disc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--black);
}
.banner-data h1.title {
    max-width: 500px;
    margin-bottom: 5px;
    line-height: 70px;
}
.banner-data {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 50px;
}
img.main-top-image {
    width: 360px;
}
.banner-img {
    width: 50%;
    text-align: right;
    padding-right: 150px;
}
.cw-banner.cw-banner-img {
    position: relative;
    margin: 40px 0;
}
.cw-banner.cw-banner-img {
    position: relative;
    width: 500px;
    text-align: center;
}
img.main-top-image {
    position: relative;
    width: 360px;
    height: auto;
    max-width: 100%;
}
img.background-rotate-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 488px;
    max-width: 100%;
    animation: rotate-round 30s infinite linear;
}
@keyframes rotate-round {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .banner-inner.cw-banner-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    position: relative;
    column-gap: 140px;
        overflow: hidden;
}

/* start background shap */
img.yoga-with-devna-bg-shape {
    margin-bottom: -2px;
}
.home-dot-one-shap ,.home-dot-shap img {
    width: 80px;
    height: auto;
}
.home-dot-shap {
    top: 0;
    right: 110px;
    position: absolute;
    animation-duration: 3S;
    animation-iteration-count: infinite;

}
.home-dot-one-shap{
    position: absolute;
    bottom: 70px;
    animation-duration: 3S;
    animation-iteration-count: infinite;

    left: 550px;
}
.vector-yoga{
    position: absolute;
    bottom: 70px;
    left: 100px;
    animation-duration: 3S;
    animation-iteration-count: infinite;

}
.vector-yoga svg {
    width: 120px;
    height: auto;
}

/* end background shap */

/* start section yoga with devna  */

section.yoga-with-devna {
    margin-top: -70px;
    position: relative;
}
section.yoga-with-devna-teblate {
    margin-top: -70px;
    position: relative;
}
.yoga-with-devna-image-background{
    position: relative;
}
.yoga-with-devna-wrap{
    background-color: var(--main-color);
}
.col-title img {
    width: 60px;
    height: auto;
}
.yoga-with-devna-row .image img {
    max-width: 290px;
    height: auto;
}
.yoga-with-devna-row h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 10px;
}
.yoga-with-devna-row p {
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 60px;
}
.yoga-with-devna-row {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    width: 100%;
}
.yoga-with-devna-row .row.image {
    text-align: center;
    width: 100%;
    max-width: 400px;
    height: auto;
}
.yoga-with-devna-row .image img {
    max-width: 440px;
    height: auto;
    width: 100%;
}
.yoga-with-devna-row .yoga-col.right-alignment {
    text-align: right;
}
/* .yoga-with-devna-row .left-alignment p {
    max-width: 330px;
}
.yoga-with-devna-row .right-alignment p {
    max-width: 330px;
} */
.col-title {
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 20px;
}
.yoga-with-devna-row .left-alignment .col-title {
    flex-flow: row-reverse;
}
.background-wave-shap {
    position: relative;
    z-index: 1;
}
/* end section yoga with devna */

/* start section yoga classes  */

.yoga-classes-background-image {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.yoga-classes .heading h2{
    color: var(--black);
}    
.yoga-classes {
    position: relative;
    padding-top: 20px;
    margin-top: -65px;
}
.yoga-classes-bg{
    background-color: var(--light-color);
}
.main-image img.background-up-image {
    max-width: 100%;
    width: 520px;
}
img.background-second-image {
    max-width: 100%;
    width: 300px;
}
.main-image {
    z-index: 0;
}
.yoga-classes-row {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
    column-gap: 40px;
    position: relative;
    z-index: 1;
}
.yoga-classes-row .col {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    align-items: center;
}
/* .yoga-item-image {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    align-items: center;
} */
.col-item .yoga-block-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    max-width: 100%;
    background-color: var(--white);
    padding: 20px 10px;
    border-radius: 5px;
    white-space: nowrap;
    min-height: 160px;
    max-width: 520px;
    cursor: pointer;
}
.yoga-class-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.yoga-image img {
    width: 130px;
    height: auto;
}
.yoga-classes-row h4{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
    font-family: 'Rajdhani', sans-serif;
    /* margin-bottom: 10px; */
}
/* .yoga-classes-row .classes-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
} */
.classes-time svg {
    width: 16px;
    height: auto;
}
.yoga-classes-image {
    z-index: 0;
    position: relative;
    text-align: center;
}
.classes-btn {
    padding: 17px 35px;
    background: var(--main-color);
    border-radius: 5px;
    /* transition: all 0.8s, color 0.3s 0.3s; */
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: uppercase;
}

.classes-btn a {
    color: var(--white);
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
}
.yoga-classes .heading {
    padding-top: 84px;
}
.yoga-classes-image img {
    text-align: center;
    width: 600px;
    height: auto;
    max-width: 100%;
}
.yoga-classes-ls {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    top: 130px;
    opacity: 40%;
    z-index: 0;
}
.yoga-classes-rs {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0px;
    opacity: 40%;
    z-index: 0;
}
/* end section yoga classes */

/* start section featured-courses */

.featured-courses h2 {
    color: var(--black);
}
.featured-courses-wrap .col {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.featured-courses-wrap .col-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 5px;
    /* background-color: var(--light-color); */
}
.featured-courses-wrap .col-block img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.featured-courses-wrap h4 {
    /* max-width: 260px; */
    text-align: center;
    /* width: 100%; */
}
.featured-courses-wrap .col span {
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    padding: 20px 0;
}
.featured-courses-wrap .row-list-disc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 20px;
    width: 100%;
    padding-bottom: 70px;
}
.featured-courses-wrap .list-border {
    border: 1px solid var(--main-color);
    border-style: dashed;
    max-width: 490px;
    width: 100%;
}
.featured-courses .featured-courses-wrap .featured-courses-slider .col-block .image {
    /* background: red; */
    border-radius: 5px;
}
/* end section featured-courses */

/* start section newsletter */

section.newsletter {
    margin: 70px 0;
    background-color: var(--light-color);
    position: relative;
}
.newsletter .row-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 0 20px 0;
    position: relative;
}
.newsletter .col-block {
    flex: 1 1 20%;
}
.newsletter .btn{
    margin: 0 auto;
    text-align: center;
}
.newsletter .common-btn {
    max-width: 100%;
    text-align: center;
}
.newsletter h2 {
    max-width: 360px;
}
.newsletter h4.heading {
    color: var(--black);
    max-width: 500px;
    margin: 0 auto;
}
.newletter-text{
    padding-bottom: 15px;
    font-weight: 600;
}
.newsletters-bottom-wave img {
    position: absolute;
    z-index: -1;
}
.newsletter-image {
    text-align: center;
    position: relative;
    z-index: 0;
}
img.background-back-image {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    max-width: 350px;
    transform: translate(-50%, -50%);
    width: 100%;
}
.newsletters-ls {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    top: 130px;
    opacity: 40%;
    z-index: 0;
}
.newsletters-rs {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 40%;
}

/* end section newsletter */


/* start section gird image with text */
section.brick__section{
    padding: 70px 0;
}
.brick-section-wrap img {
    border-radius: 5px;
    width: 390px;
    height: 100%;
}
.brick-section-wrap h2.heading {
    color: var(--black);
}
.brick-section-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 90px;
}
.brick-section-wrap .brick-block-grid{
    max-width: 50%;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
}
.brick-section-wrap .item {
    width: 100%;
    box-shadow: 0px 0px 20px 0px #00000033; 
    text-align: center;
    margin: 0 auto;
    height: auto;
    border-radius: 5px;
}
.brick-block {
    max-width: 50%;
}
.item.image-disc-text p {
    max-width: 270px;
}
.item.image-disc-text {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.image-disc-text .icon {
    padding-bottom: 10px;
}
.image-disc-text h4 {
    padding-bottom: 10px;
}
.brick-section-wrap h2.heading {
    color: var(--black);
    text-align: left;
    max-width: 490px;
}
.brick-section-wrap .brick-block p {
    max-width: 620px;
    padding-bottom: 40px;
}
/* end section gird image with text */


/* start section index-about-inner-disc */

.index-about{
    background-color: var(--light-color);
}
.index-about-disc h1.heading {
    color: var(--black);
}
.index-about-disc h4 {
    max-width: 480px;
}
.index-about-wrap {
    display: flex;
    justify-content: center;
    column-gap: 90px;
    padding-top: 70px;
    padding-bottom: 40px;
    align-items: center;
}
.index-about-wrap .image img {
    width: 740px;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
}
.index-about-disc{
    max-width: 50%;
}
.index-about-disc h1.heading {
    color: var(--black);
    text-align: left;
    padding: 020px 0;
}
.index-about-disc h4 {
    max-width: 480px;
    padding-bottom: 10px;
}
.index-about-disc p {
    /* max-width: 610px; */
    margin-bottom: 20px;
    display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-about-b-wave img {
    position: absolute;
}

/* end section index-about-inner-disc */


/* start section index-stories */

section.stories-section{
    margin-top: 80px;
    padding-bottom: 70px;
}
.comments-user-img img{
    width: 100%;
    max-width: 90px;
    border-radius: 100%;
}
/* .index-stories-inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
} */
.stories-section h2 {
    color: var(--black);
}
.stories-wrap .item {
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    position: relative;
    width: 47%;
    margin: 15px;
    transition: all .6s;
}
.quotation-mark-stories svg {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    height: auto;
}
.comments-stories p {
    max-width: 570px;
    margin: 0 auto;
    line-height: 21px;
}
.comments-user {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 30px;
}
.comments-user-img img {
    width: 100%;
    max-width: 70px;
    border-radius: 100%;
}
.comment-user-data {
    text-align: left;
}
.featured-courses-wrap {
    overflow: visible;
    padding-top: 20px;
    position: relative;
    z-index: 0;
}


/* end section index-stories */





/* start responsive */

/* start 1300 */
#more {
    display: none;
}
.comments-stories .redmorebtn {
    border-radius: 5px;
    margin: 10px 0px;
    border: none;
    background-color: transparent;
    color: var(--main-color);
}
.comments-stories p {
    max-width: 570px;
    margin: 0 auto;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
/* story inner */
.comments-user-img {
    overflow: hidden;
    border-radius: 100%;
}
section.index-stories.index-story {
    margin-top: 40px;
}
.index-stories-wrapper .comments-stories p {
    margin: 0 auto;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}
.index-stories-wrapper .item {
    width: 100%;
    width: 100%;
    margin: 15px 15px 50px 15px;
    /* box-shadow: none;
    background-color: var(--light-color); */
    /* display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: center; */
}
/* .comments-user-img img {
    border-radius: 100%;
    width: 260px;
    max-width: 100%;
}
.comments-user {
    display: block;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 30px;
    text-align: center;
}
.comments-stories {
    width: 70%;
} */
.view-more-block .common-btn {
    margin-top: 20px;
}
.banner-mask {
    -webkit-mask-image: url(../../assets/img/banner-image.webp);
    mask-image: url(../../assets/img/banner-image.webp);
  }
  .banner-mask {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin: 0 auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 0;
    width: 490px;
    height: 560px;
}
.quotation-mark-stories-right svg {
    width: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: auto;
    transform: rotate(180deg);
}
.yoga-item-block {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto;
}
/* .view-more-block .hidden {
    transition: height 5s ease, opacity 0.3s ease;
} */
.show-less {
    display: block;
  }
  /* .col-item .common-btn {
    display: none;
} */
.yoga-image {
    min-width: 120px;
    transition: all .6s;
}
/* .yoga-item-image.yoga-item-wrep {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.classes-title {
    text-align: left;
    flex: auto;
    white-space: normal;
}
  .view-more-block {
    text-align: center;
    flex: auto;
}
.classes-title {
    text-align: left;
    flex: auto;
}
/* .more-less-btn {
    margin-top: 20px;
} */

.view-more-block {
    transition: max-height 5s ease;
    /* flex: 0 0 67%; */
}
.yoga-with-devna-row svg {
    min-width: 90px;
    max-width: 100%;
    transition: all .6s;
}
.yoga-with-devna-row svg:hover {
    transform: scale(1.1);
    cursor: pointer;
}
span.list-type ,.list-border,  span.list-time{
    display: none;
}
.row-disc {
    margin-bottom: 10px;
}
.index-story .item {
    margin: 20px 0;
}
/* .yoga-classes-row .classes-time {
    display: none;
} */
.yoga-with-devna-wrap p.title-disc {
    text-transform: capitalize;
    padding-top: 5px;
    color: #fff;
}
.row-list-disc p {
    max-width: 400px;
    text-align: center;
    padding: 10px 0px 15px 0;
}
.slick-track {
    display: flex;
}

img.yoga-abond-image {
    width: 800px;
    height: auto;
}
.col-title-disc {
    max-width: 650px;
}
.yoga-with-devna span.dot {
    color: #fff;
}
.featured-courses-wrap .row-list-disc {
    display: none;
}
#target {
    padding:5px;
    display:none;
    transition: transform .8s ease-in-out;  
  }
  .Hide
  {
    display:none;
    transition: transform .8s ease-in-out;  
  }
  .common-btn svg {
    width: 20px;
    height: auto;
}
.toggle-icon-btn svg {
    width: 20px;
    height: auto;
}
.toggel-btn.Show {
    rotate: -90deg;
    transition: transform .8s ease-in-out;  
}
.toggel-btn.Show svg{
    transition: transform .8s ease-in-out;  
}

/* .banner-data {
    animation: 3s banner-datat;
  }
  .animation-left {
    animation: slide-left 1.5s ease-in-out;
    opacity: 1;
}
@keyframes slide-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
} */
.common-btn a.classes-btn {
    display: none;
}
.arrow {
    cursor: pointer;
    transition: transform 0.6s;
}
.yoga-item-block .common-btn {
    display: none;
}
.classes-accodian {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.classes-time{
    transition: all 2s ease-in-out;
}
.classes-disc p:first-child {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rajdhani';
    font-weight: 500;
    color: #363d3e;
}
p.clsses-d-title {
    padding: 10px 0 7px 0;
}
.classes-disc p:nth-child(2) {
    line-height: 21px;
    padding-bottom: 5px;
}
.classes-disc p:nth-child(3) {
    line-height: 21px;
}


/* .animate, .animate span {
    animation-duration: 4s;
    animation-fill-mode: both;
}

.animate { animation-name: tyu }
@keyframes tyu {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

 */


 .accordion-item {
    overflow: hidden;
  }
  .classes-time {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease-out;
  }
  .arrow {
    transition: transform 0.3s ease-out;
  }
  .arrow.collapsed {
    transform: rotate(90deg);
  }
  .grid-card-heading {
    text-align: center;
}
.grid-card-heading {
    text-align: center;
    margin-top: 15px;
}

  /* start grid card section */

  .grid-card-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}
.card-image.img-animation {
    overflow: hidden;
}
.card-image img{
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* .card-contant {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
} */
.contant-img {
    position: relative;
    padding-bottom: 78%;
    overflow: hidden;
    border-radius: 5px;
}
.card-contant {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #d3cdc8c4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.contant-img:hover .card-contant, .contant-img.card-show .card-contant {
    opacity: 1;
}
.card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
section.grid-card {
    position: relative;
}
.grid-card .heading h2 {
    color: var(--black);
}
/* .grid-card-wrapper {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    position: relative;
    row-gap: 40px;
    z-index: 1;
} */
.card-contant .common-btn {
    max-width: 100%;
    margin-top: 15px;
}
.card-contant h4 {
    padding-bottom: 15px;
}
.card-contant p {
    padding-bottom: 5px;
}
.card-image.img-animation {
    overflow: hidden;
    position: absolute;
    top: 0;
}
.card-show{
    display: block;
}
.contant-img:hover img, .contant-img.card-show img {
    transform: scale(1.1);
  }
  .card-contant p span {
    font-weight: 400;
}
.card-contant h4 span {
    font-weight: 500;
    color: var(--main-color);
}
.card-image img {
    width: 700px;
    max-width: 100%;
    height: auto;
}
.card-contant.card-data {
    overflow: auto;
}



/* .grid-card-wrapper .card-contant{
    box-sizing: content-box;
}
.grid-card-wrapper .card-content-wrap{
    padding: 20px;
} */




/* <!-- fancy scroll - scroll color - scroll css --> */
.grid-card-item ::-webkit-scrollbar {
    width: 6px;
  }
  /* / Track / */
  .grid-card-item ::-webkit-scrollbar-track {
 
    border-radius: 0px;
  }
  /* / Handle / */
  .grid-card-item ::-webkit-scrollbar-thumb {
    background: var(--main-color); 
    border-radius: 0px;
  }
  /* / Handle on hover / */
  .grid-card-item ::-webkit-scrollbar-thumb:hover {
    background: var(--main-color); 
  }
  /* <!-- scroll color end --> */
  /* end grid card section */
  
/* start animation section */



  .dot-icon{
    animation-name: dot-icon;
    animation-timing-function: linear;
}
@keyframes dot-icon {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-22px); }
    100% { transform: translateY(0); }
}

.yoga-shape {
    animation-name: yoga-shape;
    animation-timing-function: linear;
}
@keyframes yoga-shape {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}

.image.img-animation img {
    transition: all .6s;
}
.card-image img {
    transition: all .6s;
}

/* end animation section */

.grid-card-bg {
    background: var(--light-color);
}
.banner-mask{
    display: none;
}
.grid-card .background-wave-shap.common-wave {
    padding-bottom: 20px;
}


.grid-card-wrapper {
    display: grid;
    position: relative;
    row-gap: 40px;
    z-index: 1;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
}
.grid-card-item:nth-child(1){
    grid-column: 1 / 3;
}
.grid-card-item:nth-child(2){
    grid-column: 3 / 5;
}
.grid-card-item:nth-child(3){
    grid-column: 5 / 7;
}
.grid-card-item:nth-child(4){
    grid-column: 2 / 4;
}
.grid-card-item:nth-child(5){
    grid-column: 4 / 6;
}
.card-image.img-animation {
    background: #fcf5e4;
}

