html {
    position: relative
}

body,html {
    height: 100%
}

body {
    font-family: Montserrat,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    background: #fff;
    text-align: left;
    margin: auto;
    font-weight: 400;
    font-size: 16px!important;
    color: #000;
    overflow-x: hidden
}

img {
       display: inline-block;
    max-width: 100%;
    height: auto;
    width: 77%;
}

.hero {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    max-height: 45vh;
    width: 100%;
    z-index: 20;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3%;
    height: 100%
}

.hero,.hero:before {
      position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.hero:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 50vh calc(50vh - 3px) 0;
    z-index: -1
}

.hero .motto {
    color: var(--turk-800, #003b4d);
    text-align: center;
    font-family: Audiowide, cursive;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    margin-bottom: 53px;
}

.hero .motto span {
    color: var(--turk-500,#35aece)
}

.hero .logo {
     flex: 1;
    max-height: calc(90% - 155px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .icon .mobile {
    display: none
}

main {
    display: flex;
    height: 100%;
    gap: 4px
}

main section {
    flex: 1;
    display: flex;
    max-width: calc(50% - 2px);
    width: 100%;
    position: relative
}

main section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .3s linear
}

main section .bg img,main section video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

main section a {
    display: flex;
    flex-direction: column;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-decoration: none;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .3s linear
}

main section a .title {
    color: #fff;
    text-align: center;
    font-family: Audiowide,cursive;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px
}

main section a .title span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 8px;
    font-family: Montserrat,sans-serif;
    max-width: 360px
}

main section a .title.shadow {
    text-shadow: #4f6572 -1px 0 10px
}

main section a .explore {
    padding: 8px 12px;
    border: 1px solid var(--White,#fff);
    background: hsla(0,0%,100%,0);
    color: var(--White,#fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

main section a .explore.shadow {
    text-shadow: #4f6572 -1px 0 10px
}

main section a:hover {
    text-decoration: none
}

main section a .silhouette img {
    aspect-ratio: 15/8;
    max-height: 291px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

main section a .silhouette img.mirror {
    transform: scaleX(-1)
}



@media screen and (max-width: 991.98px) {
    body {
        height:100svh
    }

    .motto{
        font-size: 14px;
    }

    main section a .silhouette img {
        aspect-ratio: 15/8;
        max-height: 291px;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .hero {
        position: relative;
        max-height: unset;
        height: auto;
        transform: translateX(0);
        left: 0;
        margin: 0 auto;
        padding: 2rem 0;
        background: #fff;
        width: 100%;
        max-width: 100%
    }

    .icon{
        display: none;
    }

    .hero:before {
        content: none;
        border: none
    }

    .hero .motto {
        color: var(--turk-800,#003b4d);
        text-align: center;
        font-family: Audiowide,cursive;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 12px;
        order: 2
    }

    .hero .motto span {
        color: var(--turk-500,#35aece)
    }

    .hero .logo {
        flex: 1;
        max-height: unset;
        height: auto;
        order: 1;
        margin-bottom: 16px
    }

    .hero .logo svg {
        width: 148px;
        height: 48px
    }

    .hero .icon {
        order: 3;
        position: absolute;
        bottom: -32px
    }

    .hero .icon .desktop {
        display: none
    }

    .hero .icon .mobile {
        display: block
    }

    main {
        flex-direction: column;
        height: calc(100vh - 169px)
    }

    main section {
        max-width: 100%;
        height: calc(50% - 84.5px)
    }

    main section .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        transition: all .3s linear
    }

    main section .bg img,main section video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    main section a {
        display: flex;
        flex-direction: column;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 100%;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-decoration: none;
        z-index: 5;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    main section a .title {
        font-size: 24px;
        margin-bottom: 8px
    }

    main section a .title span {
        font-size: 16px
    }

    main section a .explore {
        display: none
    }

    main section a:hover {
        text-decoration: none
    }

    main section a .silhouette img {
            max-height: 127px;

    }

    main section a .silhouette img.mirror {
        transform: scaleX(-1)
    }
}
