/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    background-color: #000000;
}
/* Initiating Header Styles */
header.custom-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}
.bottom-header {
    top: auto !important;
    bottom: 0;
}
body:not(.home) header.top-header:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 80%;
}
body:not(.home) header.bottom-header:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30%;
}
body:not(.home, .page-id-215) header.custom-header:before {
    height: 140px;
}
body:not(.home, .page-id-215) header.custom-header:after {
    height: 180px;
}
.header-upper, .header-lower {
    position: relative;
    z-index: 999999;
}
.header-flex {
    padding: 40px 60px 20px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-flex ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-header ul li a {
    font-size: 22px;
    font-weight: 900;
    transition: all 0.2s;
    color: #ffffff;
    height: 100%;
    display: flex;
    text-transform: uppercase;
}
.custom-header ul li a:hover,
.custom-header ul li.current-menu-item a{
    color: #f1d811;
}
.custom-header ul li a img{
    max-width: 178px;
    width: 100%;
    height: 61px;
}
.header-lower ul li:nth-child(2) a {
    font-size: 48px;
    font-weight: 400;
}
footer#site-footer {
    display: none;
}
.mobile-menu {
    position: absolute;
    inset: 0;
    height: 0;
    width: 100%;
    background-color: #000000;
    padding: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-bottom: 3px solid #f1d811;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.menu-toggle{
    display: none;
}
@media (max-width: 1280px){
    .header-flex {
        padding: 30px 20px 20px 20px;
    }
}
@media (max-width: 991px){
    .menu-toggle a {
        transition: all 0.3s !important;
        height: 20px !important;
        width: 20px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 0px !important;
        color: transparent !important;
    }
    .menu-toggle a::before{
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 448 448' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M272 184a8 8 0 0 1-8-8V0h-80v176a8 8 0 0 1-8 8H0v80h176a8 8 0 0 1 8 8v176h80V272a8 8 0 0 1 8-8h176v-80zm0 0' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 20px;
        width: 20px;
        filter: invert(100%) sepia(13%) saturate(0%) hue-rotate(305deg) brightness(102%) contrast(102%);
        transition: all 0.3s;
    }
    .menu-active a::before{
        filter: invert(78%) sepia(76%) saturate(746%) hue-rotate(357deg) brightness(106%) contrast(89%);
    }
    .menu-active a {
        transform: rotate(315deg);
    }
    .ov-hidden{
        overflow: hidden !important;
    }
    .mobile-menu.show {
        z-index: 3;
        opacity: 1;
        visibility: visible;
        height: 100svh;
        padding: 120px 40px 40px 40px;
    }
    #menu-main-menu li:not(.header-site-logo) {
        display: none;
    }
    li.header-site-logo {
        margin: 0 auto;
    }
    ul#menu-header-lower-menu li:not(.menu-toggle) {
        display: none;
    }
    .menu-toggle {
        margin: 0 auto 10px auto;
        display: block;
    }
    .custom-header ul li a {
        font-size: 20px;
    }
    .header-lower ul li:nth-child(2) a {
        font-size: 32px;
    }
    .custom-header ul li a img {
        padding: 0 20px;
    }
}
/* Ending Header Styles */

/* Initiating Banner Styles */

.clr-yello span{
    color: #f1d811;
}
.hero-inner{
    position: relative;
    max-width: 1500px;
    width: 100%;
}
.abs-icon {
    position: absolute;
    inset: 33% 0 0 0;
    transform: translateY(-50%);
}
.infinity-flex > .elementor-element {
    width: 3219px;
}
.infinite-img{
    overflow: hidden;
}
.infinity-flex {
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
header#site-header {
    display: none;
}
.infinity-flex {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 40s;
  }

  @keyframes loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

@media (max-width: 1199px){
    .abs-icon {
        inset: 16% 0 0 0px;
    }
}
@media (max-width: 1024px){

    .abs-icon {
        inset: 31% 0 0 -24px;
    }
}
@media (max-width: 767px){
    .hero-inner {
        width: fit-content;
    }
    .abs-icon {
        inset: 44% 0 0 186px;
    }
}
/* Ending Banner Styles */

.label-seaction .hero-inner {
    position: relative;
    max-width: 100%;
    width: 100%;
    /* z-index: 9; */
}

.label-seaction-heading h2 a:hover{
    transition-duration: 0.8s;
    letter-spacing:0.01em;
    color: #ffd600 !important;
    text-shadow: 0px 0px 163.852px #864200, 0px 0px 46.8149px #864200, 0px 0px 23.4075px #864200;

}
.label-seaction-heading h2{
    position: relative;
    width: max-content;
    transition: transform 0.8s ease; /* smooth zoom effect */
    transform: scale(1); /* default size */
}
.label-seaction-heading h2.zoomed {
    transform: scale(1.2); /* zoom effect */
  }
 
.label-seaction-heading h2 a::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ffd600' d='m16.004 9.414-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2z' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: -60px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    z-index: 1;
    background-size: cover;
    transform: translatey(-50%);
    transition-duration: 0.8s;
}
.label-seaction-heading h2:hover a::before{
    scale: 1.2;
    transition-duration: 0.8s;
    top:61%;
}
.page-id-215 header.custom-header
{
    z-index: 1;
}
  

@media (max-width:991px){
    .page-id-215.ov-hidden header.custom-header{
        z-index: 10;
    
    }
    
}
@media (max-width:767px){
  
    .label-seaction-heading h2 {
        position: relative;
        width: auto;
        max-width: 300px;
    }
    .label-seaction-heading h2 a::before{
        right: 0;
        width: 40px;
        height: 40px;
    }
    .label-seaction-heading h2.zoomed {
        transform: scale(1.1);
    }
}

/* Initiating contact form styles */
.custom-form form label {
    font-weight: 400 !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.custom-form form input, .custom-form form textarea, .custom-form form .select2-selection {
    background-color: #141414 !important;
    border: none !important;
    box-shadow: unset !important;
    outline: none !important;
    color: #ffffff !important;
    padding: 5px 20px !important;
}
.custom-form form .select2-selection .select2-selection__placeholder{
    color: #ffffff !important;
}
.custom-form form .select2-selection .select2-selection__rendered {
    padding: 0 !important;
    color: #ffffff !important;
}
.forminator-icon-chevron-down::before {
    color: #5e5e5e !important;
    font-weight: 100 !important;
}
.custom-form form input {
    height: 50px !important;
}
.custom-form form textarea{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.custom-form form .forminator-field .forminator-description{
    display: none !important;
}
.custom-form form button.forminator-button-submit {
    height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: unset !important;
    padding: 5px 30px !important;
    font-size: 18px !important;
}
/* Ending contact form styles */
.agency-section {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
    padding-top: 10px;
    flex-flow: row wrap;
}
.key-seaction .hero-inner {
    height: 100%;
}
.agency-ted {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
}

.agency-ted img {
    width: 70px;
    height: auto;

}
.agency-ted h4{
    font-size: 13px;

}

@media (max-width:767px){
    .agency-section {
        justify-content: center;
        flex-flow: row wrap;
    }
}

@media (max-width:530px){
    .agency-ted {
        width: calc(50% - 16px);
        align-items: center;
    }
}


.social-icon {
	width: 93px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 999;
	margin: auto;
}
.social-icon .elementor-icon-wrapper {
	cursor: pointer;
}
@media (max-width:991px){
.social-icon {
    width: 95px;
    bottom: 70px;
	z-index: 1;
}
}

@keyframes flicker {
    0%,to {
        opacity: 1
    }

    10%,16% {
        opacity: .8
    }

    20%,22% {
        opacity: .9
    }

    30%,32% {
        opacity: .7
    }

    40% {
        opacity: 1
    }

    50%,53% {
        opacity: .6
    }

    60%,65% {
        opacity: .9
    }

    70% {
        opacity: .5
    }

    80%,85% {
        opacity: .8
    }

    90% {
        opacity: .6
    }
}

.about-hero-tv {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    will-change: transform;
}
.about-hero-tv svg {
    color: #f1d811;
    fill: #f1d811;
    width: 450px;
}

.about-hero-tv-light {
    Position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(222deg);
    width: 50%;
    height: 70%;
    border-radius: 100%;
    filter: blur(70px);
    background: rgb(134 66 0);
    mix-blend-mode: hard-light;
    animation: flicker 2.8s infinite reverse;
}

@media (max-width:767px) {
    .about-hero-tv svg {
        width: 100%;
    }
}