.logo{
    width: 120px;
    margin-top: 7rem;
    transform: scale(2.5);
}

.header-layout1 .header-top {
    background-color: #65acc4;
}
.ticker-wrap {
    osition: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #e6352f;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1px;
}

.ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1rem;
    color: #ffffff;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.about-images{
    width: 300px;
    border-radius: 30px;
    margin-bottom: 2rem;
}
.alignation-header{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.custom-slide{
    background: linear-gradient(142deg, rgba(101,172,196,1) 0%, rgb(255 255 255) 35%, rgb(255 255 255) 100%);
}
.custom-slide-item{
    height: 100vh;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.titlelider{
    font-size: 108px;
    font-family: fabios;
    color: #e6352f;
    text-transform: capitalize;
    margin-bottom: 2rem;
    margin-top: 5rem;
    text-align: center;
    line-height: 115px;
    text-shadow: 4px 3px 5px #bfbfc0;
}
.description{
    font-family: 'Font Awesome 6 Brands';
    font-size: 40px;
    color: #65acc4;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}
.menu-area{
    position: absolute;
    width: 100%;
}
.header-layout1 .menu-area {
    background-color: transparent;
}
.logo-style1 {
    position: relative;
    z-index: 2;
    padding: 0 0 0 0;
    margin-top: -60px;
    background-color: transparent;
}

.header-layout1:before, .header-layout1:after {

    background-color: transparent;
}

.header-layout1:before, .header-layout1:after {

    background-color: transparent;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: -webkit-linear-gradient(180deg, rgb(101 172 196) 0%, rgb(230 53 47) 100%);
    background: -o-linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
    background: -moz-linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
    background: linear-gradient(180deg, rgb(101 172 196) 0%, rgb(230 53 47) 100%);
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
            180deg
            , rgb(246 246 246) 0%, rgb(207 209 223) 51%);
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);

}

::-webkit-scrollbar-thumb:hover {
    background: #fcd40b;
}

body{cursor: url(../../images/cursor.png), auto !important;}