html {
    scroll-behavior: smooth;
}

html,
body {
    color: #214182;
    font-family: 'almoniregularaaa';
    font-size: 16px;
    height: 100%;
    background-image: url('images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: rtl;
}

.logo {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 999;
}

.form-control,
.form-control:focus {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Almoni DL AAA';
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

textarea.form-control {
    border: 2px solid #fff;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-body {
    font-family: 'Almoni DL AAA';

}

.btn-popup {
    font-size: 1.75rem;
    font-family: 'Almoni DL AAA';
    border: none;
    color: #fff;
    background: transparent linear-gradient(90deg, #4F66AF 0%, #475EA3 10%, #405696 20%, #384E89 30%, #31467C 40%, #2A3E6F 50%, #223663 60%, #1B2E56 70%, #132649 80%, #0C1E3C 90%, #04172F 100%) 0% 0% no-repeat padding-box;
    padding: 0.4rem 1rem;
    margin: 0 auto;
}

.btn-form {
    font-size: 1.75rem;
    font-family: 'Almoni DL AAA';
    border: none;
    color: #4F66AF;
    background: #fff;
    padding: 0.4rem 1rem;
    margin: 0 auto;
}

.modal-content {
    background-color: #4F66AF;
    color: #fff;
}

.modal-header .btn-close {
    background-image: url('images/x.png');
    background-repeat: no-repeat;
}

.box {
    position: absolute;
    font-family: 'FbKapriza';
    color: #000;
    font-size: 1.4vw;
    text-align: center;
    line-height: 1;
    background-size: cover;
    background-repeat: no-repeat;
    width: 16vw;
    height: 16vw;
    z-index: 1;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
}

.box:not(.box-text) {
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.box:not(.box-text):hover {
    transform: scale(1.2) rotate(var(--random-rotation, 0deg)) !important;
    z-index: 100 !important;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4)) !important;
}



@keyframes stickCard {
    0% {
        opacity: 0;
        transform: translateY(-100px) scale(0.5) rotate(var(--random-rotation, 0deg));
    }
    60% {
        transform: translateY(20px) scale(1.05) rotate(var(--random-rotation, 0deg));
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(var(--random-rotation, 0deg));
    }
}

.box p {
    position: absolute;
    right: 2vw;
    width: 12vw;
    height: 11vw;
    top: 2vw;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    font-size: clamp(0.7vw, 1.2vw, 1.4vw);
    line-height: 1.2;
}

.box-0 {
    background-image: url(images/01.png);
    left: 23vw;
    top: 0;
    transform: rotate(-3deg);
}

.box-0 p {
    top: 4vw;
}

.box-1 {
    background-image: url(images/02.png);
    left: 38vw;
    top: 0;
    transform: rotate(3deg);
}

.box-1 p {
    top: 4vw;
}

.box-2 {
    background-image: url(images/03.png);
    left: 53vw;
    top: 0;
    transform: rotate(-3deg);
}

.box-3 {
    background-image: url(images/04.png);
    left: 68vw;
    top: 0;
    transform: rotate(10deg);
}

.box-3 p {
    top: 2.5vw;
}

.box-4 {
    background-image: url(images/05.png);
    left: 83vw;
    top: 0;
    transform: rotate(-15deg);
}

.box-4 p {
    top: 2.5vw;
}

.box-5 {
    background-image: url(images/06.png);
    left: 83vw;
    top: 15vw;
    transform: rotate(15deg);
}

.box-5 p {
    width: 11vw;
    top: 3vw;
    font-size: 1.2vw;
}

.box-6 {
    background-image: url(images/07.png);
    left: 83vw;
    top: 30vw;
    transform: rotate(-3deg);
}
.box-6 p{
    top:3vw
}
.box-16 p {
    top: 3vw;
}

.box-7 {
    background-image: url(images/08.png);
    left: 67vw;
    top: 30vw;
    transform: rotate(5deg);
}

.box-8 {
    background-image: url(images/09.png);
    left: 53vw;
    top: 30vw;
    transform: rotate(-3deg);
    font-size: 1.2vw;
}

.box-8 p {
    right: 3vw;
    width: 10vw;
    top: 2.5vw;
}


.box-9 {
    background-image: url(images/10.png);
    left: 40vw;
    top: 30vw;
    transform: rotate(12deg);
    font-size: 1.3vw;
}

.box-9 p {
    top: 3vw;
}

.box-10 {
    background-image: url(images/11.png);
    left: 25vw;
    top: 30vw;
    transform: rotate(-3deg);
}

.box-11 {
    background-image: url(images/12.png);
    left: 10vw;
    top: 34vw;
    transform: rotate(6deg);
}

.box-12 {
    background-image: url(images/13.png);
    left: 0vw;
    top: 22vw;
    transform: rotate(-10deg);
}

.box-12 p {
    right: 2.5vw;
    width: 11vw;
    top: 2.5vw;
    font-size: 1.2vw;
}

.box-13 {
    background-image: url(images/14.png);
    left: 1vw;
    top: 8vw;
    transform: rotate(6deg);
}

.box-14 {
    background-image: url(images/15.png);
    left: 1vw;
    top: 48vw;
    transform: rotate(6deg);
}

.box-15 {
    background-image: url(images/16.png);
    left: 20vw;
    top: 48vw;
    transform: rotate(-3deg);
}

.box-16 {
    background-image: url(images/17.png);
    left: 35vw;
    top: 48vw;
    transform: rotate(6deg);
}

.box-17 {
    background-image: url(images/18.png);
    left: 50vw;
    top: 48vw;
    transform: rotate(-3deg);
}
.box-17 p{
    font-size: 1.2vw;
}
.box-18 {
    background-image: url(images/19.png);
    left: 70vw;
    top: 48vw;
    transform: rotate(-3deg);
}
.box-18 p{
    font-size:1.1vw;
}
.box-19 {
    background-image: url(images/20.png);
    left: 84vw;
    top: 48vw;
    transform: rotate(4deg);
}
.box-19 p{
    font-size: 1.2vw;
}
.box-20 {
    background-image: url(images/17.png);
    left: 20vw;
    top: 48vw;
    transform: rotate(-3deg);
}

.box-text {
    top: 16.5vw;
    width: 65vw;
    left: 17.5vw;
}

@media (max-width: 991.98px) {

    html,
    body {
        font-size: 16px;
    }

    .logo {
        width: 10rem;
    }

    .box {
        width: 40vw;
        height: 40vw;
        font-size: 4.5vw;
    }

    .box p {
        top: 6vw;
        width: 33vw;
        right: 3.5vw;
        height: 33vw;
        font-size: 3.2vw;
        line-height: 1.1;
    }

    .box-0 {
        left: 55vw;
    }

    .box-1 {
        top: 40vw;
        left: 65vw;
    }

    .box-2 {
        top: 80vw;
        left: 65vw;
    }

    .box-3 {
        top: 120vw;
        left: 65vw;
    }

    .box-3 p {
        height: 31vw;
        width: 30vw;
        right: 5vw;
        top: 7vw;
    }

    .box-4 {
        background-image: url(images/12.png);
        top: 120vw;
        left: 25vw;
    }

    .box-5 {
        top: 105vw;
        left: -8vw;
    }

    .box-6 {
        top: 65vw;
        left: -8vw;
    }

    .box-7 {
        top: 25vw;
        left: -8vw;
    }

    .box-8 {
        background-image: url(images/12.png);
        top: 155vw;
        left: 65vw;
    }

    .box-9 {
        top: 155vw;
        left: 25vw;
    }

    .box-9 p {
        width: 31vw;
        right: 5vw;
    }

    .box-10 {
        top: 155vw;
        left: -10vw;
    }

    .box-11 {
        top: 195vw;
        left: 65vw;
    }

    .box-12 {
        top: 195vw;
        left: 25vw;
    }

    .box-13 {
        top: 195vw;
        left: -10vw;
    }

    .box-14 {
        top: 235vw;
    }

    .box-15 {
        top: 235vw;
    }

    .box-16 {
        top: 235vw;
    }

    .box-17 {
        top: 235vw;
    }

    .box-18 {
        top: 235vw;
    }

    .box-19 {
        top: 235vw;
    }

    .box-text {
        top: 45vw;
        width: 55vw;
        left: 22vw;
    }
    .box-5 p {
        font-size: 3.8vw;
    }
    .box-9 p {
        font-size: 3.8vw;
    }
    .box-12 p{
        width: 29vw;
        right: 5.5vw;
        font-size: 2.8vw;
        line-height: 1.05;
    }
    .box-14 {
        top: 235vw;
        width: 48vw;
        height: 48vw;
        left: 1vw;
    }
    .box-14 p,
    .box-16 p{
        right: 6vw;
        top: 8vw;
        font-size: 3.8vw;
        line-height: 1.1;
    }
    .box-15{
        top: 235vw;
        width: 48vw;
        height: 48vw;
        left: 45vw;
    }
    .box-15 p{
        font-size: 4.5vw;
        left: 1.1vw;
    }
    .box-16{
        top: 282vw;
        width: 48vw;
        height: 48vw;
        left: -5vw;
        transform: rotate(-16deg);
    }
    .box-17{
        top: 284vw;
        width: 48vw;
        height: 48vw;
        left: 43vw;
        transform: rotate(19deg);
    }
    .box-17 p{
        left: 1.1vw;
        font-size: 4.7vw;
        top: 8vw;
    }
    .box-18{
        top: 328vw;
        width: 50vw;
        height: 50vw;
        left: -5vw;
        transform: rotate(-16deg);
    }
    .box-19{
        top: 328vw;
        width: 50vw;
        height: 50vw;
        left: 54vw;
        transform: rotate(0deg);
    }
    .box-19 p,
    .box-18 p{
        font-size: 4.4vw;
    }
    .box-18 p {
        left: 1.5vw;
        top: 14vw;
    }
    .box-19 p{
        left: 1vw;
        top: 9vw;
    }
    
    .form-control,
    .form-control:focus {
        font-size: 1.2rem;
    }
    
    .btn-popup,
    .btn-form {
        font-size: 1.4rem;
        padding: 0.5rem 1.2rem;
    }
    
    .modal-body {
        font-size: 1.1rem;
    }
}