.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#DDDDDD;--e-global-color-text:#14B8A6;--e-global-color-accent:#5DBCDB;--e-global-color-9998cd9:#0A111A;--e-global-color-36a66af:#FFFFFFAB;--e-global-color-6d20be4:#C7C7C7;--e-global-typography-primary-font-family:"YekanBakh";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"YekanBakh";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"YekanBakh";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"YekanBakh";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-9998cd9 );color:#A8A7A7;font-family:"YekanBakh", Sans-serif;font-size:15px;font-weight:300;line-height:30px;}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-9998cd9 );}.elementor-kit-8 a{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 a:hover{color:var( --e-global-color-text );font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h1{font-family:"pinar", Sans-serif;font-size:30px;font-weight:600;line-height:35px;}.elementor-kit-8 h2{font-family:"pinar", Sans-serif;font-size:22px;font-weight:600;line-height:35px;}.elementor-kit-8 h3{font-family:"pinar", Sans-serif;font-size:19px;font-weight:600;line-height:35px;}.elementor-kit-8 h4{font-family:"pinar", Sans-serif;font-size:17px;font-weight:600;line-height:35px;}.elementor-kit-8 h5{font-family:"pinar", Sans-serif;font-size:19px;font-weight:600;line-height:35px;}.elementor-kit-8 h6{font-family:"pinar", Sans-serif;font-size:16px;font-weight:600;line-height:35px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"YekanBakh", Sans-serif;border-radius:50px 50px 50px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:30px;}.elementor-kit-8 h2{font-size:21px;}.elementor-kit-8 h3{font-size:18px;}.elementor-kit-8 h4{font-size:15px;}.elementor-kit-8 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}}/* Start custom CSS *//* homepage */
    
.BorderToButtom{
    width: 2px;
    height: 130px;
    margin: 20px auto;
    position: relative;

    /* Subtle vertical base line */
    background: rgb(255 255 255 / 1%);

    overflow: visible;
}

@media (max-width: 767px) {

.BorderToButtom{
    width: 2px;
    height: 77px;
    margin: 20px auto;
    position: relative;

    
}
}
/* Animated comet light trail */
.BorderToButtom::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;

    width: 2px;
    height: 45px;

    transform: translateX(-50%);

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.15) 20%,
        rgba(255,255,255,.55) 55%,
        rgba(255,255,255,.95) 100%
    );

    filter: blur(.4px);

    animation: cometTrail 3s linear infinite;
}

/* Glowing comet head */
.BorderToButtom::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #fff;

    transform: translateX(-61%);

    box-shadow:
        0 0 8px rgba(255,255,255,.9),
        0 0 18px rgba(255,255,255,.6),
        0 0 28px rgba(255,255,255,.35);

    animation: cometDot 3s linear infinite;
}

/* Comet head movement animation */
@keyframes cometDot{
    0%{
        top: -5px;
        opacity: 0;
    }

    8%{
        opacity: 1;
    }

    100%{
        top: calc(100% - 8px);
        opacity: 1;
    }
}

/* Light trail movement animation */
@keyframes cometTrail{
    0%{
        top: -45px;
        opacity: 0;
    }

    8%{
        opacity: 1;
    }

    100%{
        top: calc(100% - 8px - 45px);
        opacity: 0;
    }
}

    /* footer first line*/
    
    .el-light-line{
    position: relative;
    width: 100%;
    height: 2px;
    margin: 30px 0;
    overflow: hidden;
}

/* Subtle static base line */
.el-light-line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 2px;

    background: rgba(255,255,255,.08);
}

/* Moving light streak effect */
.el-light-line::after{
    content: "";
    position: absolute;

    top: 0;
    left: -220px;

    width: 230px;
    height: 2px;

    background: linear-gradient(
        to right,
        rgba(255,255,255,.95),
        rgba(255,255,255,.6),
        rgba(255,255,255,.15),
        rgba(255,255,255,0)
    );

    filter: blur(.7px);

    animation: lightMoveLTR 6s linear infinite;

    z-index: 999;
}

/* Left-to-right light movement animation */
@keyframes lightMoveLTR{
    0%{
        left: -220px;
        opacity: 1; /* Keep visible from the very beginning */
    }

    100%{
        left: 100%;
        opacity: 1;
    }
}


    /* footer second line*/

.el-light-line{
    position: relative;
    width: 100%;
    height: 2px;
    margin: 30px 0;
    overflow: hidden;
}

/* Static base line background */
.el-light-line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.08); /* Base line color */
}

/* Animated light streak (default: left to right) */
.el-light-line::after{
    content: "";
    position: absolute;
    top: 0;
    left: -220px;
    width: 230px;
    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.9),
        transparent
    );

    animation: lightMoveLTR 15s linear infinite;
}

/* Main left-to-right light movement */
@keyframes lightMoveLTR{
    0%{
        left: -220px;
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    100%{
        left: 100%;
        opacity: 0;
    }
}

/* Reverse variation (right to left) */
.el-light-line.reverse::after{
    left: auto;
    right: -220px;

    animation: lightMoveRTL 15s linear infinite;
}

/* Right-to-left light movement */
@keyframes lightMoveRTL{
    0%{
        right: -220px;
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    100%{
        right: 100%;
        opacity: 0;
    }
}


    /* box hover*/

.product-details figure.elementor-image-box-img {
    background: linear-gradient(to bottom, #d9d9d963 0%, #35315c9e 100%);
    width: 66px !important;
    height: 50px;
    border-radius: 50px;
    align-content: center;
}
.product-details img {
    width: 18px;
    height: 18px;
}
.product-details img.attachment-full {
    margin: 0 auto;
}

.short-explanation {
    height:80px;
    overflow: hidden;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    white-space: normal;
}
    /* btn styles*/
#main-btn{
    position: relative;
    overflow: visible;
    transition: .35s ease;
}

#main-btn::before {
    content: "";
    position: absolute;
    inset: -22px;
    border-radius: 100px;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(71 190 255 / 5%) 0%, rgb(71 190 255 / 2%) 40%, transparent 75%);
    filter: blur(21px);
    opacity: 0;
    transform: scale(.9);
    transition: .4s ease;
}
#main-btn::after{
    content: "";
    position: absolute;
    inset: -35px;
    z-index: -1;
    pointer-events: none;

    background:
        radial-gradient(circle, rgba(120,220,255,1) 1.5px, transparent 2px) 10% 20%/90px 90px,
        radial-gradient(circle, rgba(120,220,255,.9) 2px, transparent 3px) 80% 10%/130px 130px,
        radial-gradient(circle, rgba(120,220,255,.8) 1.5px, transparent 2px) 30% 90%/120px 120px,
        radial-gradient(circle, rgba(120,220,255,.8) 2px, transparent 3px) 100% 70%/100px 100px,
        radial-gradient(circle, rgba(120,220,255,.7) 1px, transparent 2px) 50% 0%/80px 80px;

    opacity: 0;

    filter: blur(.4px);

    transition: .4s ease;

    animation: mainBtnStars 4s linear infinite;
}

#main-btn:hover{
    box-shadow:
        0 0 10px rgba(71,190,255,.9),
        0 0 25px rgba(71,190,255,.8),
        0 0 55px rgba(71,190,255,.45);

    border-color: #7DDBFF;
}

#main-btn:hover::before{
    opacity: 1;
    transform: scale(1.05);
}

#main-btn:hover::after{
    opacity: 1;
}

@keyframes mainBtnStars{
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-5px);
    }

    100%{
        transform: translateY(0px);
    }
}
body.page-id-585 #main-btn{
    position: relative;
    overflow: visible;
    transition: .35s ease;
}

/* glow */
body.page-id-585 #main-btn::before {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 100px;
    z-index: -1;

    background: radial-gradient(
        circle at center,
        rgb(71 190 255 / 6%) 0%,
        rgb(71 190 255 / 2%) 45%,
        transparent 80%
    );

    filter: blur(14px);
    opacity: 0;
    transform: scale(.95);
    transition: .35s ease;
}

/* stars */
body.page-id-585 #main-btn::after{
    content: "";
    position: absolute;
    inset: -25px;
    z-index: -1;
    pointer-events: none;

    background:
        radial-gradient(circle, rgba(120,220,255,.9) 2px, transparent 3px) 15% 25%/140px 140px,
        radial-gradient(circle, rgba(120,220,255,.8) 2px, transparent 3px) 75% 20%/160px 160px,
        radial-gradient(circle, rgba(120,220,255,.7) 1.5px, transparent 2px) 50% 80%/170px 170px;

    opacity: 0;
    filter: blur(.3px);
    transition: .35s ease;
    animation: mainBtnStars 6s linear infinite;
}

/* hover */
body.page-id-585 #main-btn:hover{
    box-shadow:
        0 0 8px rgba(71,190,255,.7),
        0 0 18px rgba(71,190,255,.5);
    border-color: #7DDBFF;
}

body.page-id-585 #main-btn:hover::before{
    opacity: 1;
    transform: scale(1);
}

body.page-id-585 #main-btn:hover::after{
    opacity: 1;
}

/* animation */
@keyframes mainBtnStars{
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-3px); }
    100% { transform: translateY(0px); }
}

/* shine-photo */

.siteamanim1,
.siteamanim2 {
    -webkit-mask: linear-gradient(
        -60deg,
        #000 30%,
        rgba(255,255,255,.4) 45%,
        #000 60%
    ) right / 300% 100%;
    
    mask: linear-gradient(
        -60deg,
        #000 30%,
        rgba(255,255,255,.4) 45%,
        #000 60%
    ) right / 300% 100%;
}

.siteamanim1 {
    animation: shine1 8s linear infinite;
}

.siteamanim2 {
    animation: shine2 8s linear infinite;
}

@keyframes shine1 {
    0% {
        -webkit-mask-position: 140% 0;
        mask-position: 140% 0;
    }

    40% {
        -webkit-mask-position: -40% 0;
        mask-position: -40% 0;
    }

    100% {
        -webkit-mask-position: -40% 0;
        mask-position: -40% 0;
    }
}

@keyframes shine2 {
    0%,
    50% {
        -webkit-mask-position: 140% 0;
        mask-position: 140% 0;
    }

    100% {
        -webkit-mask-position: -40% 0;
        mask-position: -40% 0;
    }
}


/* aboutus-marquee */



.bg-marquee{
  position:absolute;
  inset:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:28px;
  pointer-events:none;
}

.line{
  overflow:hidden;
  width:100%;
}

.track{
  display:flex;
  width:max-content;
  will-change:transform;
}

.group{
  display:flex;
}

.text{
  display:flex;
  gap:18px;
  white-space:nowrap;
  margin-right:80px;
}

.text span{
  font-size:60px;
  font-weight:600;
  text-transform:uppercase;
  line-height:1;
}

.fill{
  color:rgb(255 255 255 / 3%);
}

.stroke{
  color:#00000000;
  -webkit-text-stroke:1px rgb(255 255 255 / 5%);
}


/* pagination */



nav.elementor-pagination a {
background:
radial-gradient(circle at 20% 20%, rgba(93,188,219,.25) 0%, transparent 35%),
radial-gradient(circle at 80% 30%, rgba(20,184,166,.20) 0%, transparent 40%),
linear-gradient(135deg, #0A111A 0%, #0F1D33 40%, #102A43 100%);    padding: 9px 19px 7px 19px;
    border-radius: 50%;
    color: white !important;
    font-size: 20px;
    font-weight: 300;
}nav.elementor-pagination span {
background:
radial-gradient(circle at 20% 20%, rgba(93,188,219,.25) 0%, transparent 35%),
radial-gradient(circle at 80% 30%, rgba(20,184,166,.20) 0%, transparent 40%),
linear-gradient(135deg, #0A111A 0%, #0F1D33 40%, #102A43 100%);    padding: 9px 21px 7px 21px;
    border-radius: 50%;
    color: white !important;
    font-size: 20px;
    font-weight: 300;
}


nav.elementor-pagination {

margin:60px auto
}

nav.elementor-pagination a:hover {

   background: linear-gradient(
        135deg,
        #14B8A6 0%,
        #5DBCDB 100%
    );
    box-shadow: 0 10px 30px rgba(20,184,166,.35);
    transform: translateY(-2px);
}


/* aboutus page */
.x-flow-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    font-family: 'YekanBakh';
}

.about-us-value .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column ! IMPORTANT;
}


.about-us-value .elementor-image-box-img {
    margin: 0 auto ! IMPORTANT;}
.about-us-value .elementor-image-box-title {
    margin: 12px auto !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.header-fixed.header-scroll {
    padding: 8px 0 !important;
    background: linear-gradient(to bottom, rgb(10 17 26) 0%, rgb(10 17 26 / 50%) 70%, rgb(10 17 26 / 0%) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgb(255 255 255 / 7%);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/05/Yekan-Bakh-FaNum-04-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/05/Yekan-Bakh-FaNum-05-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/05/Yekan-Bakh-FaNum-06-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/05/Yekan-Bakh-FaNum-07-Heavy.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/05/Yekan-Bakh-FaNum-08-Fat.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'pinar';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/06/Pinar-DS2-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'pinar';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://balout.co/wp-content/uploads/2026/06/Pinar-DS1-FD-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */