:root {
    --color-white: #FFF;
    --color-black: #000;
    --color-blue: #00A9E1;
    --color-light-blue: #1BE3E3;
    --font-geko: Ogonek;
    --font-geko-unicase: OgonekUnicase;

}

@font-face {
    font-family: Ogonek;
    src: url(../assets/fonts/Ogonek-Regular.ttf);
}

@font-face {
    font-family: Ogonek;
    src: url(../assets/fonts/Ogonek-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: Ogonek;
    src: url(../assets/fonts/Ogonek-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: OgonekUnicase;
    src: url(../assets/fonts/Ogonek-Unicase.ttf);
}



html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    background-color: var(--color-black);
}

* {
    box-sizing: border-box;
    font-variant-caps: normal;
}

/* ---------------------------------General styles--------------------------------- */

/* Header */
header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 0.5rem 3rem;
    width: 100%;
    height: 85px;
    z-index: 500;
    background-color: rgba(0, 0, 0, .85);
}

header>img {
    display: block;
    width: 110px;
    object-fit: contain;
    filter: drop-shadow(2px 2px 2px #000000);
    -webkit-filter: drop-shadow(2px 2px 2px #000000);
}

.header__btns {
    position: relative;
    display: flex;
    gap: 1.5rem;
    height: min-content;
}

.header__btns button {
    display: block;
    margin-top: 5px;
    background: transparent;
    border: none;
    outline: none;
    color: var(--color-white);
    text-shadow: 2px 2px 4px #000000;
    font-size: 2em;
    cursor: pointer;
}

.header__btns a {
    display: block;
    height: 32px;
}

.header__btns img {
    display: block;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(1px 1px #000000);
    -webkit-filter: drop-shadow(1px 1px #000000);
}

.header__btns nav {
    position: absolute;
}

.header__sm {
    display: flex;
    gap: 7px;
    height: 32px;
}

.header__sm div {
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-light-blue);
}

/* Sections */
section {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

section.full {
    min-height: 100vh;
}

/* Nav Menu */
.geko__nav-cont {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-black);
    z-index: 500;
}

.geko__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 0.5rem 3rem;
    width: 100%;
    height: 100%;
    background: center center no-repeat url("../assets/img/scratchs.png");
    background-size: 100% 100%;
}

.geko__nav img {
    display: block;
    width: 120px;
    object-fit: contain;
}

.geko__nav button {
    display: block;
    margin: 17px 0 0 auto;
    background: transparent;
    border: none;
    outline: none;
    color: var(--color-white);
    text-shadow: 2px 2px 4px #000000;
    font-size: 2em;
    cursor: pointer;
}

.geko__nav nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: max-content;
}

.geko__nav a {
    color: var(--color-white);
    text-decoration: none;
    font-family: var(--font-geko);
    font-size: 1.07em;
}

/* Video */
.video-cont {
    position: relative;
    display: block;
    width: 100%;
}

.video-cont button {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: transparent;
    outline: none;
    border: none;
    color: #FFFFFFD9;
    font-size: 4em;
    opacity: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.video-cont.playing button {
    opacity: 0;
}

.video-cont.playing:hover button {
    opacity: 1;
}

.video-cont video {
    display: block;
    width: 100%;
    object-fit: contain;
}



/* --------------------------------------Geko-------------------------------------- */
.geko {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 2rem;
    height: 100vh;
}

.geko__cont {
    position: relative;
    display: grid;
    grid-template-rows: 20vh 45vh;
    margin: 0 auto;
    padding: 4rem 4rem 0 4rem;
    width: 100%;
    max-width: 950px;
    background: 100% 100% no-repeat url(../assets/img/scratchs.png);
    background-size: cover;
}

.geko__cont img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.geko__cont-logo {
    position: relative;
    display: block;
    height: 100%;
    margin-left: 3rem;
    z-index: 10;
}

.geko__cont-moto {
    display: block;
    height: 100%;
    transform: translate(0, -4.5rem);
}

.geko__branding {
    position: absolute;
    display: block;
    top: 27vh;
    right: 0;
    width: 400px;
    z-index: 10;
}

.geko__branding img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.geko__reel {
    position: absolute;
    bottom: 4rem;
    right: -50px;
    width: 200px;
}

.geko__reel img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.geko__social-media {
    position: absolute;
    top: -2rem;
    left: 4%;
    width: 170px;
    background: 100% 100% no-repeat url(../assets/img/scratchs.png);
    background-size: cover;
}

.geko__social-media img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.geko__leads {
    position: absolute;
    display: block;
    bottom: -30px;
    left: 1.5rem;
    height: 90px;
}

.geko__leads img {
    display: block;
    height: 100%;
    object-fit: contain;
}



/* ------------------------------------Services------------------------------------ */
.services {
    display: grid;
    grid-template-columns: 20vw 1fr auto;
    grid-template-rows: 120px auto;
    row-gap: 4rem;
    padding: 2rem 2rem 2rem 3rem;
}

.serv__title {
    grid-column: 2 / 3;
    align-self: end;
    display: block;
    height: 90px;
}

.serv__title img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.serv__cont {
    grid-column: 1 / 4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65vh;
}

.serv__info {
    display: grid;
    grid-template-columns: 250px 220px;
    column-gap: 3rem;
}

.serv__geko img {
    display: block;
    margin-top: 4rem;
    width: 470px;
}

.serv__info-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.serv__info-text p {
    display: inline;
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-geko);
    font-size: 0.8em;
    font-weight: bold;
}

.serv__info-text img {
    display: inline;
    height: 12px;
}

/* Collapsibles */
.serv__collaps {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
}

.serv__collap-btn {
    display: block;
    height: 65vh;
    cursor: pointer;
}

.serv__collap-btn img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.serv__collap-cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 65vh;
    width: 100%;
    max-width: 0;
    background-color: var(--color-white);
    transition: max-width 0.5s ease-in;
    overflow: hidden;
}

.serv__collap-cont>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 102%;
    height: 100%;
    object-fit: cover;
}

.serv__desc {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
    padding: 0.4rem 1.4rem 0 2.5rem;
    width: 100%;
    max-width: 370px;
    background-color: transparent;
    height: 200px;
    z-index: 10;
}

.serv__desc>img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
}

.serv__desc button {
    display: block;
    margin-left: auto;
    padding: 0;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.masinfo {
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-black);
    margin: 10px 0 auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
    border-radius: 17px;
    height: 34px;
    padding: 0 14px;
}

.serv__desc button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.serv__desc h3 {
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-geko);
    font-size: 1.4em;
    font-weight: bold;
}

.serv__desc p {
    margin: 1rem 0 0 0;
    color: var(--color-black);
    font-family: var(--font-geko);
    font-size: 0.9em;
}

/* Mobile Collapsibles */
.serv__collap-mob {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serv__btn-mob {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
    width: 100%;
    height: 40px;
    background: center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.serv__btn-mob img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.serv__cont-mob {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 0;
    background-color: var(--color-white);
    overflow: hidden;
    transition: height 0.6s ease;
}

.serv__cont-mob>img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Button Backgrounds */
.bkg-1 {
    background-image: url(../assets/img/mob-collps/bkg-1.png);
}

.bkg-2 {
    background-image: url(../assets/img/mob-collps/bkg-2.png);
}

.bkg-3 {
    background-image: url(../assets/img/mob-collps/bkg-3.png);
}

.bkg-4 {
    background-image: url(../assets/img/mob-collps/bkg-4.png);
}

.bkg-5 {
    background-image: url(../assets/img/mob-collps/bkg-5.png);
}

.bkg-6 {
    background-image: url(../assets/img/mob-collps/bkg-6.png);
}


/* ----------------------------------Creativity---------------------------------- */
.creativity {
    display: flex;
    flex-direction: column;
    padding: 85px 0 4rem 0;
}

.creat__cont {
    display: grid;
    grid-template-columns: 2fr 6fr 100px;
    grid-template-rows: auto auto;
    row-gap: 2rem;
    width: 100%;
}

.creat__title {
    grid-column: 2 / 4;
    height: 90px;
}

.creat__cont img {
    display: block;
    object-fit: contain;
}

.creat__video {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.creat__video button {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: transparent;
    outline: none;
    border: none;
    color: #FFFFFFD9;
    font-size: 4em;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.creat__cont .video-cont {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.creat__geko {
    grid-row: 1 / 3;
    width: 100%;
    /* animation: oscillating 2.4s ease infinite; */
}

.creat__cont img:last-child {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    align-self: center;
    justify-self: center;
    width: 50px;
}


/* ----------------------------------Testimonials---------------------------------- */
.testimonials {
    display: flex;
    flex-direction: column;
    padding: 85px 0;
    width: 100%;
    background: center no-repeat url(../assets/img/colors.png);
    background-size: cover;
}

.testimonials>img {
    display: block;
    margin: 0 auto;
    height: 80px;
    object-fit: contain;
}

.test__header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem 0 4rem;
    width: 100%;
    height: 85px;
}

.test__header .logo img {
    display: block;
    width: 90px;
    object-fit: contain;
}

.test__header .header button {
    color: var(--color-black);
}

.test__grid {
    display: grid;
    grid-template-columns: 90px 1fr 90px;
    grid-template-rows: 55vh auto;
    align-items: center;
    justify-items: center;
    margin-top: 6rem;
}

.test__grid button {
    display: block;
    width: 30px;
    height: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.test__grid button img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.test__grid button i {
    font-size: 2.5em;
    font-weight: normal;
    cursor: pointer;
    background: rgb(0, 231, 255);
    background: linear-gradient(180deg, #00E7FF 0%, #D01439 45%, #FCFF00 66%, #48BF31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#swiper-btn-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

#swiper-btn-right {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.test__swiper {
    grid-column: 2 / 3;
    display: block;
    width: 100%;
    height: 55vh;
    overflow: hidden;
}

.test__swiper .swiper {
    width: 100%;
    height: 100%;
}

.test__swiper .swiper-slide {
    display: block;
    margin: 0 0 0 1.5rem;
    width: min-content;
}

.test__item {
    position: relative;
    display: flex;
    height: 100%;
}

.test__item img {
    display: block;
    height: 100%;
    object-fit: contain;
}

.test__item-comm {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 20% 40% 35% 12%;
    width: 100%;
    height: 100%;
}

.test__item-comm p {
    margin: 0;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-geko);
    font-size: 0.6em;
}

.test__item-author {
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 4rem;
    width: 120px;
    color: var(--color-black);
}

.test__item-author h3 {
    margin: 0;
    font-family: var(--font-geko-unicase);
    font-size: 1em;
}

.test__item-author span {
    font-family: var(--font-geko);
    font-size: 0.7em;
    font-weight: bold;
}



/* ------------------------------------Clients------------------------------------ */
.clients {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    background-color: var(--color-white);
}

.clients__title {
    display: flex;
    justify-content: center;
}

.clients__title img {
    display: block;
    height: 80px;
    object-fit: contain;
}

.clients__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    column-gap: 6rem;
    row-gap: 4rem;
    padding: 0 2rem;
}

.clients__logos img {
    display: block;
    width: 250px;
    object-fit: contain;
}

.clients__swiper .swiper {
    width: 100%;
    height: 100%;
}

.clients__swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.clients__swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* ------------------------------------Contact------------------------------------ */
.contact {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.contact__header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 1.5rem 2rem 1.5rem 4rem;
    width: 100%;
    height: 105px;
}

.contact__header .logo img {
    display: block;
    width: 90px;
    object-fit: contain;
}

/* Float elements */
.contact__float {
    position: absolute;
    display: block;
    z-index: 0;
}

.contact__float img {
    display: block;
    width: 100%;
    object-fit: contain;
}

#float-6 {
    bottom: 0;
    right: 18%;
    width: 300px;
}

#float-7 {
    top: 0;
    left: 25%;
    width: 300px;
    transform: translate(0, -33%);
}

/* Form */
.contact__form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0 0 0 25%;
    padding-top: 5rem;
    width: 95%;
    max-width: 800px;
    color: var(--color-white);
    font-family: var(--font-geko);
    background-image: url(../assets/img/scratchs.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: center;
    z-index: 50;
}

.contact__form>img {
    display: block;
    height: 230px;
    object-fit: contain;
}

.contact__form form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 4rem 0;
    width: 60%;
}

.contact__form form span {
    font-size: 1.1em;
}

.contact__form-row {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.contact__form-row input {
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    color: var(--color-white);
}

.contact__form-row input.rb-1 {
    background-image: url(../assets/img/rainbow-1.png);
}

.contact__form-row input.rb-2 {
    background-image: url(../assets/img/rainbow-2.png);
}

.contact__form-row input.rb-3 {
    background-image: url(../assets/img/rainbow-3.png);
}

.contact__form-help {
    display: grid;
    grid-template-columns: 165px 1fr;
    margin-top: 5px;
}

.contact__form-help textarea {
    display: block;
    padding: 5px 28px;
    height: 70px;
    outline: none;
    border: none;
    border-radius: 30px;
    resize: none;
}

.contact__form button, .event__form button {
    background-color: var(--color-blue);
    border: none;
    color: var(--color-white);
    font-weight: bold;
    font-family: inherit;
    padding: 15px 30px;
    margin: 20px auto;
    border-radius: 25px;
    cursor: pointer;
}

#float-8 {
    top: 0;
    right: 0;
    width: 310px;
    transform: translate(100%);
}

/* #float-8 img {
    animation: oscillating 2.4s ease infinite;
} */

/* Footer */
.contact__footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    z-index: 1;
}

.contact__footer>span {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-geko);
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.4em;
}

.contact__footer-links {
    display: flex;
    gap: 2rem;
    align-items: center;
    height: 60px;
}

.contact__footer-links>a img {
    display: block;
    height: 30px;
    object-fit: contain;
}

.contact__footer-links span {
    margin-right: 1rem;
    color: var(--color-white);
    text-align: end;
    font-family: var(--font-geko);
    font-size: 1.1em;
}

.contact__footer-sm {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact__footer-sm a {
    display: block;
    width: 40px;
}

.contact__footer-sm img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.contact__footer-sm div {
    display: block;
    width: 1px;
    height: 60px;
    background-color: var(--color-light-blue);
}

.contact__footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 1rem;
    margin: 0 1rem;
    color: var(--color-white);
    font-family: var(--font-geko);
    font-size: 0.7em;
}

.contact__footer-nav a {
    color: var(--color-white);
    text-decoration: none;
}

.contact__footer-nav span {
    color: var(--color-blue);
    font-size: 1em;
}



/* -------------------------------------Events------------------------------------- */

.event__banner {
    display: flex;
    align-items: center;
    padding-left: 20%;
    width: 100%;
    height: 100vh;
    background: 100% 100% no-repeat url(../assets/img/events-banner.png);
    background-size: cover;
}

.event__banner img {
    display: block;
    height: 300px;
    object-fit: contain;
}

.event__info {
    position: relative;
    display: block;
    padding: 2.5rem 4rem 2.5rem 12rem;
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-geko);
    font-size: 1.17em;
    line-height: 1.6em;
}

.event__info p {
    margin: 0;
    max-width: 680px;
}

.event__info span {
    color: #213A87;
    font-family: var(--font-geko-unicase);
}

/* Color Lines */
.line {
    position: absolute;
    display: block;
}

#line-1 {
    top: 50%;
    left: 4rem;
    width: 4rem;
    height: 2px;
    background-color: #59DFF9;
}

#line-2 {
    top: 50%;
    left: 4rem;
    width: 2px;
    height: calc(50% + 3rem);
    background: linear-gradient(180deg, #59DFF9 0%, #6F5DC6 100%);
}

#line-3 {
    top: 3rem;
    left: 4rem;
    width: calc(100% - 6rem - 100px);
    height: 2px;
    background-color: #6F5DC6;
}

#line-4 {
    top: 3rem;
    right: calc(2rem + 100px);
    width: 2px;
    height: 65%;
    background: linear-gradient(180deg, #6F5DC6 0%, #DC30E7 33%, #CB902C 66%, #36A952 100%);
}

#line-5 {
    top: calc(3rem + 65% - 9.5px);
    right: calc(2rem + 100px);
    width: 30px;
    height: 1.5px;
    background-color: #36A952;
    transform: rotate(30deg);
}

#line-6 {
    top: calc(3rem + 65% - 9.5px);
    right: calc(2rem + 72.5px);
    width: 30px;
    height: 1.5px;
    background-color: #36A952;
    transform: rotate(-30deg);
}

/* Reel and video */
.event__reel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 200px;
    column-gap: 3rem;
    padding: 6rem 2rem 4rem 12rem;
    width: 100%;
}

.event__reel .video-cont {
    margin-bottom: 6rem;
    max-width: 890px;
}

.event__reel img {
    align-self: end;
    display: block;
    width: 100%;
    object-fit: contain;
}

/* Icons */
.event__icons {
    display: block;
    width: 100%;
    background: 100% 100% no-repeat url(../assets/img/colors.png);
    background-size: cover;
}

.event__icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    justify-content: center;
    column-gap: 3rem;
    row-gap: 6rem;
    margin: 0 auto;
    padding: 6rem 2rem;
    width: 100%;
    max-width: 1100px;
}

.event__icons-grid div {
    display: block;
    width: 100%;
}

.event__icons-grid img {
    display: block;
    width: 100%;
    object-fit: contain;
}

/* Gallery */
.event__gallery-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0 2rem 0;
    background-color: var(--color-white);
}

.event__gallery-cont>img {
    display: block;
    margin: 2rem 0 4rem 0;
    height: 120px;
    object-fit: contain;
}

.event__gallery-text {
    display: block;
    padding: 0 2rem;
    max-width: 880px;
    text-align: center;
}

.event__gallery-text p {
    display: inline;
    margin: 0;
    color: var(--color-black);
    font-family: var(--font-geko);
    font-size: 1.17em;
    line-height: 1.6em;
}

.event__gallery-text img {
    display: inline;
    height: 36px;
}

.event__gallery {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    grid-template-rows: repeat(3, 33%);
    gap: 20px;
    width: 90vw;
    height: 85vh;
    margin: auto auto 40px auto;
}

.event__gallery div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#img-1 {
    grid-column: 1;
    grid-row: 1/3;
}

#img-2 {
    grid-column: 2;
    grid-row: 1 / 3;
}

#img-3 {
    grid-column: 3;
    grid-row: 1;
}

#img-4 {
    grid-column: 4;
    grid-row: 1;
}

#img-5 {
    grid-column: 1;
    grid-row: 3;
}

#img-6 {
    grid-column: 2;
    grid-row: 3;
}

#img-7 {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}

.event__gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event__gallery div span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-family: inherit;
}

/* Form */
.event__form-cont {
    position: relative;
    display: block;
    min-height: 100vh;
    overflow: hidden;
}

.event__form-float {
    position: absolute;
    display: block;
    z-index: 0;
}

.event__form-float img {
    display: block;
    width: 100%;
    object-fit: contain;
}

#float-1 {
    top: 0;
    left: 12%;
    width: 120px;
}

#float-2 {
    bottom: 0;
    right: 4rem;
    width: 300px;
    transform: translate(0, 50%);
}

#float-3 {
    top: 55%;
    left: 2rem;
    width: 350px;
    rotate: 200deg;
    filter: blur(2px);
    opacity: 0.5;
}

#float-4 {
    top: 1.5rem;
    right: 12%;
    width: 350px;
    rotate: 220deg;
    filter: blur(2px);
    opacity: 0.5;
}

.event__form {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 25%;
    width: 95%;
    max-width: 800px;
    min-height: 100vh;
    color: var(--color-white);
    font-family: var(--font-geko);
    background-image: url(../assets/img/scratchs.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: center;
    z-index: 50;
}

.event__form>img {
    display: block;
    width: 300px;
    object-fit: contain;
    transform: translate(0, -33%);
}

.event__form h3 {
    margin: 0;
    font-size: 1.3em;
}

.event__form-title {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    grid-template-rows: auto auto;
    font-family: var(--font-geko);
    font-size: 1.4em;
}

.event__form-title h2 {
    margin: 0;
    color: var(--color-white);
}

.event__form-whats {
    display: grid;
    grid-template-columns: 1fr 50px;
    column-gap: 1rem;
    width: 250px;
}

.event__form-whats img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.event__form-whats img:last-child {
    grid-column: 1 / 3;
    height: 2px;
    object-fit: fill;
}

.event__form form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 4rem 0;
    width: 60%;
}

.event__form form>span {
    margin-top: 2px;
    font-size: 1.1em;
}

.event__form-row {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.event__form-row span {
    flex-shrink: 0;
    font-size: 1.1em;
}

.event__form-row input {
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    color: var(--color-white);
}

.event__form-row input::-webkit-outer-spin-button,
.event__form-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.event__form-row input.rb-1 {
    background-image: url(../assets/img/rainbow-1.png);
}

.event__form-row input.rb-2 {
    background-image: url(../assets/img/rainbow-2.png);
}

.event__form-row input.rb-3 {
    background-image: url(../assets/img/rainbow-3.png);
}

.event__form-textarea {
    display: block;
    padding: 14px 28px 14px 24px;
    width: 100%;
    height: 85px;
    border: 2px solid transparent;
    background: no-repeat url(../assets/img/textarea.png);
    background-size: 100% 100%;
}

.event__form-textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    resize: none;
}

.event__form-textarea textarea::-webkit-scrollbar {
    width: 6px;
}

.event__form-textarea textarea::-webkit-scrollbar-track {
    background-color: #E5E5E5;
    border-radius: 6px;
}

.event__form-textarea textarea::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 6px;
}

.event__form-cont #float-2 {
    transform: unset;
}

#float-5 {
    top: 3rem;
    right: 0;
    width: 310px;
    transform: translate(100%);
}

/* #float-5 img {
    animation: oscillating 2.4s ease infinite;
} */

/* Footer */
.event__footer-contact {
    display: flex;
    gap: 2rem;
    align-items: center;
    height: 80px;
}

.event__footer-urls {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: end;
}

.event__footer-urls img {
    display: block;
    height: 30px;
    object-fit: contain;
}

.event__footer-sm {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event__footer-sm a {
    display: block;
    width: 40px;
}

.event__footer-sm img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.event__footer-sm div {
    display: block;
    width: 1px;
    height: 80px;
    background-color: var(--color-light-blue);
}

.event__footer-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1rem;
    margin: 2rem 1rem 3rem 6rem;
    color: var(--color-white);
    font-family: var(--font-geko);
    font-size: 0.7em;
    font-weight: bold;
}

.event__footer-info p {
    margin: 0;
    text-align: center;
}

.event__footer-info span {
    color: var(--color-blue);
}

.fa-solid .fa-chevron-right {
    font-weight: normal;
}

/* -----------------------------------Responsive----------------------------------- */
@media screen and (max-width: 1080px) {
    .geko__cont {
        grid-template-rows: 16vh 36vh;
    }

    .geko__social-media {
        width: 136px;
    }

    .geko__branding {
        width: 320px;
    }

    .geko__leads {
        height: 72px;
    }

    .geko__reel {
        right: -10px;
        bottom: 1rem;
        width: 180px;
    }

    .services {
        grid-template-rows: 105px auto;
    }

    .serv__title {
        height: 80px;
    }

    .serv__info {
        grid-template-columns: 210px 220px;
        margin: 0 0 0 auto;
    }

    .serv__geko img {
        margin-top: 6rem;
        width: 376px;
    }

    .creat__title {
        height: 62px;
    }

    .creat__cont {
        grid-template-columns: 2fr 9fr 80px;
    }

    .creat__cont img:last-child {
        width: 38px;
    }

    .testimonials>img {
        height: 60px;
    }

    .contact__form {
        margin: 0 0 0 20%;
        padding-top: 6rem;
    }

    .contact__form>img {
        height: 200px;
    }

    #float-1 {
        left: 0;
        width: 100px;
    }

    #float-3 {
        top: 65%;
        left: 0.5rem;
        width: 280px;
    }

    #float-4 {
        right: 5%;
        width: 280px;
    }

    #float-7 {
        width: 240px;
    }

    #float-8 {
        width: 240px;
    }

    .event__info {
        padding: 2.5rem 4rem 2.5rem 9rem;
    }

    .event__banner img {
        height: 250px;
    }

    .event__reel {
        grid-template-columns: 1fr 160px;
        gap: 1rem;
        padding: 6rem 2rem 4rem 9rem;
    }

    #line-1 {
        left: 3rem;
        width: 3rem;
    }

    #line-2 {
        left: 3rem;
    }

    #line-3 {
        left: 3rem;
        width: calc(100% - 5rem - 80px);
    }

    #line-4 {
        right: calc(2rem + 80px);
        height: 50%;
    }

    #line-5 {
        top: calc(3rem + 50% - 9.5px);
        right: calc(2rem + 80px);
    }

    #line-6 {
        top: calc(3rem + 50% - 9.5px);
        right: calc(2rem + 52.5px);
    }

    .event__gallery-cont>img {
        height: 110px;
    }

    .event__form {
        margin: 0 0 0 12%;
    }

    .event__form>img {
        width: 240px;
    }

    #float-5 {
        width: 240px;
    }
}

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

    header,
    .geko__nav {
        padding: 0.5rem 2rem;
    }

    header>img {
        width: 85px;
    }

    .header__btns button,
    .geko__nav button {
        font-size: 1.6em;
    }

    .geko__cont {
        grid-template-rows: 96px 216px;
        padding: 4rem 0rem 0 0rem;
    }

    .geko__branding {
        rotate: -90deg;
        translate: calc(50% - 40px);
    }

    .geko__reel {
        bottom: -1rem;
    }

    .geko__leads {
        bottom: -10vh;
    }

    .services {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 2rem;
        row-gap: 2rem;
    }

    .serv__title {
        height: 70px;
        grid-column: unset;
    }

    .serv__cont {
        grid-column: unset;
        height: max-content;
        min-height: 65vh;
        align-items: start;
    }

    .serv__info {
        grid-template-columns: 180px 220px;
        gap: 0;
        margin: calc(3rem + 240px) 0 0 0;
    }

    .serv__geko img {
        margin-top: 8rem;
        width: 240px;
    }

    .serv__collaps {
        display: none;
    }

    .serv__collap-mob {
        display: flex;
    }

    .creat__cont {
        grid-template-columns: 65px 1fr 65px;
        row-gap: 1rem;
    }

    .creat__title {
        grid-column: 1 / 4;
        margin: 0 auto;
        height: 50px;
    }

    .creat__geko {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        margin: 0 auto;
        width: 130px;
    }

    .creat__video {
        grid-row: 3 / 4;
    }

    .creat__cont img:last-child {
        grid-row: 3 / 4;
        width: 35px;
    }

    .testimonials>img {
        height: 50px;
    }

    .test__grid {
        margin-top: 3rem;
        grid-template-columns: 1fr 1fr;
    }

    .test__swiper {
        grid-column: 1 / 3;
        height: 450px;
    }

    #swiper-btn-left {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    #swiper-btn-right {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .swiper-slide {
        margin: 0;
    }

    #float-1 {
        width: 80px;
    }

    #float-3 {
        top: 75%;
        left: -1.5rem;
        width: 240px;
    }

    #float-4 {
        right: -4rem;
    }

    #float-6 {
        bottom: 0;
        right: 5%;
        width: 240px;
    }

    #float-7 {
        width: 200px;
    }

    #float-8 {
        width: 180px;
        transform: translate(15%, -105%);
    }

    .contact__form form {
        margin: 8rem 0 4rem 0;
        width: 85%;
    }

    .event__banner {
        justify-content: center;
        padding-left: 0;
        height: 60vh;
    }

    .event__banner img {
        height: 180px;
    }

    .event__info {
        padding: 2.5rem 4rem 2.5rem 6rem;
    }

    .event__reel {
        grid-template-columns: 1fr 130px;
        grid-template-rows: auto auto;
        padding: 6rem 2rem 4rem 6rem;
    }

    .event__reel .video-cont {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        margin: 0;
        padding-right: 5rem;
    }

    .event__reel>img {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    #line-1 {
        left: 2rem;
        width: 2rem;
    }

    #line-2 {
        left: 2rem;
    }

    #line-3 {
        left: 2rem;
        width: calc(100% - 4rem - 30px);
    }

    #line-4 {
        right: calc(2rem + 30px);
        height: 50%;
    }

    #line-5 {
        top: calc(3rem + 50% - 9.5px);
        right: calc(2rem + 30px);
    }

    #line-6 {
        top: calc(3rem + 50% - 9.5px);
        right: calc(2rem + 2.5px);
    }

    .event__gallery-cont>img {
        height: 70px;
    }

    .event__gallery {
        grid-template-columns: 3fr 5fr 2fr;
        grid-template-rows: 45% calc(55% - 1rem);
    }

    #img-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    #img-2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    #img-3 {
        grid-column: 2 / 4;
        grid-row: 2 / 3;
    }

    #img-4 {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .event__form>img {
        width: 200px;
    }

    .event__form-cont #float-2 {
        width: 240px;
    }

    .event__form {
        margin-left: 5.5rem;
        width: calc(85% - 5.5rem);
    }

    .event__footer-contact {
        display: grid;
        grid-template-rows: auto 60px auto;
        justify-items: center;
        height: unset;
    }

    .event__footer-info {
        justify-content: center;
        margin: 2rem 1rem 3rem 1rem;
    }

    .event__form-title {
        margin-bottom: 1rem;
    }

    .event__form form {
        margin: 9rem 0 4rem 0;
        width: 100%;
    }

    #float-5 {
        width: 180px;
        transform: translate(15%, -135%);
    }
}

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

    header,
    .geko__nav {
        padding: 0.5rem 1rem;
    }

    .video-cont button {
        font-size: 2.8em;
    }

    .geko {
        padding: 6rem 0.5rem;
    }

    .geko__cont {
        padding: 8rem 0 0 0;
    }

    .geko__social-media {
        top: -1rem;
        width: 102px;
    }

    .geko__branding {
        top: 25vh;
        width: 240px;
    }

    .geko__leads {
        height: 54px;
    }

    .geko__reel {
        bottom: -2rem;
        width: 135px;
    }

    .geko__leads {
        left: 0.5rem;
        bottom: -12vh;
    }

    .serv__title {
        height: 50px;
        grid-column: unset;
    }

    .serv__info {
        grid-template-columns: 220px;
        grid-template-rows: auto auto;
    }

    .serv__info div:first-child {
        grid-row: 2 / 3;
    }

    .serv__geko img {
        margin-top: 2rem;
    }

    .serv__btn-mob img:first-child {
        height: 40%;
    }

    .serv__desc {
        height: 240px;
    }

    #smm-label {
        margin: auto 0;
        height: 10px;
    }

    #lo-label {
        margin: auto 0;
        height: 13px;
    }

    .creat__cont {
        grid-template-columns: 20px 1fr 50px;
        row-gap: 1rem;
    }

    .creat__title {
        height: 40px;
    }

    .creat__cont img:last-child {
        grid-row: 3 / 4;
        width: 28px;
    }

    .test__grid {
        grid-template-rows: auto auto;
    }

    .test__item {
        flex-direction: column;
    }

    .test__item img {
        height: 450px;
    }

    .test__item-comm {
        padding: 20% 23% 40% 14%;
        height: 450px;
    }

    .test__swiper {
        height: 542px;
    }

    .test__item-author {
        margin: 0 1rem 0 0;
        translate: 0 -1.5rem;
    }

    .swiper-wrapper {
        gap: 0.6rem;
    }

    .clients__title img {
        height: 70px;
    }

    .clients__logos img {
        width: 210px;
    }

    .contact__footer-links {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto 60px auto;
        gap: 1rem;
        height: unset;
    }

    .contact__form {
        align-items: center;
        margin: 0;
    }

    .contact__form>img {
        height: 170px;
    }

    .contact__form form {
        gap: 0.8rem;
        width: 90%;
    }

    .contact__form-help {
        grid-template-columns: unset;
        gap: 1rem;
    }

    #float-1 {
        left: -1.3rem;
        width: 75px;
    }

    #float-4 {
        top: 1rem;
        right: -6rem;
    }

    #float-6 {
        right: -1rem;
        width: 210px;
    }

    #float-7 {
        left: 18%;
        width: 180px;
    }

    #float-8 {
        width: 130px;
        transform: translate(15%, -125%);
    }

    .event__banner {
        height: 40vh;
    }

    .event__banner img {
        height: 160px;
    }

    .event__info {
        padding: 2.5rem 4rem 2.5rem 3rem;
    }

    .event__reel {
        gap: 2rem;
        padding: 6rem 1rem 4rem 3rem;
    }

    .event__reel .video-cont {
        padding-right: 3rem;
    }

    #line-1 {
        left: 1rem;
        width: 1rem;
    }

    #line-2 {
        left: 1rem;
    }

    #line-3 {
        left: 1rem;
        width: calc(100% - 1rem - 30px);
    }

    #line-4 {
        right: calc(0rem + 30px);
        height: 55%;
    }

    #line-5 {
        top: calc(3rem + 55% - 9.5px);
        right: calc(0rem + 30px);
    }

    #line-6 {
        top: calc(3rem + 55% - 9.5px);
        right: calc(0rem + 2.5px);
    }

    .event__gallery-text p {
        font-size: 1.1em;
    }

    .event__gallery-text img {
        height: 28px;
    }

    .event__gallery-cont>img {
        height: 58px;
    }

    .event__gallery {
        grid-template-columns: 3fr 4fr 2fr;
    }

    .event__form {
        margin-left: 3.5rem;
        width: calc(90% - 3.5rem);
    }

    .event__form-cont #float-2 {
        right: -1rem;
    }

    .event__form form {
        gap: 0.8rem;
    }
}



/* ------------------------------------Special------------------------------------ */
.hover-img img:last-child {
    display: none;
}

.hover-img:hover img:first-child {
    display: none;
}

.hover-img:hover img:last-child {
    display: block;
}

.white-space {
    display: block;
    width: 100%;
    height: 15vh;
    background-color: var(--color-white);
}



/* --------------------------------Geko Animation-------------------------------- */
.geko__nav-cont.show {
    animation: appear 0.6s ease-in;
}

.geko__nav-cont.hide {
    animation: disappear 0.6s ease-out;
}


@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* @keyframes oscillating {
    0% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-15deg);
    }
} */