
/*BUTTON CIRCLE*/

.btn_arround {
    display: inline-block;
}

.circle-button{ 
    border-radius: 100%;
    position: relative;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    min-height: 100px;
    

}


.btn_arround svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 36px;
    left: 50%;
    height: 36px;
    margin-left: -16px;
    margin-top: -18px;
}

.circle-button.blink-small_size.blink-text-center{
    height: 80px;
    width: 80px;    
}
.circle-button.blink-normal-size.blink-text-center{
    height: 120px;
    width: 120px;    
}

.circle-button.blink-large-size.blink-text-center{
    height: 180px;
    width: 180px;       
} 



.circle-button.blink-text-arround div,.circle-button{
     aspect-ratio : 1 / 1;
}


.circle-button {
  transition: transform .7s ease-in-out;
}
.circle-button:hover div{
  animation: rotate-once 12000ms linear;
    animation-fill-mode: forwards;
}

@keyframes rotate-once {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.elementor-editor-active .btn_arround {
    max-width: 120px !important;
    font-size: 0;
    min-width: 120px;
}



/*POST*/

.page-builder-blog-box-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


@media (max-width:1100px) {
    
   .page-builder-blog-box-wrap{
    grid-template-columns: repeat(2, 1fr);

}
 
    
}


@media (max-width:768px) {
    
   .page-builder-blog-box-wrap{
    grid-template-columns: repeat(1, 1fr);

}
 
    
}

.fl-post{
    border: 1px solid #ddd;

}




.fl-post-info ul{
display: flex;
    list-style: none;
    margin: 0;
    gap: 15px;
    padding: 0;
    padding-bottom: 10px;
}


.fl-post-info ul a{
    color: #222;
    text-transform: uppercase;
    font-size: 13px;
}

.fl-post-info ul li{
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 10px;
}

.fl-post-info ul li:first-child{
    padding-left: 0px;
}

.fl-post-info ul li:after {
    border-right: 1px solid var(--footer-text--primary__Color);
    content: '';
    position: absolute;
    display: block;
    height: 10px;
    right: -14px;
    top: 10px;
    transform: rotate(9deg);
}

.fl-post-info ul li:last-child:after{
    display: none;
}
.fl-post-info h6{
    margin: 0;
    font-size: 24px;
}


.fl-post-info{
    padding: 35px;
}

.fl-post-info h6 a{
    color: #222;
}

/*NUMBERS*/

.fl-nmbr__title{
    padding: 0;
    margin: 0;
}


.fl-nmbr__title{
     border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}



/*HERO 1*/

.ft-hero1{
     position: relative;
    display: inline-block;
}

.ft-hero1-image{
    padding: 60px;
    display: inline-block;
    background-image: url(../img/hero1-bg.svg);
    background-size: cover;
    width: 500px;
    height: 685px;
    position: relative;
    z-index: 33;
}

.ft-hero1-image-crop img{
    width: 100%;
    aspect-ratio: 360 / 740;
    object-fit: cover;
}

.ft-hero1-image-crop{
    overflow: hidden;
    height: 100%;
    border-radius: 125px 0 125px 0;
    background: #eee;
}

.ft-hero1-color1{
    width: 214px;
    height: 214px;
    background: red;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 3;
}


.ft-hero1-color2{
    width: 214px;
    height: 214px;
    background: red;
    position: absolute;
    bottom: -25px;
    left: -25px;
    z-index: 3;
}


.ft-hero1-color1,.ft-hero1-color2 {

        -webkit-animation: HeaderButtonAnimation 5s ease-in-out infinite;
    animation: HeaderButtonAnimation 5s ease-in-out infinite;
}


.ft-hero1-image-crop {
   -webkit-animation: previewAnimationImage 3s ease-in-out infinite;
    animation: previewAnimationImage 3s ease-in-out infinite;
}



@-webkit-keyframes previewAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes previewAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes HeaderButtonAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



@-webkit-keyframes HeaderButtonAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes HeaderButtonAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

    75% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}





.btn_arround {
    border-radius: 100%;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(242, 101, 32, .5);
    cursor: pointer;
}

.ft-hero-btn_arround {
    display: flex;
} 

@keyframes play_top {

    0% {
        -webkit-box-shadow: 0 0 rgba(242, 101, 32, .6);
        -moz-box-shadow: 0 0 rgba(242, 101, 32, .6);
        box-shadow: 0 0 rgba(242, 101, 32, .6);
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
        -moz-box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
        box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
    }

}

@keyframes play_down {

    0% {
        -webkit-box-shadow: 0 0 rgba(242, 101, 32, .6);
        -moz-box-shadow: 0 0 rgba(242, 101, 32, .6);
        box-shadow: 0 0 rgba(242, 101, 32, .6);
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
        -moz-box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
        box-shadow: 0 0 0 20px rgba(242, 101, 32, 0);
    }

}





