/*
Theme Name: Adklay Theme
Theme URI: https://adklay.co/
Description: Adklay Agency
Author: Adklay Agency
Author URI: https://mene77.ir/
Template: phlox-pro
Version: 1.0.0
*/


html,body {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #1c2839;
}
::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
  border: 3px solid #1c2839;
}
::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6; 
}

.home-features .elementor-heading-title,
.home-features img{
    cursor: pointer;
}
.chart-container {
    position: relative;
    width: 550px;
    height: 550px;
    margin: 50px auto;
	font-family: 'Poppins';
}

.footer-divider{
    background-color: #ffffff33;
    width: 100%;
    display: block;
    height: 3px;
    border-radius: 63%;
}
.home-small-top-icon:hover img,
.home-small-top-icon:hover .elementor-heading-title{
    filter: drop-shadow(0px 0px 2px #ffffffa3);
}
.content-use-case-box .each-content-use-case{
    display: none;
}
.circle-scroll .elementor-widget-container:before{
    background-color: #11B8FF;
    content: '';
    display: inline-flex;
    justify-content: center;
    height: 1000px;
    width: 4px;
    position: absolute;
    bottom: 7px;
    border-radius: 50%;
    left: auto;
    right: 49%;
    z-index: -1;
}
.timeline-box{
    width: 4px;
    background-color: #b3b3b3;
    height: 53em;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.timeline-box-section{
    overflow: hidden;
}


.intplatform-honeycomb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1022px;
    margin: 0 auto 0 auto;
    padding: 0;
    transform: translateY(0);
}
.intplatform-honeycomb.intplatform-honeycomb-2{
    margin: -3.2em auto 5% auto;
}
.intplatform-honeycomb .honeycomb-cell {
    -webkit-box-flex: 0;
    flex: 0 1 250px;
    max-width: 214px;
    height: 240px;
    margin: 0 5px 0 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.intplatform-honeycomb .honeycomb-cell:nth-child(1),
.intplatform-honeycomb .honeycomb-cell:nth-child(2),
.intplatform-honeycomb .honeycomb-cell:nth-child(3),
.intplatform-honeycomb .honeycomb-cell:nth-child(4) {
    z-index: 2;
}


.intplatform-honeycomb .honeycomb-cell_img {
    object-fit: cover;
    object-position: center;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.intplatform-honeycomb .background-shape{
    position: absolute;
    top: -59px;
    height: 201%;
    left: 0;
}
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb .honeycomb-cell{
    max-width: 214px;
    height: 240px;
    transition: all 1.5s ease-out;
}
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb .honeycomb-cell{
    max-width: 128px;
    height: 150px;
    transition: all 0.4s ease-out;
}
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb .honeycomb-cell::before,
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb .honeycomb-cell::after,
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb .honeycomb-cell_img {
    top: -50%;
    height: 100%;
    transition: all 1.5s ease-out;
}
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb .honeycomb-cell::before,
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb .honeycomb-cell::after,
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb .honeycomb-cell_img {
    top: -70%;
    height: 94%;
    transition: all 0.4s ease-out;
}
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb .use-case-selector-2{
    margin-right: 5px;
    transition: all 0.5s ease-out;
}
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb .use-case-selector-2{
    margin-right: 41%;
    transition: all 0.4s ease-out;
}
.all-ul-honeycomb-box.honeycomb-deactive .intplatform-honeycomb.intplatform-honeycomb-2{
    margin: -3.2em auto 5% auto;
    transition: all 0.3s ease-out;
    width:100%;
}
.all-ul-honeycomb-box.honeycomb-active .intplatform-honeycomb.intplatform-honeycomb-2{
    margin-top: -9.8em;
    width: 100%; 
    transition: all 0.5s ease-out;
    transition-delay: 0.3s;
}
.stroke-text-box .qodef-m-title{
    -webkit-text-stroke: 1px #ffffff;
    color: #ffffff0f !important;
}
.close-use-case-icon img{
    cursor: pointer;
}


/********************************/
@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}
.floating-image img{
    transform: translatey(0px);
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}
/********************************/
.glow-on-hover a{
    position: relative;
    z-index: 0;
}
.glow-on-hover a:before {
    content: '';
    background: linear-gradient(45deg, #fff, #c2ccff, #4363ff, #1840ff, #002bff, #1840ff, #4363ff, #c2ccff, #fff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 24px;
}
.glow-on-hover a:active {
    color: #000
}
.glow-on-hover a:active:after {
    background: transparent;
}
.glow-on-hover a:hover:before {
    opacity: 1;
}
.glow-on-hover a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 24px;
}
.glow-on-hover2 a:after {
    background: #263e53;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/********************************/
.page-template-default .elementor-location-header .elementor-motion-effects-layer{
    opacity: 1 !important;
}
/*
.page-id{
    background: linear-gradient(75deg, rgba(84,80,137,0.36) 0%, rgba(78,172,201,0.36) 34%, rgba(130,201,221,0.36) 70%, rgba(180,97,161,0.36) 100%);
}
*/
header .page-header .aux-container{
	display:none;
}
.elementor-location-footer{
	z-index: 10;
    position: relative;
}
.page-template-default .aux-container {
    max-width: inherit !important;
}
.home.page-template .elementor.elementor-436{
	background-image: url("https://intplatform.com/wp-content/uploads/2025/01/background-2-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.moving-title{
	height:180px ;
}
.moving-title p{
	transition: opacity 2s ease-in-out;
}
.banner-video-container video{
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.each-text-title{
	font-weight: 800;
}

