.lp-nav {
    padding: 1em 0 !important;
}
.lp-btn-style {
    font-size: 1rem;
    padding: 0.7rem 2.5rem;
    color: #fff;
    background: #6372FF;
    box-shadow: 3px 6px 0px #000000;
    border-radius: 30px;
    transition: all .2s ease-in-out;
}
.lp-btn-style:hover {
    color: #fff;
    box-shadow: 0px 0px 0px #000;
}
.svg-triangle-bann-lp {
    max-width: 4%;
    animation: rotation-tri 3s infinite alternate-reverse;
    position: relative;
    top: 2em;
    left: 5%;
}
.banner-img-cont {
    padding: 0 auto;
}
@keyframes rotation-star {
    from {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    to {
        transform: rotate(359deg);
        transform-origin: 50% 50%;
    }
}
.star-svg-rotate {
    max-width: 5em;
    animation: rotation-star 5s infinite alternate-reverse;
    position: relative;
    bottom: 30em;
    left: 80%;
}
.curved-line {
    max-width: 17%;
    position: relative;
    bottom: 35em;
    left: 4%;
}
@media (max-width: 1200px) {
    .star-svg-rotate {
        bottom: 20em;
        left: 60%;
    }
    .curved-line {
        bottom: 25em;
    }
    .svg-triangle-bann-lp {
        top: 0;
    }
}
@media (max-width: 992px) {
    .star-svg-rotate {
        bottom: 30em;
        left: 65%;
    }
    .curved-line {
        bottom: 35em;
    }
    .svg-triangle-bann-lp {
        top: -2.5em;
    }
}
@media (max-width: 600px) {
    .star-svg-rotate {
        bottom: 25em;
        left: 60%;
    }
    .curved-line {
        bottom: 30em;
        left: 5%;
    }
    .svg-triangle-bann-lp {
        top: -3.5em;
    }
}
@media (max-width: 469px) {
    .star-svg-rotate {
        bottom: 20em;
        left: 55%;
    }
    .curved-line {
        bottom: 23em;
        left: 7%;
    }
    .svg-triangle-bann-lp {
        top: -4em;
    }
}

/* Services Section */

.services-cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
.services-item {
    text-align: center;
    justify-self: center;
    align-self: end;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 5px 5px 0px #000000;
    border-radius: 30px;
    padding: 2em 1em;
    width: 90%;
}
.services-item img {
    max-width: 80%;
    margin-bottom: 2em;
}
.services-item h6 {
    margin: 0;
}
.services-item.webdev img, .services-item.events img {
    margin-bottom: .8em;
}
.about-img {
    justify-self: center;
}
.about-txt {
    line-height: 1.3;
    text-align: justify;
}
.team-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    justify-items: center;
    align-items: center;
    text-align: center;
}
.team-item img {
    max-width: 80%;
    margin-bottom: 1em;
}
.team-item h5, .team-item h6 {
    margin: 0;
    line-height: 1.3;
}
.client-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1em;
    justify-items: center;
    align-items: center;
    text-align: center;
}
.client-item img {
    max-width: 90%;
}
.testimon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, .5fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    align-items: center;
    text-align: start;
}

.video-holder { grid-area: 1 / 4 / 4 / 6; }
.video-txt { grid-area: 2 / 1 / 3 / 5; }
.video-txt {
    display: grid;
    width: 100%;
    height: 80%;
    background: #6372FF;
    border: 2px solid #000000;
    box-shadow: 5px 5px 0px #000000;
    border-radius: 25px;
    padding: 1em 3em;
    align-items: center;
}
.video-txt h6 {
    margin: 0;
}
.video-holder img {
    max-width: 100%;
}
.txt-arrow {
    margin-bottom: .5em;
}
.testim-star {
    left: 245%;
    top: 4em;
    z-index: -1;
    max-width: 100%;
}

@keyframes rotation-dots-sqr {
    from {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    to {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
    }
}
.sqr-dots-grp {
    position: relative;
    max-width: 4em;
    animation: rotation-dots-sqr 3s infinite alternate-reverse;
    bottom: 14%;
    left: 0;
}

#contact-lp {
    background: linear-gradient(180deg, #fff 50%, #000 50%);

}
.contact-form-lp {
    padding: 4em;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 5px 5px 0px #000000;
    border-radius: 25px;
}
.contact-form-lp .form-field input {
    text-align: left;
    border: none;
    border-bottom: 1px solid #000;
}
.contact-form-lp .form-field input:focus {
    border-bottom: 2px solid #6372FF !important;
    box-shadow: none !important;
}
.contact-form-lp .form-field input:visited {
    text-decoration: none !important;
}
.lp-contact-cta {
    margin-top: 4em;
    text-align: center;
}
#lp-footer {
    display: grid;
    background: #000;
    padding-top: 1em;
    justify-content: center;
}
.footer-logo-svg-lp {
    max-width: 12em;
}