@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Rubik:wght@300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-size: 1.6rem;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../images/landing-page.png");
  font-family: "Rubik", sans-serif; }

ul {
  list-style: none; }

.page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%; }

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1b55a037;
  padding: 20px; }
  .header .inner-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0px -1px 0px 0px rgba(27, 84, 160, 0.5) inset, 0px 0px 25px 0px rgba(27, 84, 160, 0.1), 0px 0px 10px 0px rgba(27, 84, 160, 0.1);
    backdrop-filter: blur(4.5px); }
    .header .inner-card .logo {
      display: flex;
      justify-content: center;
      align-items: center; }
      .header .inner-card .logo img {
        width: 80px;
        height: auto; }
    .header .inner-card .seperator {
      width: 1px;
      height: 16px;
      margin: 0 16px;
      border-radius: 999px;
      opacity: 0.2;
      background: #1B54A0; }
    .header .inner-card .social {
      display: flex;
      justify-content: center;
      align-items: center; }
      .header .inner-card .social ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .header .inner-card .social ul li {
          display: flex;
          justify-content: center;
          align-items: center; }
          .header .inner-card .social ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px;
            transition: .3s all ease; }
            .header .inner-card .social ul li a:hover {
              transform: scale(1.1); }
            .header .inner-card .social ul li a img {
              width: 20px;
              height: 20px; }

.content-ctr {
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
  max-width: 1280px; }
  @media (min-width: 768px) {
    .content-ctr {
      padding: 100px 20px;
      padding-bottom: 0; } }
  .content-ctr .content-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../images/bg_logo.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    gap: 16px;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .content-ctr .content-text {
        gap: 32px;
        padding-top: 120px;
        padding-bottom: 80px;
        margin-bottom: 100px; } }
    .content-ctr .content-text .hi {
      color: #FFF;
      text-align: center;
      font-size: 50px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media (min-width: 768px) {
        .content-ctr .content-text .hi {
          font-size: 80px; } }
    .content-ctr .content-text .title {
      color: #FFF;
      text-align: center;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: inline-block;
                      /* 
justify-content: flex-start;
align-items: center; */
      gap: 10px; }
      @media (min-width: 768px) {
        .content-ctr .content-text .title {
          font-size: 40px; } }
    .content-ctr .content-text .text {
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 750px;
      text-align: center; }
      @media (min-width: 768px) {
        .content-ctr .content-text .text {
          font-size: 20px; } }
  .content-ctr .content-video {
    border-radius: 24px;
    box-shadow: 0px 4px 40px 0px rgba(27, 84, 160, 0.26), 0px -8px 32px 0px rgba(0, 0, 0, 0.15) inset, 0px 8px 24px 5px rgba(255, 255, 255, 0.15) inset, 0px 1px 2px 0px rgba(255, 255, 255, 0.5) inset;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .content-ctr .content-video {
        border-radius: 36px; } }
    .content-ctr .content-video #overlay {
      position: absolute;
      top: 0;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .content-ctr .content-video #overlay:hover img {
        transform: scale(1.1); }
      .content-ctr .content-video #overlay img {
        transition: .3s all ease;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .content-ctr .content-video #overlay .play-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3; }
        @media (min-width: 768px) {
          .content-ctr .content-video #overlay .play-icon {
            width: 88px; } }
        .content-ctr .content-video #overlay .play-icon img {
          width: 100%;
          height: auto; }
    .content-ctr .content-video iframe {
    /* 
display: none; */
      width: 100%;
      max-width: 1280px; }

.content-footer {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  position: relative;
  animation: sonsuz-kaydir 2s linear infinite; }
  @media (min-width: 768px) {
    .content-footer {
      margin: 120px 0; } }
  .content-footer .line-go {
    position: absolute;
    width: 100%; }
  .content-footer .tipo {
    width: 90%;
    max-width: 570px; }

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #1b55a037;
  padding: 20px; }
  .footer .inner-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0px -1px 0px 0px rgba(27, 84, 160, 0.5) inset, 0px 0px 25px 0px rgba(27, 84, 160, 0.1), 0px 0px 10px 0px rgba(27, 84, 160, 0.1);
    backdrop-filter: blur(4.5px);
    flex-direction: column;
    gap: 16px; }
    .footer .inner-card .logo {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer .inner-card .logo img {
        width: 80px;
        height: auto; }
    .footer .inner-card .seperator {
      width: 1px;
      height: 16px;
      margin: 0 16px;
      border-radius: 999px;
      opacity: 0.2;
      display: none;
      background: #1B54A0; }
    @media (min-width: 768px) {
      .footer .inner-card {
        flex-direction: row;
        gap: 0; }
        .footer .inner-card .seperator {
          display: flex; } }
    .footer .inner-card span {
      color: #1B54A0;
      text-align: center;
      font-size: 10px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
    .footer .inner-card .social {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer .inner-card .social ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer .inner-card .social ul li {
          display: flex;
          justify-content: center;
          align-items: center; }
          .footer .inner-card .social ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px;
            transition: .3s all ease; }
            .footer .inner-card .social ul li a:hover {
              transform: scale(1.1); }
            .footer .inner-card .social ul li a img {
              width: 20px;
              height: 20px; }

/*# sourceMappingURL=style.css.map */
