/* General styling */
@font-face {
    font-family: 'Agency Gothic CT';
    src: local('Agency Gothic CT Bold'), local('Agency-Gothic-CT-Bold'),
        url('../font/AgencyGothicCT-Bold.woff2') format('woff2'),
        url('../font/AgencyGothicCT-Bold.woff') format('woff'),
        url('../font/AgencyGothicCT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
    }

body {
    margin: 0;
    font-family: Agency Gothic CT;
    line-height: 1.5;
    background-color: #050505;
    color: #FFFFFF;
    text-transform: uppercase;
}
.section-title{
    margin-bottom: 25px;
}
button, button:hover, button:active, button:focus {
  outline: 0;
}
a {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 6;
    justify-content: space-around;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
}
.img_height_100{
    width: 100%!important;
    height: 85%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section{
    overflow: hidden;
}
  /* Header styling */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    z-index: 100;
    background-color: #050505;
}
.wrapper_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71%;
    margin: 25px auto;
}
.square{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}
.saas{
    display:flex;
    justify-content: center;
    align-items: center;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.logo {
    height: 40px;
}

nav ul {
    display: flex;
}

nav li:not(:last-child) {
    margin-right: 40px;
}

nav a {
    font-weight: bold;
    text-decoration: none;
}

nav a:hover {
    color: #99191D;
}

  /* Video block styling */
.video-block {
    height: 84vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
video{
    width: 100%;
    position: relative;
}
.video-block iframe {
    width: 100%;
    height: 100%!important;
    border: none;
}
.play_button{
    display: none;
    position: absolute;
    top:64%;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: 50%;
    transition: 1s ease;
}
.button_play{
    display: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s ease;
    padding: 40px;
    border:5px solid #fff;
    background: transparent;
    position: relative;
}
.play{
    position: relative;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 25px solid #fff;
    rotate: 90deg;
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.pause{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    height: 30px;
    border-style: double;
    border-width: 0px 0px 0px 28px;
    border-color: #fff;
}
  /* Section styling */
.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Agency Gothic CT';
    font-style: normal;
    font-weight: 700;
    font-size: 5em;
    line-height: 86px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin:0px;
    margin-top:25px;
}

  /* Flex styling */
.flex-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.flex-item{
    overflow: hidden;
}
.img_item_fijito,.img_item_impler{
    padding-right: 0%!important;
}

.workspeace_span{
    width: 74%;
    /* padding-top: 20%; */
    position: absolute;
    opacity: 1;
    z-index: 12;
    transition: width ease-in-out 0.3s;
}
.workspeace_img_logo{
    width: 100%!important;
}
.fijito_img_logo_origin{
    width: 100%!important;
}
.logo_fijito{
    width: 31%;
    opacity: 1;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_fijito{
    opacity: 0!important;
    width: 39%!important;
}
.fijito_img_logo_origin_hover{
    width:100%!important;
}
.fijito_img_logo{
    width: 40%!important;
}
.workspeace{
    margin-right: 5px;
    background-color: #110427;
    transition: ease 0.5s;
}
.img_item_saas{
    align-items: flex-end!important;
}
.padding-item-title{
    position: relative;
    width: 100%;
    padding-top:5%;
    padding-left:4%;
}
.down{
    margin-top: 5px;
}
.ecoin{
    background: #110427;
    margin-right: 5px;
    transition: ease-in-out 0.5s;
}
.ecoin_logo_hover{
    width:100%!important;
}
.logo_ecoin{
    width:60%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_ecoin{
    width:70%!important;
}

.cambridge{
    background: #110427;
    transition: ease-in-out 0.5s;
}
.cambridge_logo{
    position: absolute;
    width: 61%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .cambridge_logo{
    width: 74%;
    opacity: 0;
}
.logo_cambridge{
    width: 100%!important;
}
.nike{
    margin-right: 5px;
    transition: ease-in-out 0.5s;
}
.nike_logo{
    width: 100%!important;
}
.nike_logo_hover{
    width: 100%!important;
}
.logo_nike{
    position: absolute;
    opacity: 1;
    width: 15%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_nike{
    position: absolute;
    width: 15%;
    opacity: 0;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_nike{
    opacity: 0;
    width: 19%;
}
.flex-item:hover .hover_logo_nike{
    opacity: 1;
    width: 19%;
}
.img_bg_fijito{
    height: 100%;
}
.bg_nike{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.bg_alchemica{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.logo_alchemica{
    width: 100%!important;
}
.logo_hover_alchemica{
    width: 100%!important;
}
.bazhane_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bazhane_logo{
    width: 100%!important;
}
.bazhane_logo_hover{
    width: 100%!important;
}
.img_morris{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.logo_morris{
    width: 100%!important;
}
.morris_logo_hover{
    width: 100%!important;
}
.bg_voronin{
    opacity: 1;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.logo_voronin{
    width: 100%!important;
}
.logo_hover_voronin{
    width: 100%!important;
}
.hover_bg_voronin{
    opacity: 0;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.flex-item:hover .bg_voronin{
    opacity: 0;
}
.flex-item:hover .hover_bg_voronin{
    opacity: 1;
}
.hover_bg_minore{
    opacity: 0;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.bg_minore{
    display: block;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.logo_minore{
    width: 100%!important;
}
.logo_hover_minore{
    width: 100%!important;
}
.flex-item:hover .bg_minore{
    opacity: 0;
}
.flex-item:hover .hover_bg_minore{
    opacity: 1;
}
.bg_cambridge{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.hover_bg_cambridge{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}
.flex-item:hover .bg_cambridge{
    opacity: 0;
}
.flex-item:hover .hover_bg_cambridge{
    opacity: 1;
}
.nike a{
    background: transparent;
    transition: ease-in-out 0.5s;
}
.nike:hover a{
    width: 100%;
    background: linear-gradient(90deg, #DEDEDE -3.53%, rgba(222, 222, 222, 0) 60.94%);
    opacity: 0.8;
    transition: ease-in-out 0.5s;
}
.logo_jimbean{
    position: absolute;
    width: 30%;
    transition: width ease-in-out 0.3s;
}
.jimbian_logo{
    width: 100%!important;
}
.jimbian_logo_hover{
    width: 100%!important;
}
.hover_logo_jimbean{
    position: absolute;
    width: 30%;
    opacity: 0;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_jimbean{
    opacity: 0;
    width:35%;
}
.flex-item:hover .hover_logo_jimbean{
    opacity: 1;
    width: 35%;
}
.jimbean{
    background-color: #010002;
    transition: ease-in-out 0.5s;
}
.jimbean:hover{
    background-color: #DEDEDE;
    transition: ease-in-out 0.5s;
} 
.zara{
    background-color: #080003;
    margin-right: 5px;
    transition: ease-in-out 0.5s;
}
.zara_logo_hover{
    width: 100%!important;
}
.logo_zara{
    width: 100%!important;
}
.zara_logo{
    position: absolute;
    width: 26%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_zara{
    position: absolute;
    opacity: 0;
    width: 26%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .zara_logo{
    opacity: 0;
    width: 31%;
}
.flex-item:hover .hover_logo_zara{
    display: block;
    opacity: 1;
    width: 31%;
}
.zara:hover a{
    background-color: #C7C6C5;
}
.zara_img{
    height: 100%;
}
.hover_logo_cambridge{
    position: absolute;
    opacity: 0;
    width: 61%;
    transition: width ease-in-out 0.3s;
}
.cambridge_logo_hover{
    width: 100%!important;
}
.flex-item:hover .hover_logo_cambridge{
    opacity: 1;
    width: 74%;
}
.ecoin:hover{
    background: #F2F2F2;
    transition: ease-in-out 0.5s;
}
.utravel{
    position: relative;
    margin-right: 5px;
    z-index: 5;
    background-image: url("../image/U-travel/bg.svg");
    background-size: 130% 100%;
    background-color: #110427;
    transition: ease-in-out 0.5s;
}
.utravel_img_logo_hover{
    width: 100%!important;
}
.ecom_img_site{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.utravel:hover a{
    background-image: url("../image/U-travel/bg-hover.svg");
    background-size: 130% 100%;
}
.utravel:hover{
    background: #FEF6F7;
    transition: ease-in-out 0.5s;
}
.epicenter{
    background-color: #110427;
}
.bg_epicenter{
    width: 100%!important;
    object-fit: scale-down!important;
}
.logo_epicenter{
    width: 44%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_epicenter{
    width: 60%!important;
}
.epicenter_img_logo_hover{
    width: 100%!important;
}
.epicenter:hover{
    background: #F3E8EA;
}
.arrow_hover{
    display: none;
}
.impler_logo{
    width: 100%!important;
}
.impler_hover_logo{
    width: 100%!important;
}
.bg_impler{
    top:-4%;
}
.logo_impler{
    width: 35%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_impler{
    width: 42%!important;
    transition: width ease-in-out 0.3s;
}
.hover_logo_impler{
    position: absolute;
    width: 35%;
    opacity: 0;
    padding-top: 0%;
    transition: width ease-in-out 0.3s;
}
.impler{
    background-color: #110427;
    transition: ease-in-out 0.5s;
}
.impler:hover{
background: #ECEFF1;
transition: ease-in-out 0.5s;
}
.hover_logo{
    position: absolute;
    width: 74%;
    opacity: 0;
    padding-top: 0%;
    transition: width ease-in-out 0.3s;
}
.utravel:hover .logo_utravel{
    opacity: 0;
    width: 40%;
}
.utravel:hover .hover_logo_utravel{
    display: block;
    opacity: 1;
    width: 40%;
}
.logo_utravel{
    position: absolute;
    opacity: 1;
    width: 34%;
    padding-top: 0%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_utravel{
    position: absolute;
    opacity: 0;
    width:34%;
    transition: width ease-in-out 0.3s;
}
.img_item{
    width: 100%;
    position: relative;
    z-index: 10;
    padding-right: 3%;
    display: flex;
    align-items: center;
}
.hover_bg{
    opacity: 0;
    transition: ease-in-out 0.5s;
}
.img_bg{
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.bg_workspeace{
    width: 80%!important;
}
.flex-item{
    position: relative;
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
}
.anuitex{
    margin-right: 5px;
    background-image: url("../image/Anuitex-food/bg.svg");
}
.anuitex_img_logo{
    width: 100%!important;
}
.anuitex_img_logo_hover{
    width: 100%!important;
}
.anuitex a{
    background-color: #110427;
    opacity: 0.97;
    height: 101%;
    transition: ease-in-out 0.5s;
}
.anuitex:hover a{
    background: transparent;
}
.logo_anuitex{
    position: absolute;
    opacity: 1;
    width: 81%;
    padding-top: 0%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_anuitex{
    width: 98%;
}
.hover_logo_anuitex{
    position: absolute;
    width: 81%;
    opacity: 0;
    transition: width ease-in-out 0.3s;
}
.anuitex:hover .logo_anuitex{
    opacity: 0;
    width: 98%;
}
.anuitex:hover .hover_logo_anuitex{
    opacity: 1;
    width: 98%!important;
    padding-top: 0%;
}
.flex-item img {
    width: auto;
}
.flex-item span {
    font-size: 16px;
    margin-top: 16px;
}
.arrow{
    position: absolute;
    bottom: 36%;
    margin-top: 20%;
    width: 20px;
}
.arrow_hover{
    position: absolute;
    width: 20px;
}
.flex-item:hover .workspeace_span {
    width: 90%;
    opacity: 0;
}

.flex-item:hover .hover_logo{
    display: block;
    opacity: 1;
    width: 90%;
}
.flex-item:hover .hover_logo_ecoin{
    display: block;
    width: 70%!important;
    opacity: 1;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .arrow {
    display: none;
}
.flex-item:hover .arrow_hover {
    display: block;
    margin-top: 20%;
    z-index: 2;
}
.hover_logo_fijito{
    width:31%;
    position: absolute;
    opacity:0;
    transition: width ease-in-out 0.3s;
}
.ecoin_logo{
    width: 100%!important;
}
.hover_logo_ecoin{
    position: absolute;
    opacity: 0;
    padding-top: 0%;
    width: 60%!important;
    transition: width ease-in-out 0.3s;
}
.workspeace:hover {
    background-color: #E6EFF6;
}
.fijito:hover .bg_fijito{
    opacity: 0;
    transition: ease-in-out 0.5s;
}
.fijito{
    background-color: #110427;
    transition: ease-in-out 0.5s;
}
.fijito:hover{
    background-color: #F6F5F2;
}
.flex-item:hover .hover_bg{
    display: block;
    opacity: 1;
    transition: ease-in-out 0.5s;
}
.fijito:hover .hover_logo_fijito{
    opacity:1;
    padding-top: 0%;
    width: 39%!important;
}
.flex-item:hover .hover_logo_impler{
    display: block;
    opacity: 1;
    width: 42%!important;
}
.epicenter_img_logo{
    display: block;
    width: 100%!important;
    padding-top: 0%;
}
.alchemica_logo{
    position: absolute;
    opacity: 1;
    width: 42%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_alchemica{
    position: absolute;
    opacity: 0;
    width: 42%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .alchemica_logo{
    opacity: 0;
    width:48% ;
}
.flex-item:hover .hover_logo_alchemica{
    opacity: 1;
    width: 48%;
}
.alchemica a{
    background: transparent;
    transition: ease-in-out 0.5s;
}
.alchemica:hover a{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(0, 0, 0, 0) 132.52%);
    opacity: 0.8;
    transition: ease-in-out 0.5s;
}
.bazhane{
    margin-right: 5px;
}
.bazhane_img{
    width: 100%!important;
    opacity: 0.8;
    transition: ease-in-out 0.5s;
}
.bazhane:hover .bazhane_img{
    opacity: 1;
}
.bazhane a{
    background: linear-gradient(90deg, #000000 16.09%, rgba(0, 0, 0, 0) 170.21%);
    transition: ease-in-out 0.5s;
}
.logo_bazhane{
    position: absolute;
    opacity: 1;
    width: 37%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_bazhane{
    position: absolute;
    opacity: 0;
    width: 37%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .logo_bazhane{
    opacity: 0;
    width:43%;
}
.flex-item:hover .hover_logo_bazhane{
    display: block;
    opacity: 1;
    width: 43%;
}
.bazhane:hover a{
background:transparent;
transition: ease-in-out 0.5s;
}
.img_morris{
    opacity: 0.8;
}
.morris a{
    background: linear-gradient(90deg, #000000 25.32%, rgba(0, 0, 0, 0) 92.86%);
    transition: ease-in-out 0.5s;
}
.morris:hover a{
    background: transparent;
    transition: ease-in-out 0.5s;
}
.morris_logo{
    position: absolute;
    opacity: 1;
    width: 39%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_morris{
    position: absolute;
    opacity: 0;
    width: 39%;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .morris_logo{
    opacity: 0;
    width: 45%;
}
.flex-item:hover .hover_logo_morris{
    opacity: 1;
    width: 45%;
}
.morris:hover .img_morris{
    opacity: 1;
    transition: ease-in-out 0.5s;
}
.canon{
    margin-right: 5px;
    background-color: #010101;
    transition: ease-in-out 0.5s;
}
.canon a {
    transition: ease-in-out 0.5s;
}
.logo_canon{
    width: 100%!important;
}
.logo_hover_canon{
    width: 100%!important;
}
.canon_logo{
    position: absolute;
    opacity: 1;
    width: 50%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_canon{
    position: absolute;
    width: 50%;
    opacity: 0;
    transition: 0.3s ease-in-out width;
}
.flex-item:hover .canon_logo{
    opacity: 0;
    width: 61%;
}
.flex-item:hover .hover_logo_canon{
    display: block;
    opacity: 1;
    width: 61%;
}
.img_canon{
    opacity: 1;
}
.flex-item:hover .img_canon{
    opacity: 0.8;
}
.canon:hover a{
    background: linear-gradient(90deg, #EFEBE0 0%, rgba(136, 136, 136, 0.534952) 22.62%, rgba(0, 0, 0, 0) 48%);
    transition: ease-in-out 0.5s;
}
.flex-item:hover .epicenter_img_logo{
    display: none;
}
.hover_logo_epicenter{
    position: absolute;
    width:44%;
    opacity: 0;
    transition: width ease-in-out 0.3s;
}
.logo_imdb{
    width: 100%!important;
}
.logo_hover_imdb{
    width: 100%!important;
}
.imdb_logo{
    position: absolute;
    width: 26%;
    opacity: 1;
    transition: width ease-in-out 0.3s;
}
.hover_logo_imdb{
    position: absolute;
    opacity: 0;
    width: 26%;
    transition: width ease-in-out 0.3s;
}
.imbd a{
    background: #010002;
    transition: ease-in-out 0.5s;
}
.imbd{
    background-color: #010002;
    transition: ease-in-out 0.5s;
}
.imbd:hover a{
    background: #EFEBE0;
}
.img_imdb{
    height: 100%;
}
.flex-item:hover .imdb_logo{
    opacity: 0;
    width: 31%;
}
.flex-item:hover .hover_logo_imdb{
    opacity: 1;
    width: 31%;
}
.flex-item:hover .hover_logo_epicenter{
    display: block;
    opacity: 1;
    width: 60%;
    padding-top: 0%;
}
.voronin{
    margin-right: 5px;
}
.voronin_logo{
    position: absolute;
    opacity: 1;
    width: 17%;
    transition: width ease-in-out 0.3s;
}
#websites{
    margin-bottom: 80px;
}
.hover_logo_voronin{
    opacity: 0;
    width: 17%;
    position: absolute;
    transition: width ease-in-out 0.3s;
}
.flex-item:hover .voronin_logo{
    width: 20%;
    opacity: 0;
}
.flex-item:hover .hover_logo_voronin{
    display: block;
    opacity: 1;
    width: 20%;
}
.minore_logo{
    position: absolute;
    opacity: 1;
    width: 17%;
    transition: width ease-in-out 0.3s;
}
.hover_logo_minore{
    position: absolute;
    opacity: 0;
    transition: width ease-in-out 0.3s;
    width: 17%;
}
.flex-item:hover .minore_logo{
    opacity: 0;
    width: 20%;
}
.flex-item:hover .hover_logo_minore{
    opacity: 1;
    width: 20%;
}
.bg_pop_up{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
}
/* ==========================Burger Menu============== */
/* Styles for the hamburger menu icon */
.brg-menu{
    display: none;
}
.menu-toggle {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
  }
  .menu-toggle .bar {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 4px;
  }
  /*
  .menu-toggle .bar:first-child {
    top: 0;
  }
  .menu-toggle .bar:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-toggle .bar:last-child {
    bottom: 0;
  }
  */
  .menu-toggle .bar:last-child{
      margin-bottom: 0px;
  }
  /* Styles for the menu that opens on click */
  .menu {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #000!important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 50px;
    transition: right 0.3s ease-in-out;
  }
  .menu.active {
    display: block;
    right: 0;
  }
  .menu li {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .menu li a {
    display: block;
    font-size: 24px;
    color: #fff!important;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }
  .menu li a:hover {
    color: #f00;
  }
  
.burger-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.burger-icon {
    width: 24px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: transform 0.2s ease-in-out;
}

.menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background-color: #fff;
    z-index: 9998;
    padding-top: 50px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    transition: right 0.2s ease-in-out;
}
.hidden-video{
    z-index: -1;
}
/*
.menu li {
    padding: 20px;
}
*/
.menu li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s ease-in-out;
}

.menu li a:hover {
    color: #f00;
}

.close-menu {
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    top: 1%;
    right: 10%;
    color: #fff;
    font-size: 24px;
    transition: color 0.2s ease-in-out;
}
.close-menu:before{
    transform: translateY(50%) rotate(-45deg);
}
.close-menu:after{
    transform: translateY(-50%) rotate(45deg);
}
.close-menu:before,
.close-menu:after{
    content: '';
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
.clise-menu-brg{
    display: none;
}
.clise-menu-brg{
    width: 24px;
    height: 24px;
}
.close-menu:hover {
    color: #f00;
}

.wrapper_pop_up{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;  
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.pop_up::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar{
    width:0;
}
.pop_up{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%!important;
    height: 100%;
    padding:0em 8em;
    z-index:10;
    overflow: auto;
}

.workspeace_pop_up,
.fijito_pop_up,
.ecoin_pop_up,
.impler_pop_up,
.utravel_pop_up,
.epicenter_pop_up,
.anuitex_pop_up,
.cambridge_pop_up,
.nike_pop_up,
.jimbean_pop_up,
.zara_pop_up,
.alchemica_pop_up,
.bazhane_pop_up,
.morris_pop_up,
.canon_pop_up,
.imdb_pop_up,
.voronin_pop_up,
.minore_pop_up{
    display: none;
}
.close_pop_up{
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    font-size: 60px;
    right:5px;
    top:10px;
    cursor: pointer;
    background-color: #343434;
    backdrop-filter: blur(5px);
    border-radius: 100px;
    z-index:11;
}
.close_pop_up:hover{
    background: rgba(25,25,25,.8);
    border-color: transparent;
    background-color: dimgray;
}

.icon_close_pop_up{
    width: 10px;
    height: 10px;
}
.icon_close_pop_up path{
    fill:#fff;
}
.hover_logo_workspeace{
    width: 100%!important;
}
.img_workspeace_padding{
    padding-bottom: 18px;
}
  /* Media queries */
@media only screen and (max-width: 1040px) {
    nav{
        display: none;
    }
    .logo_impler{
        width: 50%;
    }
    .hover_logo_impler{
        width: 50%;
    }
    .flex-item:hover .hover_logo_impler{
        width: 55%!important;
    }
    .flex-item:hover .logo_impler{
        width: 55%!important;
    }
    .brg-menu {
    display: block;
    }
    .burger-menu{
        display: block;
    }
    .flex-container{
        flex-direction: column;
    }
    .flex-item{
        margin-bottom: 20px;
    }
    .section-title h2{
        font-size: 60px;
    }
    .workspeace_img_logo{
        width:100%!important;
        transition: 0.3s ease-in-out;
    }
    .fijito_img_logo{
        width:60%!important;
    }
    .impler_logo{
        width:100%!important;
    }
    .utravel_img_logo{
        width:119%!important;
    }
    .epicenter_img_logo{
        width:95%!important;
    }
    .menu li a {
    font-size: 35px;
}
}
@media screen and (max-width:1566px){
    .close_pop_up{
        top: 2%;
        right:3%;
    }
    .pop_up{
        width: 90%;
    }
    .bg_cambridge{
        right: -10%;   
    }
    .hover_bg_cambridge{
        right: -10%;
    }
    .utravel{
        background-size:150% 100%;    
    }
    .utravel:hover a{
        background-size: 150% 100%;
    }
    .img_workspeace_padding{
        width: 100%!important;
    }
    .img_fijito_item{
        width: 100%!important;
    }
    .img_ecoin_items{
        width: 100%!important;
    }
    .img_impler_item{
        width: 100%!important;
    }
    .bg_impler{
        top: -7%;
    }
    .video-block{
        height: 80vh;
    }
}
@media screen and (max-width:1440px){
    .bg_cambridge{
        right: -20%;   
    }
    .hover_bg_cambridge{
        right: -20%;
    }
}
@media screen and (max-width:1366px){
    .video-block{
        height: 75vh;
    }
}
@media screen and (max-width:1280px){
    .bg_cambridge{
        right: -25%;   
    }
    .hover_bg_cambridge{
        right: -25%;
    }
    .section-title{
        margin-top: 0px;
    }
}
@media screen and (max-width:1024px){
    .video-block{
        margin-top: 100px;
        height: 600px;
    }

    .video-con {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

    .video-block iframe,
    .video-block object,
    .video-block embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
    .close_pop_up{
        right: 58px;
        top: 32px;
    }
    .pop_up{
        width: 100%;
        padding:0em;
    }
    .hover_bg_cambridge{
        right: 0%;
    }
    .bg_cambridge {
    right: 0%;
    }
    .img_bg{
        width: 100%!important;
    }
    .wrapper_nav{
        width: 90%;
        align-items: center;
    }
    .menu{
        padding-top: 110px;
        padding-right: 67px;
    }
    .menu li{
        margin-bottom: 20px;
        text-align: right;
    }
    .close-menu{
        top: 45px;
        right: 64px;
    }
}
@media screen and (max-width:900px){
    .close-menu{
        top: 45px;
        right: 53px;
    }
    .close_pop_up{
        right: 48px;
        top: 32px;
    }
    .menu{
        padding-right: 56px;
    }
}
@media screen and (max-width: 620px){
    body{
        padding: 0px 16px;
    }
    .section-title h2{
        font-size: 35px;
        line-height:46px;
    }
    .menu {
        padding-right: 20px;
    }
    .square{
        width: 5px;
        height: 5px;
    }
    .video-block {
        margin-top: 100px;
        height: 460px;
    }
    a{
    flex-direction: column;    
    justify-content: flex-start;
    }
    .arrow{
        display: none;
    }
    .arrow_hover{
        display: none;
    }
    .flex-item:hover .arrow_hover{
        display: none;
    }
    .padding-item-title{
        margin-bottom: 30%;
        padding-top: 6%;
    }
    .flex-item{
        height: 100%;
    }
    .img_item{
        justify-content: center;
    }
    .img_height_100{
        width: 50%!important;
        margin-bottom: 7%;
    }
    .hover_logo,.hover_logo_fijito,.hover_logo_ecoin,.hover_logo_impler,.hover_logo_utravel,.hover_logo_epicenter,.hover_logo_anuitex,.hover_logo_cambridge,.hover_logo_nike,.hover_logo_jimbean,.hover_logo_zara,.hover_logo_alchemica,.hover_logo_bazhane,.hover_logo_morris,.hover_logo_canon,.hover_logo_imdb,.hover_logo_voronin,.hover_logo_minore{
        display: none;
    }
    .alchemica_logo,.logo_bazhane,.morris_logo,.voronin_logo{
        height: 40px;
    }
    .logo_bazhane{
        height: 30px;
    }
    .alchemica_logo,.morris_logo{
        height: 26px;
    }
    .alchemica_logo{
        /*
        width: 46%;
        */
        width: 52%;
    }
    .logo_bazhane{
        width: 53%;
    }
    .morris_logo{
        /*
        width: 45%;
        */
        width: 48%;
    }
    .voronin_logo,.minore_logo{
        /*
        width: 30%;
        */
        width: 34%!important;
    }
    
    .workspeace_img_logo{
        height: 40px;
    }
    .workspeace_span{
        width: auto;
    }
    .fijito_img_logo_origin{
        height: 40px;
    }
    .ecoin_logo{
        height: 40px;
    }
    .impler_logo{
        height: 40px;
    }
    .utravel_img_logo{
        height: 40px;
    }
    .epicenter_img_logo{
        height: 40px;
    }
    .anuitex_img_logo{
        height: 40px;
    }
    .logo_cambridge{
        height: 40px;
    }
    .nike_logo{
        height: 40px;
    }
    .jimbian_logo{
        height: 40px;
    }
    .logo_alchemica{
        height: 26px;
    }
    .logo_zara,.zara_logo{
        height: 40px;
    }
    .logo_hover_alchemica{
        height: 40px;
    }
    .bazhane_logo{
        height: 30px;
    }
    .logo_morris{
        height: 26px;
    }
    .logo_canon{
        height: 40px;
    }
    .logo_imdb{
        height: 40px;
    }
    .logo_voronin{
        height: 40px;
    }
    .logo_minore{
        height: 40px;
    }
    .nike{
        height: 360px;
    }
    .alchemica{
        height: 360px;
    }
    .bazhane{
        height: 360px;
    }
    .morris{
        height: 360px;
    }
    .voronin{
        height: 360px;
    }
    .minore{
        height: 360px;
    }
    .bg_nike{
        object-position: 84%;
    }
    .bg_alchemica{
        object-position: 60%;
    }
    .bazhane_img{
        object-position: 80%;
    }
    .img_morris{
        object-position: 65%;
    }
    .bg_voronin,.hover_bg_voronin{
        object-position: 84%;
    }
    .canon:hover a{
        background: linear-gradient(90deg, #EFEBE0 0%, rgba(136, 136, 136, 0.534952) 48.62%, rgba(0, 0, 0, 0) 80%);
    }
    .img_canon{
        justify-content: start;
    }
    .wrapper_nav{
        width: 100%;
        padding: 0px 16px;
    }
    .logo{
        width: 20%;
    }
    .close-menu{
        top: 40px;
        right: 18px;
    }
    .close_pop_up {
    right: 4%;
    top: 4%;
    }
    .wrapper_nav{
        align-items: center;
    }
    .menu-toggle{
        margin: 0px;
    }
    .button_play{
        padding: 25px;
        border: 2px solid #fff
    }
    .play{
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 15px solid #fff;
    }
    .pause{
        height: 18px;
        border-width: 0px 0px 0px 18px;
    }
    .voronin_logo{
        width: 25%;
    }
    .hover_logo_voronin{
        width: 25%;
    }
    .flex-item:hover .voronin_logo{
        width: 30%;
    }
    .flex-item:hover .hover_logo_voronin{
        width: 30%;
    }
    .minore_logo,.hover_logo_minore{
        width: 24%;
    }
    .padding-item-title{
        display: flex;
        padding-left: 5%;
    }
    .flex-item:hover .minore_logo{
        width: 30%;
    }
    .flex-item:hover .hover_logo_minore{
        width: 30%;
    }
    .img_item{
        padding-right: 0%;
    }
    .workspeace:hover{
        background-color: #110427;
    }
    .flex-item:hover .workspeace_span{
        opacity: 1;
        width: 74%;
    }
    .flex-item:hover .hover_logo{
        display: none;
    }
    .flex-item:hover .logo_fijito{
        opacity: 1!important;
        width: 31%!important;
    }
    .fijito:hover .hover_logo_fijito{
        opacity: 0;
        display: none;
    }
    .fijito:hover{
        background-color: #110427;
    }
    .flex-item:hover .hover_logo_ecoin{
        opacity: 0;
        display: none;
    }
    .flex-item:hover .logo_ecoin{
        width: 60%!important;
    }
    .ecoin:hover{
        background: #110427;
    }
    .flex-item:hover .logo_impler{
        width: 35%!important;
    }
    .flex-item:hover .hover_logo_impler{
        opacity: 0;
        display: none;
    }
    .impler:hover{
        background-color: #110427;
    }
    .logo_impler{
        text-align: center;
    }
    .utravel:hover{
        background-color: #110427;
    }
    .utravel:hover .logo_utravel{
        opacity: 1;
        width: 34%!important;
    }
    .utravel:hover .hover_logo_utravel{
        opacity: 0;
        display: none;
    }
    .epicenter:hover{
        background-color: #110427;
    }
    .flex-item:hover .logo_epicenter{
        opacity: 1;
        width: 44%!important;
    }
    .flex-item:hover .epicenter_img_logo{
        display: block;
    }
    .flex-item:hover .hover_logo_epicenter{
        opacity: 0;
        display: none;
    }
    .anuitex:hover .logo_anuitex{
        width: 81%!important;
        opacity: 1;
    }
    .anuitex:hover .hover_logo_anuitex{
        opacity: 0;
        display: none;
    }
    .anuitex:hover a{
        background-color: #110427;
    }
    .flex-item:hover .cambridge_logo{
        opacity: 1;
        width: 61%!important;
    }
    .flex-item:hover .hover_logo_cambridge{
        opacity: 0;
        display: none;
    }
    .flex-item:hover .hover_bg_cambridge{
        opacity: 0;
    }
    .flex-item:hover .bg_cambridge{
        opacity: 1;
    }
    .logo_nike{
        width: 24%;
    }
    .flex-item:hover .logo_nike{
        opacity: 1;
        width: 24%!important;
    }
    .flex-item:hover .hover_logo_nike{
        opacity: 0;
        display: none;
    }
    .nike:hover a{
        background: transparent;
    }
    .jimbean:hover{
        background-color: #010002;
    }
    .flex-item:hover .logo_jimbean{
        opacity: 1;
        width: 30%!important;
    }
    .flex-item:hover .hover_logo_jimbean{
        opacity: 0;
        display: none;
    }
    .zara:hover a{
        background-color: #080003;
    }
    .flex-item:hover .zara_logo{
        opacity: 1;
        width: 26%!important;
    }
    .flex-item:hover .hover_logo_zara{
        opacity: 0;
        display: none;
    }
    .alchemica_logo{
        display: block;
    }
    .hover_logo_alchemica{
        opacity: 0;
    }
    .flex-item:hover .hover_logo_alchemica{
        width: 42%!important;
    }
    .alchemica:hover a{
        background: linear-gradient(90deg, #000000 16.09%, rgba(0, 0, 0, 0) 170.21%);
    }
    .flex-item:hover .logo_bazhane{
        opacity: 1;
        width: 37%;
    }
    .flex-item:hover .hover_logo_bazhane{
        display: none;
        opacity: 0;
    }
    .bazhane:hover a{
        background: linear-gradient(90deg, #000000 16.09%, rgba(0, 0, 0, 0) 170.21%);
    }
    .flex-item:hover .morris_logo{
        opacity: 1;
        width: 39%!important;
    }
    .flex-item:hover .hover_logo_morris{
        display:none;
        opacity: 0;
    }
    .morris:hover a{
        background: linear-gradient(90deg, #000000 25.32%, rgba(0, 0, 0, 0) 92.86%);
    }
    .flex-item:hover .canon_logo{
        opacity: 1;
        width: 50%!important;
    }
    .flex-item:hover .hover_logo_canon{
        display: none;
        opacity: 0;
    }
    .canon:hover a{
        background: #010101;
    }
    .flex-item:hover .imdb_logo{
        opacity: 1;
        width: 26%!important;
    }
    .flex-item:hover .hover_logo_imdb{
        display: none;
        opacity: 0;
    }
    .imbd:hover a{
        background: #010002;
    }
    .flex-item:hover .voronin_logo{
        opacity: 1;
        width: 25%!important;
    }
    .flex-item:hover .hover_logo_voronin{
        display: none;
        opacity: 0;
    }
    .flex-item:hover .bg_voronin{
        opacity: 1;
    }
    .flex-item:hover .hover_bg_voronin{
        opacity: 0;
    }
    .flex-item:hover .minore_logo{
        opacity: 1;
        width: 24%!important;
    }
    .flex-item:hover .hover_logo_minore{
        display: none;
        opacity: 0;
    }
    .flex-item:hover .bg_minore{
        opacity: 1;
    }
    .flex-item:hover .hover_bg_minore{
        opacity: 0;
    }
}