:root{
    --primary_color_home: #369c94;
    --secondary_color_home: #f3d03e;
    --txt_color: #606060;
}
@font-face{
    src: url("../fonts/Cairo.ttf");
    font-family: "Cairo";
    font-weight: 200 900;
    font-style: normal;
}
@font-face{
    src: url("../fonts/PlaywriteIE-Regular.ttf");
    font-family: "PlaywriteIE-Regular";
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img, video{
    width: auto;
    height: auto;
}
h1, h2{
   font-weight: 600; 
}
h2.fsup, h3.fsup{
    line-height: 35px;
}
b, .b{
    font-weight: 700;
}
.wsb{
    font-weight: 600;
}
a{
    color: inherit;
    text-decoration: none;
}
a.u{
    text-decoration: underline;
}
p .fsup{
    line-height: 0;
}
svg.block{
    display: block;
    width: 100%;
}
ul.std{
    margin-left: 20px;
}
.fsup{
    font-size: 30px;
    letter-spacing: 3px;
}
.space_header{
    clear: both;
    height: 40px;
}
.link{
    text-decoration: underline;
    cursor: pointer;
}
html{
    overflow-x: hidden;
    font-style: normal;
}
body{
    /*background-color: #f8f8f6;*/
    background-color: #fbfbfb;
    font-family: "Cairo";
    color: var(--txt_color);
    font-size: 18px;
    font-style: normal;
    font-synthesis: none;
    font-variation-settings: "slnt" 0;
}
form *{
    font-style: normal;
    font-synthesis: none;
    font-variation-settings: "slnt" 0;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: var(--primary_color);
}
::-webkit-scrollbar {
	width: 10px;
	position: relative;
	z-index: 90;
}
::-webkit-scrollbar-thumb {
	position: relative;
	z-index: 90;
}
::-webkit-scrollbar-track {
	background: transparent;
}
.w_def{
    width: 1100px;
    max-width: 90%; 
    margin: auto;
}
.w_small{
    width: 600px;
}
header.home_version{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
header.home_version .wrap_logo{
    opacity: 0;
}
.wrap_menu {
    /*overflow-y: scroll;*/
    overflow: overlay;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f8f8f6;
    color: black;
    z-index: 20;
    /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */
    opacity: 0;
    visibility: hidden;
    transition: 400ms ease;
}
.wrap_menu ul{
    list-style-type: none;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    height: 100%;
}
.wrap_menu li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 35px;
    /*font-family: "major-mono-display", sans-serif;*/
    font-family: "PlaywriteIE-Regular";
    /*font-weight: 400;*/
    font-style: normal;
}
.wrap_menu li a{
    color: white;
}
.wrap_menu li [data-type='hover'] {
    display: none;
}
.menu_opened{
    overflow-y: hidden;
    overflow: hidden;
    min-height: unset;
}
.menu_opened #ico_menu .line{
	opacity: 0;
} 
.menu_opened #ico_menu:before{
	transform: rotate(45deg);
	top: 50%;
}
.menu_opened #ico_menu:after{
	transform: rotate(-45deg);
	width: 100% !important;
	top: 50%;
}
.menu_opened .wrap_menu {
    /* clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); */
    opacity: 1;
    visibility: visible;
}
/******* ICO_MENU ********/
#ico_menu{
	position: relative;
	cursor: pointer;
    /*height: 20px;*/
    height: 25px;
    width: 45px;
}
#ico_menu .line, #ico_menu:before, #ico_menu:after{
	background-color: var(--primary_color);
}
#ico_menu .line{
	width: 100%;
	/*height: 4px;*/
	height: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 400ms ease;
}
#ico_menu:before, #ico_menu:after{
	content: ' ';
	position: absolute;
	right: 0;
	/*height: 4px;*/
	height: 6px;
	transition: 400ms ease;
}
#ico_menu:before{
	top: 0;
	width: 100%;
}
#ico_menu:after{
	bottom: 0;
	width: 100%;
}
.menu_opened{
    overflow-y: hidden;
    overflow: hidden;
    min-height: unset;
}
.menu_opened #ico_menu .line,
.menu_portfolio_opened #ico_menu[data-portfolio] .line
{
	opacity: 0;
} 
.menu_opened #ico_menu:before,
.menu_portfolio_opened #ico_menu[data-portfolio]:before
{
	transform: rotate(45deg);
	top: 50%;
}
.menu_opened #ico_menu:after,
.menu_portfolio_opened #ico_menu[data-portfolio]:after
{
	transform: rotate(-45deg);
	width: 100% !important;
	top: 50%;
}
/******* END ICO_MENU ********/
.sub_header_home{
    overflow: hidden;
    display: flex;
}
.sub_header_home .wrap_video div{
    margin-top: auto;
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1764;
}
.sub_header_home .wrap_video div video{
    display: block;
    background-color: #f8f8f6;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    inset: -1px;               
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.sub_header_home .wrap_social{
    display: flex; 
    justify-content: center; 
}
.sub_header_home .info > div{
    text-align: center;
    margin-top: auto;
    margin-bottom: 40px;
}
.home_cat_list > p{
    display: flex;
    justify-content: center;
}
.after_left{
    text-align: center;
    position: relative;
    color: var(--primary_color_home);
    letter-spacing: 2px;
}
.after_left::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: var(--secondary_color_home);
    z-index: -1;
}
.btn{
    border-radius: 10px;
    background-color: var(--secondary_color_home);
    color: var(--primary_color_home);
    display: inline-block;
    padding: 2px 30px;
    font-weight: 700;
}
.partners{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partners a{
    display: flex;
    align-items: center;
}
.bands_tb{
    overflow: hidden;
}
.bands_tb svg{
    width: 100%;
    display: block;
}
.bands_tb .wrap_info{
    background-color: var(--primary_color); 
    position: relative;
}
.bands_tb .wrap_info .abs{
    height: calc(100% + ((100vw / 27)*2));
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bands_tb .wrap_info .z_up{
    position: relative;
    z-index: 4;
}

footer{
    color: white;
}
footer a{
    text-decoration: underline;
}
footer a.block, footer span.block{
    display: block;
    margin-bottom: 10px;
}
footer .link{
    display: block;
}
.service .flex{
    display: flex;
    align-items: center;
}
.light_around{
    mix-blend-mode: screen;
    opacity: 0.95;
    filter: 
        drop-shadow(0 0 8px rgba(255, 220, 80, 0.7))
        drop-shadow(0 0 20px rgba(255, 220, 80, 0.35));
}
.glow{
    filter:
    drop-shadow(0 0 2px rgba(255,255,255,0.35))
    drop-shadow(0 0 6px rgba(255,255,255,0.3))
    drop-shadow(0 0 12px rgba(255,255,255,0.15))
    drop-shadow(0 0 36px rgba(255,255,255,0.15));
}
.review.t0 .info figure:last-of-type{
    display: none;
}
.review.t1 .info, .review.t2 .info{
    max-width: 600px;
    margin: auto;
}
.review.t1 figure{
    display: none;
}
.review.t2 .info figure:first-of-type{
    display: none;
}
.review.t2 .info figure:last-of-type{
    margin-top: 70px;
}
.review.t2 .info figure:last-of-type, .review.t2 .info figure img{
    width: 100%;
}
.review .more_info{
    color: #001763;
    text-decoration: underline;
    cursor: pointer;
}
form input, form textarea{
    display: block;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    padding: 3px;
}
form * {
    text-align: left;
}
form label{
    display: block;
    margin-bottom: 10px;
}
form .privacy{
    margin: 20px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}
form .privacy input[type='checkbox']{
    width: 30px;
    height: 30px;
}
form button.custom{
    margin-top: 20px;
    background-color: var(--primary_color);
    border: unset;
    padding: 5px 55px;
    font-family: inherit;
    font-weight: 600;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.portfolio .col_filters{
    max-width: 100%;
}
/*.portfolio .col_filters .sticky{
    position: sticky;
    top: 40px;
    left: 0;
    width: 100%;
}*/
.portfolio .filters ul{
    list-style-type: none;
}
.portfolio .filters ul li ul{
    padding-left: 40px;
} 
.portfolio .filters ul li a{
    transition: 400ms ease;
}
.portfolio .filters a:hover, .portfolio .filters a.selected{
    font-weight: 800;
    color: var(--primary_color);
}
.portfolio .prevtitle{
    font-weight: 600;
}
.portfolio .title{
    color: var(--primary_color);
}
.portfolio .title svg{
    width: 50px;
    height: 50px;
}
.work{
    background-color: #eaeaea;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.work .customer_info .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.work .customer_info figure, .work .customer_info h3{
    cursor: pointer;
}
.work .wrap_cover{
    border-radius: 100%;
    overflow: hidden;
    background-color: #ffd1d1;
}
.work .wrap_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work h3{
    font-size: 23px;
    line-height: 28px;
}
.work ul{
    margin-left: 30px;
}
.work .pcolor{
    color: var(--primary_color);
}
.work .wrap_zebra_imgcustomer{
    margin-top: auto;
}
.work .wrap_zebra > div{
    position: relative;
    left: -20px;
    display: table;
    cursor: pointer;
}
.work .wrap_zebra .info_btn{
    position: absolute;
    top: 0;
    right: -30px;
    border: 0;
    cursor: pointer;
}
