body {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}


.mainHeader {
    position: absolute;
    display: flex;
    left: 10;
    top: 0;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    z-index: 99
}


.headLogo {
    width: 40px;
    display: flex;
    justify-content: center;
    opacity: 0
}

.logoBox {
    position: absolute;
    top: 180px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
    display: flex;
    flex-direction: column; /* Arrange items vertically */
    gap: 25px; /* Space between logos */
    z-index: 1;
    opacity: 0; /* Initially hidden */
    transform: translateY(-20px); /* Positioned slightly above */
    animation: fadeIn 1s ease-out 5s forwards; /* Animation with 5s delay */
}


.logoBox a img {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    object-fit: cover;
    animation: shake 1.5s infinite ease-in-out; /* Shaking effect */
}

.logoBox a:hover img {
    animation: none; /* Stop shaking on hover */
    transform: scale(1.1); /* Slightly zoom in */
}



@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0); /* Move to the original position */
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0); /* Normal position */
    }
    25% {
        transform: translateX(-3px); /* Shake left */
    }
    50% {
        transform: translateX(3px); /* Shake right */
    }
    75% {
        transform: translateX(-3px); /* Shake left again */
    }
}



.letterAnim {
    position: fixed; /* Use fixed instead of absolute for more predictable behavior */
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.letterLoad {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 260px;
    z-index: 9
}
@media (max-width: 3840px) {
    .letterLoad {
        width: 220px; /* Adjust width  */
    }
}
@media (max-width: 1980px) {
    .letterLoad {
        width: 200px; /* Adjust width  */
    }
}

@media (max-width: 1200px) {
    .letterLoad {
        width: 150px; /* Adjust width  */
    }
}
@media (max-width: 768px) {
    .letterLoad {
        width: 100px; /* Adjust width  */
    }
}

@media (max-width: 480px) {
    .letterLoad {
        width: 80px; /* Further adjust width */
    }
}


.tp-caption.Concept-Title,
.Concept-Title {
    white-space: initial !important;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0
}

.tp-caption {
    transform: translateY(-100%) !important
}

.tp-loop-wrap,
.tp-parallax-wrap {
    height: 0
}

.Concept-Title {
    font-size: 48px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important
}

.tp-bgimg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/home-overlay.png) !important;
    position: absolute;
    top: 0;
    left: 0
}

.tp-parallax-wrap {
    left: 60px !important;
    top: initial !important;
    bottom: 80px
}

.rev_slider,
.rev_slider_wrapper {
    height: 100% !important
}



.forcefullwidth_wrapper_tp_banner {
    height: 100vh !important
}


.erinyen.tparrows {
    min-width: 60px;
    min-height: 60px;
    background: transparent;
    transform: translateY(-50%) !important
}

.erinyen.tparrows:before {
    line-height: 60px
}

.erinyen .tp-title-wrap {
    height: 60px;
    min-height: 60px;
    line-height: 60px
}

.erinyen .tp-arr-titleholder {
    line-height: 60px
}

.erinyen.tparrows.tp-leftarrow:before,
.erinyen.tparrows.tp-rightarrow:before {
    content: "";
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

/*
.erinyen.tparrows.tp-rightarrow {
    left: initial !important;
    right: 0 !important
}

.erinyen.tparrows.tp-rightarrow:before {
    background-image: url(../img/homeRight.svg)
}

.erinyen.tparrows.tp-leftarrow:before {
    background-image: url(../img/homeleft.svg)
}
    */