﻿/*error message show in carrer form */
.error {
    color: red;
    font-size:12px;
}
/*images Animation Galllary */
.gallery1 {
    --size: min(60vmin, 700px);
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #0002, 0 20px 40px -20px #0004;
    width: var(--size);
    height: var(--size);
    background: #fff;
    border: 6px solid #fff;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 6px;
}

    .gallery1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes moveHorizontal {
    to {
        object-position: 100% 0;
    }
}

@keyframes moveVertical {
    to {
        object-position: 0 100%;
    }
}

@keyframes shrinkVertical {
    to {
        height: 0;
    }
}

@keyframes shrinkHorizontal {
    to {
        width: 0;
    }
}

@keyframes growHorizontal {
    to {
        width: 100%;
    }
}

@keyframes growHorizontal2 {
    to {
        width: 70%;
    }
}

@keyframes growVertical {
    to {
        height: 100%;
    }
}

@keyframes growAll {
    to {
        width: 100%;
        height: 100%;
    }
}


.gallery1 img:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    animation: moveHorizontal 8.5s 0.5s 1, shrinkHorizontal 2s 9s ease-in 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    animation: shrinkHorizontal 2s 11s 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / 3;
    align-self: end;
    object-position: 0 0;
    animation: moveVertical 5s 1s 1, shrinkVertical 3s 5s 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 0;
    justify-self: center;
    align-self: start;
    animation: growHorizontal 2.25s 11s 1, moveHorizontal 4s 14s 1, shrinkVertical 2s 18s 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
    width: 0;
    justify-self: start;
    align-self: end;
    animation: growHorizontal 2.5s 7.5s 1, moveVertical 4s 12.5s 1, shrinkHorizontal 2s 17s 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
    width: 0;
    justify-self: end;
    align-self: end;
    animation: growHorizontal 2s 8s 1, shrinkHorizontal 2s 17s 1;
    animation-fill-mode: forwards;
}

.gallery1 img:nth-child(7) {
    grid-column: 1/3;
    grid-row: 1/3;
    width: 0;
    justify-self: end;
    align-self: end;
    object-position: 0 0;
    animation: growHorizontal 2s 20s 1, moveHorizontal 16s 21.5s 1;
    animation-fill-mode: forwards;
}

#app {
    text-align: center;
    font-size: 50px;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-clip: border-box;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.textfo{
    font-size:10px;
}

#inside-banner-4 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
   /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner2.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}

#inside-banner-5 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner3.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}

#inside-banner-6 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner4.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
#inside-banner-7 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner12.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
#inside-banner-8 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner9.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
#inside-banner-9 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner7.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
#inside-banner-10 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner8.jpg") repeat;
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
#inside-banner-11 {
    max-width: 100%;
    min-height: 350px;
    width: 100%;
    /* background: url("../img/banner2.jpg") repeat;*/
    background: url("../img/banner9.jpg");
    position: relative;
    z-index: 1;
    margin: 0px auto 0;
    padding: 60px 0 60px;
}
.modal-content1 {
    left:50%;

    width: 60%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    outline: 0;
    padding: 10px;
}

.modal-header {
    padding: 2px;
    border-bottom: 0px solid #e9ecef;
    text-align: right;
    justify-content: flex-end;
}

.modal-body {
    padding: 0px 10px 10px 10px;
}

.close {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .9;
    border: 0px;
}

.message {
    text-align: center;
    font-family: 'Product Sans';
    color: #666;
}

    .message h2 {
        font-size: 28px;
        padding: 40px;
    }

    .message a {
        font-size: 16px;
        color: #666;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 7px 15px;
        text-decoration: none;
    }