@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolvetica_rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/coolveticarg-regular.eot');
    src: local('Coolvetica'), local('Coolvetica-Regular'),
        url('../fonts/coolveticarg-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/coolveticarg-regular.woff2') format('woff2'),
        url('../fonts/coolveticarg-regular.woff') format('woff'),
        url('../fonts/coolveticarg-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

body {
    font-family: "Inter", sans-serif;
    color: #1e1e1e;
    font-size: 16px;
}

h2 {
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    font-family: 'Coolvetica';
}

html, body {
    /*cursor: url(../img/cursor.png), default;*/
    cursor: url(../img/cursor.png), auto;
    cursor: -webkit-image-set( url(../img/cursor.png) 1x, url(../img/cursor.png) 2x ), auto;
}

section {
    overflow: hidden;
}

.site-header {
    padding: 15px 0;
    background: #f2db34;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 55px;
}

.header_btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 110%;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    background: #1e1e1e;
    transition: all .3s ease;
}

.header_btn:hover {
    color: #1e1e1e;
    background: #fff;
}

.logo {
    display: block;
    max-width: 144px;
}

.lang_menu {
    display: flex;
    align-items: center;
    gap: 29px;
}

.lang_menu a {
    transition: all .3s ease;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #000;
    opacity: 0.3;
    text-decoration: none;
}

.lang_menu a img {
    display: none;
}

.lang_menu a:hover, .lang_menu a.gt-current-lang {
    opacity: 1;
}

.site-header nav ul {
    gap: 72px;
}

.site-header nav .menu-item a {
    transition: all .3s ease;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #000;
    text-decoration: none;
}

.site-header nav .menu-item a:hover {
    text-decoration: underline;
}

.site-footer {
    border-radius: 30px 30px 0 0;
    background: #fbdc03;
    padding-top: 59px;
    padding-bottom: 36px;
}

.footer_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.f_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 53px;
}

.f_col p {
    margin-bottom: 0;
    font-size: 24px;
    font-family: 'Coolvetica';
    max-width: 275px;
}

.f_col a {
    color: #1e1e1e;
}

.f_col h3 {
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.socials {
    display: flex;
    align-items: center;
    gap: 40px;
}

.socials a {
    display: block;
    transition: all .3s ease;
}

.socials a:hover {
    transform: scale(1.1);
}

.footer_btn {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #1e1e1e;
    font-size: 24px;
    text-decoration: underline;
    font-family: 'Coolvetica';
    transition: all .3s ease;
}

.footer_btn:hover {
    gap: 30px
}

.footer_bottom {
    display: flex;
    align-items: center;
    gap: 54px;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #1e1e1e;
}

.footer_bottom div {
    opacity: .5;
}

.footer_bottom a {
    color: #1e1e1e;
    opacity: .5;
    text-decoration: none;
    transition: all .3s ease;
}

.footer_bottom a:hover {
    opacity: 1;
}

.hero {
    background: #f2db34 url(../img/dots_BG.svg);
    padding-top: 45px;
    padding-bottom: 345px;
    position: relative;
    overflow: hidden;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.big_circle {
    width: 1244px;
    height: 1244px;
    background: url(../img/big_c.svg) no-repeat center center / contain;
    position: absolute;
    top: -205px;
    left: calc(50% - 622px);
    transform-origin: 50% 50%;
    animation: spin 85s linear infinite;
}

@keyframes spin_back {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.small_circle {
    width: 1048px;
    height: 1048px;
    background: url(../img/small_c.svg) no-repeat center center / contain;
    position: absolute;
    top: -117px;
    left: calc(50% - 524px);
    transform-origin: 50% 50%;
    animation: spin_back 85s linear infinite;
}

.stars {
    width: 1252px;
    height: 890px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/stars.svg) no-repeat center center / contain;
    z-index: 2;
}

.hero_content {
    position: relative;
    min-height: 775px;
    padding-top: 97px;
}

.tranparent_btn {
    border: 2px solid #1e1e1e;
    border-radius: 1000px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 110%;
    color: #1e1e1e;
    font-family: 'Coolvetica';
    text-decoration: none;
    transition: all .3s ease;
}

.hero_content_hidden {
    text-align: center;
    position: relative;
    /*opacity: 0;*/
    transition: all .3s ease;
    z-index: 5;
}

.tranparent_btn svg * {
    transition: all .3s ease;
}

.tranparent_btn:hover {
    /*gap: 30px;*/
    background: #1e1e1e;
    color: #fbdc03;
}

.tranparent_btn:hover svg * {
    stroke: #fbdc03;
}

.hero h1 {
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Coolvetica';
    margin-top: 50px;
}

.hero_logo {
    margin-bottom: 67px;
}

.hero_content_circle {
    width: 775px;
    height: 775px;
    top: 0;
    left: calc(50% - 387.5px);
    position: absolute;
    background: #fbea6f;
    filter: blur(187.10000610351562px);
    z-index: 1;
}

.hero .tranparent_btn {
    position: relative;
    z-index: 10;
}

.hero_content_imgs_circle {
    width: 775px;
    height: 775px;
    top: 0;
    left: calc(50% - 387.5px);
    position: absolute;
    z-index: 5;
}

/*.hero:hover .hero_content_hidden {
    opacity: 1;
}*/

.video_block {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 56.2%;
    margin-top: -30px;
}

.video_block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_section {
    padding-top: 341px;
    padding-bottom: 162px;
    background: url(../img/Union.svg) no-repeat center center;
}

.team_section h2 span {
    color: #ae94fc;
    display: block;
}

.team_content {
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto 145px;
}

.team_section h2 {
    margin-bottom: 78px;
}

@keyframes lite_spin {
    from {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    to {
        transform: rotate(15deg);
    }
}

.team_member {
    --ad: 0.1s;
    position: absolute;
    width: 135px;
    height: 135px;
}

.team_member .photo {
    position: relative;
    animation-delay: var(--ad);
    animation: lite_spin 4s linear infinite;
}

.team_member .photo img {
    position: relative;
}

.team_member .photo .circle {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    background: #fbdc03;
    transform: translateX(-50%);
    transition: all .5s ease;
}

.team_member:hover .photo .circle {
    width: 140px;
    height: 140px;
}

.team_member:hover .photo img {
    transition: all .5s ease;
}

.team_member:hover .photo img {
    transform: scale(1.2);
}

.team_member .boble, .client .boble {
    background: #fbdc03;
    border-radius: 40px;
    width: 253px;
    height: 56px;
    padding: 5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -84px;
    top: -64px;
    font-size: 12px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #222221;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.team_member:hover .boble {
    opacity: 1;
    visibility: visible;
}

.team_member:hover .photo {
    animation-play-state: paused;
}

.team_member .boble:before {
    content: "";
    width: 30px;
    height: 25px;
    background: url(../img/bbl_a.svg) no-repeat center center / contain;
    position: absolute;
    bottom: -18px;
    left: 76px;
}

.team_member0 {
    top: -186px;
    left: 135px;
}

.team_member0 .star {
    width: 39px;
    height: 28px;
    background: url(../img/star1.svg) no-repeat center center / contain;
    position: absolute;
    top: 34px;
    right: -6px;
}

.team_member1 {
    top: -152px;
    left: 624px;
}

.team_member1 .star {
    width: 63px;
    height: 46px;
    background: url(../img/star2.svg) no-repeat center center / contain;
    position: absolute;
    top: 39px;
    right: -22px;
}

.team_member2 {
    top: -243px;
    right: 120px;
}

.team_member2 .star {
    width: 45px;
    height: 39px;
    background: url(../img/star3.svg) no-repeat center center / contain;
    position: absolute;
    top: 43px;
    left: -11px;
}

.team_member3 {
    top: 83px;
    left: 1px;
}

.team_member3 .star {
    width: 22px;
    height: 22px;
    background: url(../img/star4.svg) no-repeat center center / contain;
    position: absolute;
    top: 7px;
    left: 27px;
}

.team_member4 {
    top: 12px;
    right: 3px;
}

.team_member4 .star {
    width: 39px;
    height: 28px;
    background: url(../img/star1.svg) no-repeat center center / contain;
    position: absolute;
    top: 68px;
    left: -9px;
}

.team_member5 {
    top: 283px;
    left: 153px;
}

.team_member5 .star {
    width: 97px;
    height: 129px;
    background: url(../img/star5.svg) no-repeat center center / contain;
    position: absolute;
    top: -6px;
    left: 14px;
}

.team_member6 {
    top: 287px;
    right: 119px;
}

.team_member6 .star {
    width: 30px;
    height: 32px;
    background: url(../img/star6.svg) no-repeat center center / contain;
    position: absolute;
    top: 34px;
    right: -5px;
}

.partners {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}

.partner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.partner_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_txt {
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: .7;
}

.partner:after {
    content:  "";
    width: 1px;
    height: 39px;
    background: #1e1e1e;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.partners .partner:last-child:after {
    display: none;
}

.cult_section {
    position: relative;
    background: #f2db34;
    padding-top: 90px;
    padding-bottom: 100px;
    overflow: hidden;
}

.cult_decor {
    position: absolute;
    top: 91px;
    left: 204px;
    width: 129px;
    height: 129px;
    background: url(../img/cult_decor.svg) no-repeat center center / contain;
}

.cult_section h2 {
    max-width: 504px;
    margin: 0 auto;
    text-align: left;
}

.cult_section h2 span {
    display: block;
    text-align: right;
}

.ct_list {
    display: flex;
    gap: 188px;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 88px;
    margin-bottom: 91px;
    padding-left: calc(50% - 660px);
    padding-right: calc(50% - 660px);
}

.ct_li_img {
    max-width: 366px;
    height: 366px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  0 auto 39px;
}

.ct_li {
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 392px;
    min-width: 392px;
}

.ct_li strong {
    font-weight: 600;
}

.ct_li h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.wwd_section {
    background: #fff url(../img/wwd.jpg) no-repeat left bottom;
    padding-top: 151px;
    padding-bottom: 281px;
    border-radius: 30px;
    position: relative;
    margin-top: -32px;
}

.wwd_section h2 {
    line-height: 90%;
    text-align: left;
    margin-bottom: 36px;
}

.wwd_desc {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
    max-width: 295px;
}

.wwd_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.wwd_li {
    display: flex;
    align-items: center;
    gap: 35px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #1e1e1e;
    text-decoration: none;
    border-radius: 30px;
    padding: 38px 30px;
    background: #eee;
    transition: all .3s ease;
}

.wwd_li:hover {
    background: var(--hc);
    transform: rotate(var(--rt)) scale(1.1);
}

.wwd_decor {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 545px;
    height: 554px;
    background: url(../img/freepik_cat.png) no-repeat left bottom / contain;
}

.links_section {
    padding-top: 86px;
    padding-bottom: 125px;
    background: #1e1e1e;
    border-radius: 30px;
    color: #f0eee9;
}

.links_section h2 {
    display: flex;
    align-items: center;
    justify-content: center
}

.olk_heading {
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 90px;
}

.olk_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #f0eee9;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f0eee9;
    padding: 30px 0;
    margin-bottom: 30px;
}

.olk_list {
    margin-bottom: 90px;
}

.links_section .tranparent_btn {
    background: #f2db34;
    border-color: #f2db34;
}

.links_section .tranparent_btn:hover {
    color: #1e1e1e;
    background: #b2a22d;
    border-color: #b2a22d;
}

.links_section .tranparent_btn:hover svg * {
    stroke: #1e1e1e;
}

.olk_link img.swipeimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 370px;
    height: 200px;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
}

.olk_link:hover img.swipeimage {
    opacity: 1;
    visibility: visible;
}

.eyes {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.f-eye, .s-eye {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.pupil{
    position: relative;
    background-color: black;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: 0;
}

.cliets_section h2 {
    text-align: center;
    margin-bottom: 100px;
}

.cliets_section h2 span {
    display: block;
    color: #f2dc34;
}

.cliets_section {
    padding-top: 233px;
    padding-bottom: 196px;
    background: url(../img/Union.png) 0 48px;
}

.clients {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    flex-wrap: wrap;
}

.client {
    position: relative;
    filter:  grayscale(100%);
    transition: all .3s ease;
}

.client img {
    max-height: 81px;
}

.client:hover {
    filter: none;
}

.client .boble {
    left: 0;
    right: 0;
}

.client:hover .boble {
    opacity: 1;
    visibility: visible;
}

.cta_section {
    position: relative;
    overflow: hidden;
    padding-top: 196px;
    padding-bottom: 225px;
}

.cta_section h2 span {
    display: block;
    color: #ddfc74;
}

.cta_desc {
    margin: 34px 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #000;
}

.form_container {
    max-width: 728px;
    margin: 0 auto;
}

.form_container .tranparent_btn {
    margin-top: 40px;
    background: #f2db34;
    border-color: #f2db34;
    margin-left: auto;
    margin-right: auto;
}

.form_container .tranparent_btn:hover {
    color: #1e1e1e;
    background: #b2a22d;
    border-color: #b2a22d;
}

.form_container .tranparent_btn:hover svg * {
    stroke: #1e1e1e;
}

input, textarea {
    border-radius: 10px;
    padding: 17px 20px;
    width: 100%;
    background: #efefef;
    border: none;
    margin-bottom: 12px;
}

textarea {
    height: 128px;
    resize: none;
}

.hd {
    position: absolute;
    transition: all .8s ease;
}

.hd1 {
    background: url(../img/h1.svg) no-repeat left center / contain;
    width: 304px;
    height: 302px;
    top: 0;
    left: 0;
}

.hd2 {
    background: url(../img/h2.svg) no-repeat left center / contain;
    width: 289px;
    height: 503px;
    top: 0;
    right: 0;
}

.hd3 {
    background: url(../img/h3.svg) no-repeat left center / contain;
    width: 309px;
    height: 379px;
    bottom: 0;
    right: 0;
}

.hd4 {
    background: url(../img/h4.svg) no-repeat left center / contain;
    width: 243px;
    height: 181px;
    bottom: 0;
    right: 447px;
}

.hd5 {
    background: url(../img/h5.svg) no-repeat left center / contain;
    width: 225px;
    height: 209px;
    bottom: -40px;
    left: 187px;
}

.hd6 {
    background: url(../img/h6.svg) no-repeat left center / contain;
    width: 217px;
    height: 324px;
    bottom: 315px;
    left: 0;
}

.hd:hover {
    transform: rotate(15deg) scale(1.5);
}

.client .boble {
    background: #fbdc03;
    border-radius: 40px;
    width: 253px;
    height: 56px;
    padding: 5px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0;
    top: -72px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #1e1e1e;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.client .boble .boble_arrow  {
    position: absolute;
    bottom: -18px;
    left: 112px;
}

.r_img {
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}

.r_img:hover {
    opacity: 1;
}

.r_img1 {
    bottom: 553px;
    right: -126px;
}

.r_img2 {
    top: 108px;
    right: -226px;
}

.r_img3 {
    top: 270px;
    right: -192px;
}

.r_img4 {
    top: 514px;
    right: -152px;
}

.r_img5 {
    bottom: -133px;
    right: 58px;
}

.r_img6 {
    top: calc(100% + 10px);
    left: 253px;
}

.r_img7 {
    top: 635px;
    left: -43px;
}

.r_img8 {
    top: 396px;
    left: -226px;
}

.r_img9 {
    top: 152px;
    left: -282px;
}

.r_img10 {
    top: -45px;
    left: -123px;
}

.eyes {
    width: 96px;
    height: 96px;
    background: url(../img/eyes.svg) no-repeat center center / contain;
}

.cs_hero h1 {
    font-weight: 600;
    font-size: 20px;
    max-width: 268px;
    margin: 0 auto 90px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

.label {
    font-size: 16px;

}

.cs_link {
    color: #1e1e1e;
    font-size: 72px;
    font-family: 'Coolvetica';
    display: block;
    margin: 0 auto 49px;
}

@media screen and (max-width: 1199.8px){
    .hd3, .hd6 {
        display: none;
    }

    .hd4 {
        right: auto;
        left: 387px;
    }
    .hd1 {
        left: -120px;
    }
    .hd2 {
        right: -100px;
    }
    .clients {
        gap: 100px 20px;
    }
    .cult_decor {
        left: 44px;
    }
    .team_member1 {
        left: 424px;
    }
    .team_member4 {
        top: 82px;
    }
    .site-header nav ul {
        gap: 32px;
    }
}

@media screen and (max-width: 991.8px){

}

@media screen and (max-width: 767.8px){

}

@media screen and (max-width: 575.8px){

}