@font-face {
  font-family: "Freigeist";
  src: url("../fonts/Freigeist-Medium.eot");
  src: url("../fonts/Freigeist-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Freigeist-Medium.woff2") format("woff2"), url("../fonts/Freigeist-Medium.woff") format("woff"), url("../fonts/Freigeist-Medium.ttf") format("truetype"), url("../fonts/Freigeist-Medium.svg#Freigeist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Freigeist-WideRegular";
  src: url("../fonts/Freigeist-WideRegular.eot");
  src: url("../fonts/Freigeist-WideRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Freigeist-WideRegular.woff2") format("woff2"), url("../fonts/Freigeist-WideRegular.woff") format("woff"), url("../fonts/Freigeist-WideRegular.ttf") format("truetype"), url("../fonts/Freigeist-WideRegular.svg#Freigeist-WideRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni MT Condensed";
  src: url("../fonts/BodoniMTCondensed-BoldItalic.eot");
  src: url("../fonts/BodoniMTCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniMTCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/BodoniMTCondensed-BoldItalic.woff") format("woff"), url("../fonts/BodoniMTCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/BodoniMTCondensed-BoldItalic.svg#BodoniMTCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Freigeist";
}

.hero_section {
  background-color: #181818;
}
.hero_section .container-fluid {
  padding: 0 2.5rem;
}
.hero_section .container-fluid h1 {
  color: #fff;
  padding-top: 10%;
  font-size: 4.5rem;
}
.hero_section .container-fluid h4 {
  color: #ea5123;
}
.hero_section .container-fluid .row .col p {
  color: #ea5123;
}
.hero_section .container-fluid .row .col-md-3 {
  padding: 0% 4%;
}
.hero_section .container-fluid .row .description {
  padding: 0% 10%;
}

.brand_container {
  height: 100vh;
}
.brand_container .row .col p {
  padding-top: 15%;
  padding-left: 15%;
}

.brand_logo {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.brand_logo .logo_text p {
  padding-top: 7.5%;
  padding-left: 7.5%;
}
.brand_logo .logo_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand_logo .logo_overlay img {
  width: 25%;
}

.font_details {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.font_details .row {
  z-index: 5;
}
.font_details .row .alphabet {
  padding-top: 25%;
  padding-left: 7.5%;
}
.font_details .row .alphabet h2 {
  font-size: 3.5rem;
  color: #163745;
  z-index: 5;
}
.font_details .row .alphabet h5 {
  color: #163745;
  z-index: 5;
}
.font_details .row .big_alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4%;
}
.font_details .row .big_alphabet h2 {
  font-size: 18rem;
  z-index: 5;
}
.font_details .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.font_details .circle::after {
  content: "";
  position: absolute;
  bottom: -35%;
  right: calc(50% - 18vw);
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  background: rgba(181, 181, 181, 0.2784313725);
}

.colors_section {
  position: relative;
}
.colors_section .colors_container {
  width: 100vw;
  height: 100vh;
}
.colors_section .colors_container .row .col p {
  color: #fff;
}
.colors_section .colors_container .brand_text {
  padding-top: 7.5%;
  padding-left: 7.5%;
  color: #DBDBDB !important;
}

.icons_container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.icons_container p {
  padding-top: 7.5%;
  padding-left: 7.5%;
}
.icons_container .row .col .icon_container {
  width: 20%;
  height: 10%;
  background: rgba(247, 235, 235, 0.2);
  border-radius: 10px;
  padding: 4px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.icons_container .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.icons_container .circle::after {
  content: "";
  position: absolute;
  bottom: -35%;
  right: calc(50% - 70vw);
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  background: rgba(181, 181, 181, 0.2784313725);
}

.mockup_container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.mockup_container .row .mobile_col {
  position: relative;
}
.mockup_container .row .mobile_col img {
  width: 55%;
  position: absolute;
  bottom: -25%;
  right: -10%;
}

.big_mockup {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.big_mockup .img_container {
  height: 80%;
  width: 80%;
}
.big_mockup .img_container img {
  width: 85%;
}

.platforms_section {
  height: 100vh;
  width: 100vw;
}
.platforms_section .platforms_text {
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.platforms_section .platforms_text h4 {
  color: #163745;
  font-size: 2.2rem;
  padding-inline: 25%;
  line-height: 2;
}
.platforms_section .platforms_text p {
  color: #DBDBDB;
}
.platforms_section .row {
  height: 55%;
}

.iframe_section {
  height: 100vh;
  width: 100vw;
}
.iframe_section .iframe_text {
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.iframe_section .iframe_text h4 {
  color: #163745;
  font-size: 2.2rem;
  padding-inline: 20%;
  line-height: 2;
}
.iframe_section .iframe_text p {
  color: #DBDBDB;
}
.iframe_section .row {
  height: 70%;
}
.iframe_section .row .col iframe {
  width: 75%;
  height: 95%;
}

.full_page_section {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
}
.full_page_section .full_page_text {
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5%;
}
.full_page_section .full_page_text h4 {
  color: #163745;
  font-size: 1.8rem;
  padding-inline: 20%;
  line-height: 2;
}
.full_page_section .full_page_text p {
  color: #DBDBDB;
}
.full_page_section .row {
  height: 70%;
}

@media (max-width: 768px) {
  .hero_section {
    background-color: #181818;
  }
  .hero_section .container-fluid {
    padding: 0 1.6rem;
  }
  .hero_section .container-fluid h1 {
    color: #fff;
    padding-top: 35%;
    font-size: 2rem;
  }
  .hero_section .container-fluid h4 {
    color: #ea5123;
  }
  .hero_section .container-fluid .row .col p {
    color: #ea5123;
  }
  .hero_section .container-fluid .row .description {
    padding: 0% 4%;
  }
  .brand_container {
    height: 100vh;
  }
  .brand_container .row .col {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand_container .row .col p {
    padding: 0;
    padding-left: 7.5%;
    font-size: 1.4rem;
  }
  .brand_logo {
    position: relative;
  }
  .brand_logo .logo_text {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand_logo .logo_text p {
    font-size: 1.4rem;
  }
  .brand_logo .logo_overlay {
    top: 50%;
    height: 50vh;
  }
  .brand_logo .logo_overlay img {
    width: 40%;
  }
  .font_details .row .alphabet {
    height: 50%;
    padding: 0;
    padding-inline: 7.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .font_details .row .big_alphabet {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .font_details .row .big_alphabet h2 {
    font-size: 7rem;
  }
  .font_details .circle::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 30vw);
    right: calc(-50% + 20vw);
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    background: rgba(181, 181, 181, 0.2784313725);
  }
  .icons_container .row .col .icon_container {
    width: 75%;
    height: 40%;
  }
  .mockup_container {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .mockup_container .row .col {
    height: 50vh;
  }
  .mockup_container .row .mobile_col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mockup_container .row .mobile_col img {
    width: 40%;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
  .big_mockup {
    height: 50vh;
  }
  .big_mockup .img_container img {
    width: 100%;
  }
  .platforms_section {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-block: 10%;
    width: 100vw;
  }
  .platforms_section .platforms_text h4 {
    color: #163745;
    font-size: 1.3rem;
    padding-inline: 0%;
    line-height: 2;
  }
  .platforms_section .platforms_text p {
    color: #DBDBDB;
  }
  .platforms_section .row {
    height: 55%;
  }
  .iframe_section {
    padding-block: 10%;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100vw;
  }
  .iframe_section .iframe_text h4 {
    color: #163745;
    font-size: 1.4rem;
    padding-inline: 0;
    line-height: 2;
  }
  .iframe_section .row {
    height: 20vh;
  }
  .iframe_section .row .col iframe {
    width: 90%;
    height: 100%;
  }
  .full_page_section .full_page_text h4 {
    color: #163745;
    font-size: 1.4rem;
    padding-inline: 5%;
    line-height: 2;
  }
}