@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

:root{
    --font-family: "Montserrat";
    --bg: #083792;
    --white: #fff;
    --black: #020123;
    --green: #ACF75E;
    --navy: #01256B;
    --title-fs: 44px;
    --heading-fs: 27px;
    --large-fs: 20px;
    --medium-fs: 18px;
    --default-fs: 16px;
    --small-fs: 14px;
    --xsmall-fs: 13px;
    --regular-fw: 400;
    --bold-fw: 700;
}

@media (max-width:767px){
    :root{
        --title-fs: 42px;
        --heading-fs: 24px;
        --large-fs: 18px;
        --medium-fs: 16px;
        --default-fs: 14px;
        --small-fs: 14px;
        --xsmall-fs: 13px;
    }
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:768px){
    .justify-items-md-end {
        justify-items: end;
    }
}

@media (max-width:767px){
    .justify-items-end {
        justify-items: end;
    }
}

body {
    background: var(--bg);
    color: var(--white);
    font-family: var(--font-family);
    font-size: var(--default-fs);
    font-weight: var(--regular-fw);
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

header {
    padding: 65px 0 90px 0;
    position: relative;
    background: conic-gradient(from 117deg at 53.2% 20.25%, #083997 53.57289791107178deg, #032159 360deg);
}

header:after {
    content: "";
    background: url('../images/icon-arrow-down.svg');
    position: absolute;
    bottom: 35px;
    right: 50%;
    width: 36px;
    height: 20px;
    margin-right: -18px;
}

header .logo {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 30px 0;
}

header .logo a {
    display: block;
}

.headingText {
    margin: 0 0 65px 0;
}

.item {
    text-align: center;
}

.item img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.item h2 {
    font-size: var(--heading-fs);
    font-weight: var(--bold-fw);
    margin: 0 0 20px 0;
}

.item-app {
    margin: 0 15px;
    height: 366px;
    border-radius: 36px 36px 0 0;
    position: relative;
    background: linear-gradient(180deg, #E1E1E1 0%, rgba(123, 123, 123, 0.00) 100%);
}

@media (max-width:767px){
    .item-app {
        height: 306px;
    }
}

.item-app-image {
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 28px 28px 0 0;
    background: url('../../files/yaristayiz_appImage.png') no-repeat 50% 88%;
    background-size: 100%;
}

.item-app:after {
    content: "";
    background: linear-gradient(0deg, rgba(8,55,146,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.item-x-image {
    background: url('../../files/item-x-bg.png') no-repeat 50% 30%;
    background-size: 110%;
}

.item-footer {
    margin-top: 10px;
}

.item-cta {
    margin: 45px 0;
}

.item-cta a {
    font-size: var(--large-fs);
    height: 30px;
    line-height: 30px;
    color: var(--white);
    text-decoration: none;
    position: relative;
    padding-right: 36px;
}

.item-cta a:after {
    content: "";
    background: url('../images/icon-arrow-right.svg');
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.item-cta-x a {
    background: url('../images/icon-x.svg') no-repeat left center;
    background-size: auto 22px;
    padding-left: 50px;
}

.item-cta-youtube a {
    background: url('../images/icon-youtube.svg') no-repeat left center;
    background-size: auto 30px;
    padding-left: 60px;
}

section.video {
    background:url('../images/bg-video.png') repeat-x 0 50%;
    margin: 200px 0 100px 0;
    animation: animatedBackground 4s linear infinite;
    overflow: hidden;
}

@keyframes animatedBackground {
    from {
        background-position: 75% 50%;
    }
    to {
        background-position: -75% 50%;
    }
}


@media (max-width:767px){
    section.video {
        margin: 100px 0 100px 0;
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: var(--black);
    border-radius: 30px;
    overflow: hidden;
}

.video-shadow {
    background: url('../images/video-shadow.png') no-repeat top center;
    background-size: contain;
    position: relative;
    bottom: 0;
    margin-left: -10%;
    width: 120%;
    height: 60px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact {
    font-size: var(--small-fs);
    margin-bottom: 180px;
}

.contact h2 {
    font-size: var(--title-fs);
    font-weight: var(--bold-fw);
    margin: 0 0 15px 0;
}

.contact h3 {
    font-size: var(--medium-fs);
    font-weight: var(--bold-fw);
    margin: 0 0 11px 0;
}

.contact a {
    color: var(--green);
    text-decoration: none;
}

footer {
    background: var(--navy);
}

.footer-header {
    padding: 50px 0 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.footer-header p {
    font-size: var(--medium-fs);
}

.footer-info {
    padding: 40px 0 32px 0;
    line-height: 24px;
}

.footer-info a {
    color: var(--white);
    text-decoration: none;
    font-size: var(--small-fs);
    margin-left: 40px;
}

@media (max-width:767px){
    .footer-info a {
        margin: 0 40px 0 0;
    }
}

.download-app {
    font-size: var(--small-fs);
    text-align: left;
}

@media (max-width:767px){
    .download-app {
        margin-top: 20px;
    }
}

.download-app a {
    color: var(--white);
    text-decoration: none;
}

.download-app-heading {
    line-height: 20px;
    margin: 0 0 15px 0;
}

.download-app-container {
    display: flex;
    flex-direction: row;
}

.download-app-links {
    width: 140px;
}

.download-app-links a {
    display: inline-block;
    /*border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 100px;*/
    line-height: 36px;
    padding: 0 14px;
    margin-bottom: 12px;
}

.download-app-links a img {
    margin-right: 6px;
}

.download-app-qr {
    display: block;
    width: 84px;
    margin-left: 16px;
}

.download-app-qr img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-form {
    border-radius: 24px;
    background: rgba(215, 233, 250, 0.50);
    box-shadow: 0 32px 54px -16px rgba(91, 130, 155, 0.20);
    backdrop-filter: blur(8px);
    padding: 24px 20px;
}

@media (max-width:767px){
    .contact-form {
        margin-top: 50px;
    }
}

.contact-form .form-label {
    color: var(--black);
    font-size: var(--xsmall-fs);
}

.contact-form .form-control {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.60);
}

.contact-form textarea.form-control {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.60);
    height: 74px;
    resize: none;
}

.contact-form button {
    background: var(--green);
    border: 0;
    outline: 0;
    color: var(--black);
    height: 46px;
    font-size: var(--xsmall-fs);
    font-weight: var(--bold-fw);
    line-height: 46px;
    border-radius: 14px;
    padding: 0;
    width: 130px;
}

.contact-form button:hover {
    color: var(--white);
    background-color: var(--navy);
    border-color: var(--navy);
}