.story1-grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
}

.story-temp {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
}

.story-temp-large {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
}

.story1-block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.5rem;
    padding: 2rem;
    color: var(--cur-color-25);
}

.story1-block2-text {
    border-block: 2px solid var(--cur-color-600);
    padding-block: 2rem;
}

.story2-block-text {
    min-height: 160px;
    padding-block: 1.5rem;
}

.story2-grid-main {
    height: 1080px;
    width: 1080px;
}

.story4-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    position: relative;
}

.story4-block2-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-height: 100px;
    padding-block: 1.5rem;
    width: 100%;
    background-color: var(--cur-color-400);
    color: var(--cur-color-50);
}

.story4-block1-text {
    width: 100%;
    padding: 2rem;
    display: grid;
    align-items: center;
    height: 100%;
    color: var(--cur-color-25);
}

.story5-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    position: relative;
}

.story5-block2-text {
    position: absolute;
    min-height: 40px;
    width: 100%;
    padding: 32px 24px;
    bottom: 0px;
    color: white;
}

.story5-block2-inner {
    display: grid;
    align-items: center;
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(207, 207, 207, 0.5);
    margin-inline: auto;
}

.story5-block1-text {
    width: 100%;
    padding: 3rem;
    display: grid;
    color: white;
}

.story6-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    position: relative;
    background-color: var(--cur-color-100);
}

.storye6-img1,
.storye6-img3 {
    width: 400px;
    height: 400px;
    border: 10px solid var(--cur-color-400);
    border-radius: 250px;
    /* position: absolute; */
    /* top: 0px; */
}

.storye6-img1 {
    margin-left: 32px;
    margin-top: 50px;
    z-index: 10;
}

.storye6d-img3 {
    width: 400px;
    height: 400px;
    border: 10px solid var(--cur-color-400);
    border-radius: 250px;
    position: absolute;
    left: 648px;
    top: 50px;
    z-index: 10;
}

.storye6-img2 {
    width: 500px;
    height: 500px;
    border: 10px solid var(--cur-color-400);
    border-radius: 250px;
    position: absolute;
    left: 290px;
    top: 0px;
    z-index: 11;
}

.storye6-img-grid {
    position: relative;
}

.story6-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

.story6-main-block2-text {
    padding-inline: 3rem;
    padding-block: 4rem;
    color: var(--cur-color-700);
}

.story7-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
}

.story7-grid-box2 {
    padding: 32px;
    background-color: var(--cur-color-100);
    color: var(--cur-color-800);
}

.storye7-grid-block2-border {
    margin-block: 32px;
    border-top: 2px solid var(--cur-color-300);
}

.story8-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    padding: 2rem;
    display: grid;
    /* border: 1px solid black; */
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 2.5fr);
    background: rgb(255, 255, 255);
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 1) 73%,
            var(--cur-color-600) 70%);
}

/* .story8-grid-block2,
.story8-grid-block1 {
    border: 1px solid black;
} */

.story8-block1-image-grid {
    display: grid;
    grid-gap: 1rem;
    height: 680px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.story8-block1-image-grid-b1 {
    grid-column: 1/2;
    grid-row: 1/2;
}

.story8-block1-image-grid-b2 {
    grid-column: 2/3;
    grid-row: 1/3;
}

.story8-block1-image-grid-b3 {
    grid-column: 1/2;
    grid-row: 2/3;
}

.img-storye8 {
    height: 100%;
    width: 100%;
}

.story9-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 3fr);
    background-color: var(--cur-color-900);
}

.story9-grid-main-block1 {
    padding-top: 3.5rem;
}

.story9-grid-main-block2 {
    /* display: grid;
    
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); */
    position: relative;
}

.story9-grid-main-block2-b2 {
    /* position: absolute;
    bottom: 0px;
    height: 760px;
    margin-left: 400px;
    width: 760px; */
    /* border: 1px solid black; */
    position: absolute;
    bottom: -80px;
    height: 750px;
    margin-left: 496px;
    width: 760px;
    /* border: 1px solid black; */
}

.story9-grid-main-block2-b1 {
    /* border: 1px solid black; */
    width: 450px;
    margin-left: 1rem;
}

.story9-grid-main-block2-b3 {
    position: absolute;
    bottom: 0px;
    min-height: 180px;
    background-color: var(--cur-color-800);
    width: 100%;
    display: flex;
    padding-inline: 1rem;
    align-items: center;
}

.story9-grid-main-block2-b3-inner {
    width: 420px;
}

.story10-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 3fr);
    padding: 2rem;
}

.story10-grid-main-block2 {
    position: relative;
}

.story10-grid-main-block1 {
    padding-top: 1rem;
    color: var(--cur-color-100);
}

.story10-grid-main-block2-b1-image {
    width: 400px;
    height: 400px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.story10-grid-main-block2-b2-image {
    width: 400px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    height: 400px;
    position: absolute;
    top: 312px;
    left: 105px;
    z-index: 6;
}

.story10-grid-main-block2-b3-image {
    width: 580px;
    height: 580px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 80px;
    left: 307px;
    z-index: 5;
}

.storye10-img {
    width: 100%;
    height: 100%;
}

.story11-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 1rem;
}

.storye11-grid-block1 {
    grid-column: 1/2;
    grid-row: 1/3;
    position: relative;
}

.storye11-grid-block2 {
    grid-column: 2/3;
    grid-row: 1/2;
}

.storye11-grid-block3 {
    grid-column: 2/3;
    grid-row: 2/3;
}

.storye11-grid-block1imgb1 {
    z-index: 6;
    width: 100%;
    height: 100%;
}

.storye11-img {
    width: 100%;
    height: 100%;
}

.storye11-grid-block1-text1 {
    z-index: 7;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.storye11-grid-block1-text2 {
    z-index: 7;
    padding-inline: 2rem;
    position: absolute;
    top: 45%;
    left: 0;
}

.storye11-grid-block1-text3 {
    z-index: 7;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.story12-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
}

.story12-grid-main-blcok1 {
    width: 500px;
    position: relative;
    height: 100%;
    margin-left: 5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(207, 207, 207, 0.5);
}

.story13-grid-main {
    height: 1080px;
    width: 1080px;
    margin-inline: auto;
}

.story13-grid-main-block1 {
    width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    row-gap: 3.5rem;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}

.story13-grid-main-block1-img {
    width: 600px;
}

/* log storye css */

.story1-grid-main-long {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
}

.story4-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    position: relative;
}

.story5-block1-text-long {
    width: 100%;
    padding-block: 8rem;
    padding-inline: 4rem;
    display: grid;
    color: var(--cur-color-25);
}

.story6-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    position: relative;
    background-color: var(--cur-color-100);
}

.storye6-img1-long {
    width: 500px;
    height: 500px;
    border: 10px solid var(--cur-color-400);
    border-radius: 250px;
    /* position: absolute; */
    /* top: 0px; */
    margin-left: 32px;
    /* margin-top: 50px; */
    z-index: 10;
}

.storye6-img2-long {
    width: 640px;
    height: 640px;
    border: 10px solid var(--cur-color-400);
    border-radius: 320px;
    position: absolute;
    left: 220px;
    top: 314px;
    z-index: 11;
}

.storye6d-img3-long {
    width: 500px;
    height: 500px;
    border: 10px solid var(--cur-color-400);
    border-radius: 250px;
    position: absolute;
    left: 548px;
    top: 765px;
    z-index: 10;
}

.story7-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
}

.story7-grid-box2-long {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--cur-color-100);
    color: var(--cur-color-800);
}

.story8-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    /* grid-row-gap: 3.5rem; */
    /* border: 1px solid black; */
    /* grid-template-columns: minmax(0, 1fr); */
    /* grid-template-rows: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr); */
    background: rgb(255, 255, 255);
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 1) 73%,
            var(--cur-color-600) 70%);
}

.story8-grid-block1 {
    color: var(--cur-color-900);
    padding-block: 4rem;
}

.story8-grid-block3 {
    color: var(--cur-color-600);
}

.story9-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    overflow: hidden;
    /* display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 3fr); */
    background-color: var(--cur-color-900);
}

.story8-block1-image-grid-long {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.story8-block1-image-grid-b1-long {
    grid-column: 1/3;
    grid-row: 1/2;
}

.story8-block1-image-grid-b2-long {
    grid-column: 1/2;
    grid-row: 2/3;
}

.story8-block1-image-grid-b3-long {
    grid-column: 2/3;
    grid-row: 2/3;
}

.story9-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 3fr);
    background-color: var(--cur-color-900);
}

.story9-grid-main-block1-long {
    padding-top: 12.5rem;
    color: var(--cur-color-100);
    padding-inline: 4rem;
}

.story9-grid-main-block2-b2-long {
    position: absolute;
    bottom: 100px;
    height: 750px;
    margin-left: 496px;
    width: 760px;
}

.story9-grid-main-block2-b1 {
    /* border: 1px solid black; */
    width: 450px;
    margin-left: 1rem;
}

.img-storye9 {
    height: 100%;
    width: 100%;
    border: 20px solid var(--cur-color-500);
    border-radius: 100%;
}

.story9-grid-main-block2-b3-long {
    position: absolute;
    bottom: 200px;
    min-height: 180px;
    background-color: var(--cur-color-800);
    width: 100%;
    display: flex;
    padding-inline: 1rem;
    align-items: center;
}

.story10-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 3fr);
    padding: 4rem;
}

.story10-grid-main-block1-long {
    padding-top: 5rem;
    color: var(--cur-color-100);
}

.story10-grid-main-block2-b1-image-long {
    width: 400px;
    height: 400px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.story10-grid-main-block2-b2-image-long {
    width: 400px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    height: 400px;
    position: absolute;
    top: 533px;
    left: 105px;
    z-index: 6;
}

.story10-grid-main-block2-b3-image-long {
    width: 580px;
    height: 580px;
    border: 20px solid #ffffff;
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 120px;
    left: 307px;
    z-index: 5;
}

.template {
    position: relative;
}

.cur-watermar-logo {
    color: var(--cur-color-300);
}

.storyA1-grid-main {
    height: 1080px;
    width: 1080px;

    padding-top: 4rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.storyA1-main-block1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.storyA1-grid-main-long {
    height: 1920px;
    width: 1080px;
    margin-inline: auto;
    padding-top: 4rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 1) 73%,
            var(--cur-color-600) 70%);
}

.storyA2-block2-text {
    min-height: 20px;
    width: 100%;
    padding: 32px 0px;
    bottom: 0px;
    color: white;
}

.storyA2q-block2-inner {
    display: grid;
    align-items: center;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(207, 207, 207, 0.5);
    margin-inline: auto;
}

.storyA4-main-block1 {
    display: flex;

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.storyA4-main-block1-nnner {
    background-color: var(--cur-color-800);
    width: 100%;
    padding: 48px 32px 48px 64px;
}

.storyA4-main-block1-inner-text {
    padding-block: 1rem;
}

.storyA7-main-block-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.storyA7-main-imgblock {
    position: absolute;
    bottom: 108px;
    left: -210px;
    display: flex;
    gap: 1rem;
    transform: rotate(45deg);
}

.storyA7-main-block {
    height: 1080px;
    width: 1080px;

    padding: 2rem;

    overflow: hidden;
    position: relative;
}

.storyA7-main-block-outer {
    height: 100%;
    width: 100%;
    border: 4px solid #d0d5dd;
}

.storyA7-main-block-text {
    padding-block: 4rem;
    margin-left: auto;
    width: 80%;
    height: 600px;
    /* border: 1px solid black; */
}

.storyA7-main-block-text2 {
    padding-block: 1rem;
    margin-left: auto;
    width: 60%;

    /* border: 1px solid black; */
}

.storyb1-main-block {
    height: 1080px;
    width: 1080px;

    padding: 2rem;

    overflow: hidden;
    position: relative;
}

.storyb1-main-block-text {
    min-height: 18rem;
}

.storyb1-img {
    height: 100%;
    width: 100%s;
}

.storyb1-imgblock {
    width: 592px;
    height: 608px;
    margin-left: auto;
    margin-right: -2rem;
}

.storyb1-bottom-text {
    margin-top: 1.5rem;
}

.storyb2-main-block-text {
    background-color: var(--cur-color-900);
    border-radius: 49px;
    padding-inline: 3rem;
    padding-block: 2rem;
    margin-inline: 3rem;
    margin-block: auto;
    width: 100%;
}

.storyb2-main-block {
    height: 1080px;
    width: 1080px;
    display: flex;
    align-items: center;

    padding: 2rem;

    overflow: hidden;
    position: relative;
}

.storyb3-inner-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-column-gap: 2rem;
    padding-block: 10rem;
    height: 100%;
}

.storyb3-inner-text-block {
    margin-block: 4rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.storyb3-text-block1 {
    padding-block: 1rem;
    border-block: 2px solid #000000;
}

.storyb3-main-block {
    height: 1080px;
    width: 1080px;

    padding: 2rem;

    overflow: hidden;
    position: relative;
}

.storyb4-main-block {
    height: 1080px;
    width: 1080px;

    padding: 2rem;

    overflow: hidden;
    position: relative;
}

.storyeb4-btn-block {
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
}

.storyeb4-btn {
    background: #ffffff;
    border: 4px solid #233554;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    width: fit-content;
    padding-inline: 1.2rem;
    padding-block: 0.8rem;
}

.storyb4-inner-block {
    height: 100%;
    display: flex;
}

.storyb4-inner-block1 {
    margin-block: auto;
    width: 100%;
}

.storyeb5-grid-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 2rem;
    padding-inline: 6rem;
}

.storyeb5-inner-text-block {
    margin-top: 1rem;
}

.storyeb5-img {
    border: 1px solid #667085;
    border-radius: 15px;
    width: 100%;
    height: 308px;
}

.storyeb5-title-block {
    margin-bottom: 3rem;
}

.storyeb6-main-block {
    background: #fcfcfd;
    height: 100%;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
    border-radius: 48px;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.storyeb6-img {
    aspect-ratio: 16/8;
    width: 100%;
}

.storyb6-main-block {
    height: 1080px;
    width: 1080px;

    padding: 4rem;

    overflow: hidden;
    position: relative;
}

.storyeb6-img-block {
    margin-block: 1rem;
}


.storye-image-container {
    width: 100%;
    height: 100%;
}

.storye-image-img {
    width: 100%;
    height: 100%;
}

.main-componet {
    width: 1080px;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    height: 607.5px;
    margin: auto;
    background-image: url("https://storage.googleapis.com/cur-layout-prod-data/files/imgnewi.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.wrapper {
    position: absolute;
    top: 50%;
}


.main-componet5-4 {
    width: 1080px;
    aspect-ratio: 5/4;
    height: 864px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-image: url("https://storage.googleapis.com/cur-layout-prod-data/files/imgnewi.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.main-componet1-1 {
    width: 1080px;
    height: 1080px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin: auto;
    position: relative;
    background-image: url("https://storage.googleapis.com/cur-layout-prod-data/files/imgnewi.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
}


.main-componet4-3 {
    width: 1080px;
    height: 810px;
    aspect-ratio: 4/3;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-image: url("https://storage.googleapis.com/cur-layout-prod-data/files/imgnewi.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
}