/* Hover State */
.btn.btn-dark:hover {
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

/* Active / Click State */
.btn.btn-dark:active {
    transform: scale(0.97);
    box-shadow: none;
}


.overflow-x-hidden {
    overflow-x: hidden;
}

.tp-hero-area {

    height: 100vh;
}

.flag {
    width: 50px;
    height: auto;
}

.gap-25 {
    gap: 25px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.hero-text p {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    color: #ffffffcc;
    font-weight: 500;
}

.d-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-c-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.iconamoon--arrow-top-right-1-thin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M7 7h10m0 0v10m0-10L7 17' stroke-width='2'/%3E%3C/svg%3E");
}

.iconamoon--arrow-right-1-thin {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m12 19l7-7l-7-7m7 7H5' stroke-width='2'/%3E%3C/svg%3E");
}

.btn.btn-dark {
    gap: 3px;
}

/* Hover */
.btn.btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Active / Click */
.btn.btn-secondary:active {
    transform: scale(0.97);
}

.particle-background {
    position: relative;
    overflow: hidden;
}

.particle-background canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -4;
}

.particle-background>* {
    position: relative;
    z-index: 1;
}



.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}


.max-w-700 {
    max-width: 700px;
}

.container-1200 {
    max-width: 1200px;
}

.icon-box svg {
    max-width: 32px;
    max-height: 32px;
}

.icon-box {
    text-align: center;
     
}

.icon-box h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 900;
}

.icon-box p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
}


.blue-linear-bg {
    background: linear-gradient(rgb(255, 255, 255) 40.1323%, rgb(204, 225, 255) 100%);
    z-index: -2;
    position: relative;
}




.w-unset {
    width: unset;
}

.gap-60 {
    gap: 60px;
}

.gap-12 {
    gap: 12px;
}

.gap-56 {
    gap: 56px;
}

.tp-awareds-area {
    border-bottom: 1px solid rgba(31, 57, 94, 0.23);
}



.pin-spacer {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-250 {
    margin-bottom: 250px;
}

.left-text {

    place-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-flow: column;
    gap: 20px;
    height: min-content;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 1px;
    z-index: 1;

}

.ptb-52 {
    padding-top: 52px;
    padding-bottom: 52px;
}


.container-1024 {
    max-width: 1024px;
}

.blog-text {
    padding: 0px 8px;
    max-width: 218px;
}

.gap-4 {
    gap: 4px;
}

.gap-16 {
    gap: 16px;
}



.ptb-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.gap-48 {
    gap: 48px;
}

.iconamoon--arrow-down-2-light {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7 10l5 5l5-5'/%3E%3C/svg%3E");
}


.gap-22 {
    gap: 22px;
}



.footer-bg-black {
    background: #000000;
}

.footer-bg-black .menu-items p {
    color: white;
    margin-bottom: 0px;
}

.gap-30 {
    gap: 30px;
}

.p-50 {
    padding: 50px;

}


.p-24 {
    padding: 24px;
}


.p-150 {
    padding: 150px;
}


.w-700 {
    width: 700px;
}



.bg-dark-03 {
    background-color: #b1abab73;
    z-index: 0;
    position: relative;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {

    color: #000000;
}

.btn-slide-effect {
    position: relative;
    overflow: hidden;
}

.slide-text-default {
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.slide-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    opacity: 0;
}

.btn-slide-effect:hover .slide-text-default {
    transform: translateY(-100%);
    opacity: 0;
}

.btn-slide-effect:hover .slide-text-hover {
    transform: translateY(0);
    opacity: 1;
}

.btn-slide-effect>span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.strip-word-anim {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* mask the text */
    line-height: 1.4em;
}

.strip-word-anim .word {
    display: inline-block;
    transform: translateY(100%);
    /* start below */
    filter: blur(5px);
    /* blurred initially */
    opacity: 0;
    /* hidden initially */
}

.tp-portfolio-vp-post-thumbnail {
    border-radius: none;
    overflow: visible;
}

.tp-portfolio-vp-post-thumbnail img {
    border-radius: 10px;
}



