/**
 * Theme Name: child-theme
 * Template:   hello-elementor
 * ...other header fields
 */
 ::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--e-global-color-secondary);
}

.comments-area{
    display: none;
}
body,
html{
    overflow-x: hidden;
}
/*global*/

.animted-text-in{
        position: relative;
}
.animted-text-in span{
        transform: scale(5);
    transition: all .7s;
    opacity: 0;
    visibility: hidden;
    display: inline-flex;
    filter: blur(15px);
}
.animted-text-in span.show{
        transform: scale(1);
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}

/*global*/
/*btn*/

.custom-btn-1{
        font-family: var(--e-global-typography-primary-font-family);
    background-color: var(--e-global-color-accent);
    color: #fff;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    perspective: 500px;
        transform-style: preserve-3d;
        padding: 10px;
        position: relative;
        top:0;
        transition: all .7s;
}
.custom-btn-1 > .top-in,
.custom-btn-1 > .bottom-in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
        transition: all .7s;
        z-index: 10;
    transform-style: preserve-3d;
}
.custom-btn-1 > .top-in{
    opacity: 1;
        transform: rotateX(0deg);
}
.custom-btn-1 > .bottom-in{
    opacity: 0;
        transform: rotateX(-180deg);
}

.custom-btn-1:hover{
    color: #fff;
}
.custom-btn-1:hover > .top-in{
        transform: rotateX(180deg);
    opacity: 0;
}
.custom-btn-1:hover > .bottom-in{
        transform: rotateX(0deg);
    opacity: 1;
}
.custom-btn-1:hover{
        transform: scale(1.05);
            top: -5px;
                box-shadow: 0 5px 3px #00000082;
}

/*btn*/

/*main-slider*/

.swiper-main-slider{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    content: none!important;
}
.swiper-button-next,
.swiper-button-prev{
        width: 60px!important;
    height: 60px!important;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    opacity: 1!important;
        transition: all .7s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    opacity: 0!important;
}
.swiper-button-next svg,
.swiper-button-prev svg{
        fill: #fff;
    width: 25px!important;
    height: 25px!important;
}
.swiper-main-slider .button-prev-next{
        position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.swiper-main-slider .swiper-slide{
        position: relative;
        overflow: hidden;
}
.swiper-main-slider .swiper-slide .main-item-in{
        width: 100%;
    height: 100%;
    object-fit: cover;
        transform: scale(1.75);
    filter: blur(15px);
    transition: all 1s ease-in-out;
}
.swiper-main-slider .swiper-slide .main-item-in.swiper-remove-affect{
    transform: scale(1);
    filter: blur(0px);
}
.swiper-main-slider .swiper-slide .swiper-background{
        background-color: #000000de;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
        transition: all 1s ease-in-out;
}
.swiper-main-slider .swiper-slide .swiper-background.swiper-remove-affect{
    width: 0;
}
.swiper-main-slider .swiper-slide .overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    /*background: linear-gradient(137deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 25%, var(--e-global-color-text) 50%, var(--e-global-color-accent) 75%, var(--e-global-color-7648d93) 100%);*/
        opacity: .3;
}
.swiper-main-slider .text-all{
        position: absolute;
        top: 50%;
        left: 50%;
    width: 100%;
        transform: translate(-50%, -50%);
        z-index: 4;
}
.swiper-main-slider .text-all h2{
        color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 40px;
}
.swiper-main-slider .text-all .text{
        color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
    margin: 0;
    line-height: 1.8;
    font-weight: normal;
    font-size: 14px;
}
.swiper-main-slider .e-con-inner{
        padding-inline-start: 15px!important;
    padding-inline-end: 15px!important;
    position: relative;
}
.swiper-main-slider .text-all-in{
        width: 50%;
        position: relative;
    z-index: 2;
}

.swiper-main-slider .swiper-pagination{
        bottom: 20px!important;
            display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.swiper-main-slider .swiper-pagination .swiper-pagination-bullet{
        background-color: #787878;
    width: 10px;
    height: 10px;
    opacity: 1;
    transition: all .7s;
        margin-inline-end: 0!important;
    margin-inline-start: 0!important;
}
.swiper-main-slider .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--e-global-color-secondary);
}

/*main-slider*/
/*anim1*/

@keyframes anim1 {
    0%{
            transform: translateY(0px);
    }
    50%{
            transform: translateY(15px);
    }
    100%{
            transform: translateY(-15px);
    }
}

.global-anims{
        position: relative;
}
.anim1 {
        width: 400px;
    height: 400px;
    margin-inline-start: auto;
}
.anim1 .anim-con{
        animation-name: anim1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
}
.anim1 .anim-con > div{
        transform: scale(3);
    filter: blur(20px);
    opacity: 0;
    visibility: hidden;
        transition: all .7s ease-in-out;
        
}
.anim1 .anim-con > div.show{
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    visibility: visible;
}
.anim1 .anim-con:nth-of-type(1){
    bottom: 10%;
    left: calc(50% - 145px);
}
.anim1 .anim-con:nth-of-type(1) > div{
        width: 290px;
    height: 290px;
    background-size: 558px;
    background-position: 70% 102%;
    
}
.anim1 .anim-con:nth-of-type(2){
    top: 10%;
    left: 5%;
}
.anim1 .anim-con:nth-of-type(2) > div{
        width: 120px;
    height: 120px;
    background-size: 668px;
    background-position: 14% 18%;
    
}
.anim1 .anim-con:nth-of-type(3){
    top: 20%;
    right: 5%;
}
.anim1 .anim-con:nth-of-type(3) > div{
        width: 100px;
    height: 90px;
    background-size: 818px;
    background-position: 102% 15%;
    
}
.anim1 .anim-con:nth-of-type(4){
    top: 38%;
    left: 7%;
}
.anim1 .anim-con:nth-of-type(4) > div{
    width: 50px;
    height: 60px;
    background-size: 818px;
    background-position: 106% 38%;
    
}
.anim1 .anim-con:nth-of-type(5){
    top: 5%;
    left: 37%;
}
.anim1 .anim-con:nth-of-type(5) > div{
        width: 110px;
    height: 100px;
    background-size: 818px;
    background-position: 104% 61%;
    
}
.anim1 .anim-con:nth-of-type(6){
    top: 27%;
    left: 32%;
}
.anim1 .anim-con:nth-of-type(6) > div{
        width: 30px;
    height: 36px;
    background-size: 818px;
    background-position: 79% 19%;
    
}
.anim1 .anim-con:nth-of-type(7){
    top: 17%;
    left: 65%;
}
.anim1 .anim-con:nth-of-type(7) > div{
        width: 35px;
    height: 36px;
    background-size: 818px;
    background-position: 79% -1%;
    
}
.anim1 .anim-con:nth-of-type(8){
    top: 36%;
    left: 24%;
}
.anim1 .anim-con:nth-of-type(8) > div{
        width: 35px;
    height: 36px;
    background-size: 818px;
    background-position: 79% -1%;
        
}
.anim1 .anim-con:nth-of-type(9){
     top: 0%;
    left: 24%;
}
.anim1 .anim-con:nth-of-type(9) > div{
        width: 35px;
    height: 36px;
    background-size: 818px;
    background-position: 79% -1%;
       
}

/*anim1*/
/*number-of-site*/

.number-of-site{
        text-align: center;
    color: var(--e-global-color-7648d93);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
        position: relative;
}
.number-of-site .act{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-7648d93);
    box-shadow: 0 0 20px var(--e-global-color-7648d93);
    border-radius: 5px;
    transition: all 1s;
}
.number-of-site .act.show{
    width: 0;
}

/*number-of-site*/


@media (max-width: 1024px){
    
}
@media (max-width: 767px){
    .anim1{
            margin-inline-end: auto;
    }
}
@media (max-width: 567px){
}
@media (max-width: 450px){
    .anim1{
            width: 300px;
    }
}

