/*! project-name v0.0.1 | (c) 2020 YOUR NAME | MIT License | http://link-to-your-git-repo.com */
/* * * * *
*
* Variables
*
* * * * */
/*
* Colors
*/
/* * * * *
*
* Mixins
*
* * * * */
/*
*
* Media Queries
*
*/
/*
*
* Animation Delays
*
*/
/*
*
* Animation Durations
*
*/
/* * * * *
*
* Fonts
*
* * * * */
@font-face {
  font-family: "Ogg-Roman";
  src: url("/assets/fonts/Ogg-Roman.otf") format("opentype"),
    url("/assets/fonts/Ogg-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("/assets/fonts/PPNeueMontreal-Book.otf") format("opentype"),
    url("/assets/fonts/PPNeueMontreal-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ProductSans-Regular";
  src: url("/assets/fonts/ProductSans-Regular.ttf") format("truetype"), url("/assets/fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}


/* * * * *
*
* Animate
*
* * * * */
/*
*
* Animation Duration
*
*/
/* line 59, src/sass/abstracts/_mixins.scss */
.dur__100 {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__200 {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__300 {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__400 {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__500 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__600 {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__700 {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__800 {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__900 {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__1000 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__1100 {
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__1200 {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

/* line 59, src/sass/abstracts/_mixins.scss */
.dur__1300 {
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}

/*
*
* Animation Delays
*
*/
/* line 46, src/sass/abstracts/_mixins.scss */
.del__100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

/* line 46, src/sass/abstracts/_mixins.scss */
.del__1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

/*
*
* Fade In
*
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
* Text Animation
*/
/* line 36, src/sass/base/_animate.scss */
[data-heading-anim] span {
  display: inline-block;
  white-space: pre;
  will-change: transform;
}

/*
* Image Animation
*/
/* line 45, src/sass/base/_animate.scss */
[data-image-anim-wrapper] {
  overflow: hidden;
}

/* line 48, src/sass/base/_animate.scss */
[data-image-anim-wrapper] [data-image-anim] {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  transform: scale(1) translateZ(0);
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
}


/* * * * *
*
* Homepage
*
* * * * */
/* line 6, src/sass/pages/_home.scss */
body,
button,
p {
  margin: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 11, src/sass/pages/_home.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 15, src/sass/pages/_home.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 19, src/sass/pages/_home.scss */
ul li {
  list-style: none;
}

/* line 22, src/sass/pages/_home.scss */
img {
  border: 0;
}

/* line 25, src/sass/pages/_home.scss */
button {
  cursor: pointer;
}

/* line 28, src/sass/pages/_home.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  font-size: inherit;
}

/* line 38, src/sass/pages/_home.scss */
body {
  height: var(--h-100);
  overflow-x: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 400; 
  color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  counter-reset: selected-work;
}



/* line 54, src/sass/pages/_home.scss */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border-radius: 0;
  outline: 0;
  padding: 0;
  border: 1px solid #000;
}

/* line 66, src/sass/pages/_home.scss */
input[type="tel" i] {
  padding: 0;
}

/* line 69, src/sass/pages/_home.scss */
input[type="tel" i]:focus {
  outline-offset: 0;
}

/* line 72, src/sass/pages/_home.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 77, src/sass/pages/_home.scss */
button:focus,
input:focus,
a:focus,
a:active,
select:focus {
  outline: 0;
}

/* line 84, src/sass/pages/_home.scss */
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0;
}

/* line 91, src/sass/pages/_home.scss */
select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #585858;
}

/* line 95, src/sass/pages/_home.scss */
input[type="tel" i]:disabled,
input:disabled {
  color: inherit;
  opacity: 1;
  -webkit-text-fill-color: #585858;
}

/* line 101, src/sass/pages/_home.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 106, src/sass/pages/_home.scss */
.clearfix:after {
  clear: both;
}

/*** CSS Reset ***/
/*** root variables ***/
/* line 112, src/sass/pages/_home.scss */
:root {
  --fullwidth: 100%;
  --h-100: 100vh;
  --black: #0a0a0a;
  --white: #ffffff;
  --blue: #1125aa;
  --yellow: #fed005;
  --orange: #ff213b;
  --green: #bfcf8a;
  --pink: #ff60ff;
  --red: #e75258;
  --purple: #8e68f4;
  --sky-blue: #25bdee;
  --light-grey: #f2f4f0;
  --light-grey1: #e7e7e7;
  --dark-grey: #333;
  --grey3: #3a423a;
  --bg-theme: #c7c0b8;
} 


.ogg-roman {
  font-family: "Ogg-Roman";
}

.neue_montreal {
  font-family: "Neue Montreal";
}


/* line 132, src/sass/pages/_home.scss */
.nopadding {
  padding: 0 !important;
}

/* line 135, src/sass/pages/_home.scss */
.nomargin {
  margin: 0 !important;
}

/*** text property ***/
/* line 141, src/sass/pages/_home.scss */
.tac {
  text-align: center;
}

/* line 144, src/sass/pages/_home.scss */
.tar {
  text-align: right;
}

/* line 147, src/sass/pages/_home.scss */
.tal {
  text-align: left;
}

/* line 150, src/sass/pages/_home.scss */
.ttuc {
  text-transform: uppercase;
}

/* line 153, src/sass/pages/_home.scss */
.tt-lt {
  text-transform: line-through;
}

/* line 156, src/sass/pages/_home.scss */
.tt-ul {
  text-decoration: underline;
}

/* line 159, src/sass/pages/_home.scss */
.lh-1--6 {
  line-height: 1.6;
}

.lh-1--2 {
  line-height: 1.2;
}

.lh-1 {
  line-height: 1;
}

.lh-80perc {
  line-height: 80%;
}

.lh-90perc {
  line-height: 90%;
}

/* line 163, src/sass/pages/_home.scss */
.strike {
  /* text-decoration-line: line-through; */
  position: relative;
  /* text-decoration-color: var(--white);
    -moz-text-decoration-color: var(--white); */
}

/* line 169, src/sass/pages/_home.scss */
.strike::after {
  border-bottom: 1px solid var(--white);
  content: "";
  left: 8px;
  margin-top: calc(2px / 2 * -3);
  position: absolute;
  right: 7px;
  top: 60%;
}

/*** flex property ***/
/* line 180, src/sass/pages/_home.scss */
.d-flex {
  display: -webkit-box;
  display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
}

/* line 186, src/sass/pages/_home.scss */
.flex-row {
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 192, src/sass/pages/_home.scss */
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
}

/* line 198, src/sass/pages/_home.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 203, src/sass/pages/_home.scss */
.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 209, src/sass/pages/_home.scss */
.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 215, src/sass/pages/_home.scss */
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

/* line 222, src/sass/pages/_home.scss */
.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

/* line 229, src/sass/pages/_home.scss */
.flex-nowrap {
  -webkit-box-pack: nowrap;
  -ms-flex-pack: nowrap;
  justify-content: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 235, src/sass/pages/_home.scss */
.flex-wrap {
  -webkit-box-pack: wrap;
  -ms-flex-pack: wrap;
  justify-content: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 241, src/sass/pages/_home.scss */
.flex-aic {
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 247, src/sass/pages/_home.scss */
.flex-aifs {
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 253, src/sass/pages/_home.scss */
.flex-aife {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 259, src/sass/pages/_home.scss */
.flex-asfs {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 266, src/sass/pages/_home.scss */
.flex-afse {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*** position property ***/
/* line 274, src/sass/pages/_home.scss */
.pos-r {
  position: relative;
}

/* line 277, src/sass/pages/_home.scss */
.pos-a {
  position: absolute;
}

/* line 280, src/sass/pages/_home.scss */
.pos-f {
  position: fixed;
}

/* line 283, src/sass/pages/_home.scss */
.d-blk {
  display: block;
}

/* line 286, src/sass/pages/_home.scss */
.doc-none {
  text-decoration: none;
}

/*** Grid System ***/


/* line 294, src/sass/pages/_home.scss */
.col-1 {
  width: calc(100vw / 12);
}

/* line 298, src/sass/pages/_home.scss */
.col-2 {
  width: calc(200vw / 12);
}

/* line 302, src/sass/pages/_home.scss */
.col-3 {
  width: calc(300vw / 12);
}

/* line 306, src/sass/pages/_home.scss */
.col-4 {
  width: calc(400vw / 12);
}

/* line 310, src/sass/pages/_home.scss */
.col-5 {
  width: calc(500vw / 12);
}

.col-5-5 {
  width: calc(550vw / 12);
}

/* line 314, src/sass/pages/_home.scss */
.col-6 {
  width: calc(600vw / 12);
}

/* line 318, src/sass/pages/_home.scss */
.col-7 {
  width: calc(700vw / 12);
}

/* line 322, src/sass/pages/_home.scss */
.col-8 {
  width: calc(800vw / 12);
}

/* line 326, src/sass/pages/_home.scss */
.col-9 {
  width: calc(900vw / 12);
}

/* line 330, src/sass/pages/_home.scss */
.col-10 {
  width: calc(1000vw / 12);
}

/* line 334, src/sass/pages/_home.scss */
.col-12 {
  width: calc(1200vw / 12);
}

/* line 339, src/sass/pages/_home.scss */
.row-1 {
  height: calc(100vw / 12);
}

/* line 342, src/sass/pages/_home.scss */
.row-2 {
  height: calc(200vw / 12);
}

/* line 346, src/sass/pages/_home.scss */
.h-auto {
  height: auto;
}

/* line 349, src/sass/pages/_home.scss */
.pl-col-1 {
  padding-left: calc(100vw / 12);
}

/* line 352, src/sass/pages/_home.scss */
.pr-col-1 {
  padding-right: calc(100vw / 12);
}

.pr-80 {
  padding-right: calc(80vw / 12);
}

.pr-col-40 {
  padding-right: calc(30vw / 12);
}


/* line 355, src/sass/pages/_home.scss */
.pt-col-1 {
  padding-top: calc(100vw / 12);
}

.pt-col-120{
  padding-top: calc(120vw / 12);
}

.pt-col-1-half{
  padding-top: calc(150vw / 12);
}


.pt-col-half{
  padding-top: calc(100vw / 24);
}

/* line 359, src/sass/pages/_home.scss */
.mt-col-1 {
  margin-top: calc(100vw / 12);
}

/* line 362, src/sass/pages/_home.scss */
.mt-col-100 {
  margin-top: calc(100vw / 12);
}

/* line 365, src/sass/pages/_home.scss */
.ml-col-1 {
  margin-left: calc(150vw / 12);
}

/* colors */

.bg-yellow {
  background: var(--yellow);
}

.sw-bg {
  background: #F2F1F0;
}

.idfc-bg {
  background: #fcf0ec;
}

.rmz-bg {
  background: #e8eaed;
}

.spia-bg {
  background: #FAFBFD;
}

.mosaic-bg {
  background: #FAFCFF;
}

.avneet-bg {
  background: #fbf5f3;
}

.rmz-inside-bg {
  background: #dadfe4;
}

.sw-inside-bg {
  background: #eae8e1;
}

.spia-inside-bg {
  background: #EEF2F6;
}

.idfc-inside-bg,
.idfc-banner-bg {
  background: #f7e4de;
}

.mosaic-inside-bg,
.mosaic-banner-bg {
  background: #e9f1fd;
}

.avneet-inside-bg,
.avneet-banner-bg {
  background: #efe4e0;
}

.rmz-theme {
  background: #bb171a;
}

.idfc-theme {
  background: #ea3d44;
}

.spia-theme {
  background: #0751a0;
}

.sw-theme {
  background: #F15922;
}

.mosaic-theme {
  background: #1868f1;
}

.avneet-theme {
  background: #ff4000;
}


/* line 369, src/sass/pages/_home.scss */
.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

/* line 372, src/sass/pages/_home.scss */
.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

/* line 375, src/sass/pages/_home.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 378, src/sass/pages/_home.scss */
.m-t-b-30 {
  margin: 30px 0;
}

/* line 381, src/sass/pages/_home.scss */
.pd-b--20 {
  padding-bottom: 20px;
}

/* line 384, src/sass/pages/_home.scss */
.pd-b-30 {
  padding-bottom: 28px;
}

/* line 387, src/sass/pages/_home.scss */
.pd-t-30 {
  padding-top: 30px;
}

.pd-t-20 {
  padding-top: 20px;
}

/* line 390, src/sass/pages/_home.scss */
.pd-l--20 {
  padding-left: 20px;
}

/* line 393, src/sass/pages/_home.scss */

.w-180 {
  width: 180px;
}

.w-100 {
  width: var(--fullwidth);
}

.w-80 {
  width: 80%;
}

/* line 396, src/sass/pages/_home.scss */
.w-75 {
  width: 75%;
}

.w-60 {
  width: 60px;
}


/* line 399, src/sass/pages/_home.scss */
.space {
  width: 100px;
}

/* line 402, src/sass/pages/_home.scss */
.w-160 {
  width: 160px;
}

/* line 405, src/sass/pages/_home.scss */
.w-50 {
  width: calc(300vw / 12);
}

/* line 409, src/sass/pages/_home.scss */
.h-100 {
  height: 100vh;
}

/* line 412, src/sass/pages/_home.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 415, src/sass/pages/_home.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 418, src/sass/pages/_home.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 421, src/sass/pages/_home.scss */
.mb-50 {
  margin-bottom: 50px;
}


.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

/* line 424, src/sass/pages/_home.scss */
.bg-white {
  background: var(--white);
}

/* line 427, src/sass/pages/_home.scss */
.bg-grey {
  background: var(--dark-grey);
}

/* line 430, src/sass/pages/_home.scss */
.bg-l--grey {
  background: var(--light-grey1);
}

/* line 433, src/sass/pages/_home.scss */
.bg-blue {
  background: var(--blue);
}

/* line 436, src/sass/pages/_home.scss */
.bg-black {
  background: var(--black);
}

/* line 440, src/sass/pages/_home.scss */
.border-r {
  border-right: 1px solid var(--grey3);
}

/* line 443, src/sass/pages/_home.scss */
.border-l {
  border-left: 1px solid var(--grey3);
}

/* line 446, src/sass/pages/_home.scss */
.border-b {
  border-bottom: 1px solid var(--dark-grey);
}
.border-b1 {
  border-bottom: 1px solid var(--light-grey1);
}

/* line 449, src/sass/pages/_home.scss */

.ltr-6 {
  letter-spacing: -10px;
}


.ltr-4 {
  letter-spacing: -4px;
}

/* line 452, src/sass/pages/_home.scss */
.ltr-2 {
  letter-spacing: 2px;
}

.ltr-minus4 {
  letter-spacing: -4px;
}

.ltr-minus2 {
  letter-spacing: -2px;
}

.ltr-1 {
  letter-spacing: -1px;
}


/* line 455, src/sass/pages/_home.scss */
.f-180 {
  font-size: 192px;
}

.f-120 {
  font-size: 120px;
}

.f-80 {
  font-size: 80px;
}

.f-72 {
  font-size: 72px;
}

.f-60 {
  font-size: 60px;
}

.f-56 {
  font-size: 54px;
}

.f-48 {
  font-size: 48px;
}

.f-45 {
  font-size: 46px;
}

.f-40 {
  font-size: 40px;
}

.f-36 {
  font-size: 36px;
}

.f-32 {
  font-size: 32px;
}

.f-28 {
  font-size: 28px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

/* line 464, src/sass/pages/_home.scss */
.f-14 {
  font-size: 14px;
}

/* line 467, src/sass/pages/_home.scss */
.f-15 {
  font-size: 15px;
}

/* line 470, src/sass/pages/_home.scss */
.f-16 {
  font-size: 16px;
}

/* line 473, src/sass/pages/_home.scss */
.f-18 {
  font-size: 18px;
}

/* line 476, src/sass/pages/_home.scss */
.f-20 {
  font-size: 20px;
}

.f-24 {
  font-size: 24px;
}

/* line 479, src/sass/pages/_home.scss */
.f-28 {
  font-size: 28px;
}


/* line 485, src/sass/pages/_home.scss */
.f-100 {
  font-size: 100px;
}

/* line 488, src/sass/pages/_home.scss */
.o-hid {
  overflow: hidden;
}

/* line 491, src/sass/pages/_home.scss */
.ws-nowrap {
  white-space: nowrap;
}

/* line 495, src/sass/pages/_home.scss */
.fw-700 {
  font-weight: 700;
}

/* line 498, src/sass/pages/_home.scss */
.fw-500 {
  font-weight: 500;
}

/* line 501, src/sass/pages/_home.scss */
.fw-300 {
  font-weight: 300;
}

/* line 505, src/sass/pages/_home.scss */
.clr-w {
  color: var(--white);
}

/* line 508, src/sass/pages/_home.scss */
.clr-b {
  color: var(--black);
}

/* line 511, src/sass/pages/_home.scss */
.clr-o {
  color: var(--orange);
}

.clr-gr {
  color: var(--grey3);
}


/* line 514, src/sass/pages/_home.scss */
.pd-20 span {
  padding: 0 20px;
}

/* line 517, src/sass/pages/_home.scss */
.w-1920 {
  width: 1920px;
}

/* line 520, src/sass/pages/_home.scss */
.cur-p {
  cursor: pointer;
}

/* line 528, src/sass/pages/_home.scss */
.title {
  padding: 20px 0 4px;
}

/* .work--img{
    margin-left: 20px;
} */
/* line 536, src/sass/pages/_home.scss */
header,
footer {
  z-index: 2;
  position: fixed;
  width: 100%;
  mix-blend-mode: exclusion;
}

/* line 542, src/sass/pages/_home.scss */
.top--0 {
  top: 0;
}

/* line 545, src/sass/pages/_home.scss */
.bottom--0 {
  bottom: 0;
}

/* line 548, src/sass/pages/_home.scss */
.op-75 {
  opacity: 0.75;
}

.op-80 {
  opacity: 0.8;
}


/* line 551, src/sass/pages/_home.scss */
.op-50 {
  opacity: 0.5;
}

.op-1 {
  opacity: 0.9;
}

.op10 {
  opacity: .1;
}


/* line 555, src/sass/pages/_home.scss */
.work--img {
  transform: translate3d(-3px, 0px, 0px), scale(1, 1);
  -webkit-transform: translate3d(-3px, 0px, 0px), scale(1, 1);
  -moz-transform: translate3d(-3px, 0px, 0px), scale(1, 1);
  -ms-transform: translate3d(-3px, 0px, 0px), scale(1, 1);
  -o-transform: translate3d(-3px, 0px, 0px), scale(1, 1);
  transition: opacity 600ms cubic-bezier(0.25, 0.5, 0.5, 1) 0.5s;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.5, 0.5, 1) 0.5s;
  -moz-transition: opacity 600ms cubic-bezier(0.25, 0.5, 0.5, 1) 0.5s;
  -ms-transition: opacity 600ms cubic-bezier(0.25, 0.5, 0.5, 1) 0.5s;
  -o-transition: opacity 600ms cubic-bezier(0.25, 0.5, 0.5, 1) 0.5s;
}

/* line 568, src/sass/pages/_home.scss */
.cusmouse {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #c80000;
  border-radius: 10px;
  pointer-events: none;
}


/* line 597, src/sass/pages/_home.scss */
.height-marker {
  height: 2000px;
  width: 1px;
  position: absolute;
  visibility: hidden;
}

/* line 604, src/sass/pages/_home.scss */
#target {
  width: 300px;
  height: 50px;
  background: blue;
  position: fixed;
  margin: 50px;
  border-radius: 10px;
}

/*   Custom Mouse */
/* line 615, src/sass/pages/_home.scss */
#container {
  display: block;
  position: relative;
  height: 200px;
  width: 200px;
  background-color: #a37a00;
  border-radius: 10px;
}

/* line 624, src/sass/pages/_home.scss */
.box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #c80000;
  border-radius: 10px;
  pointer-events: none;
}

/* line 636, src/sass/pages/_home.scss */
.green {
  background: green;
}

/* line 640, src/sass/pages/_home.scss */
.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 644, src/sass/pages/_home.scss */

/* line 651, src/sass/pages/_home.scss */
#welcome {
  /* background: url(../img/we.gif); */
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

/* line 658, src/sass/pages/_home.scss */


/* line 665, src/sass/pages/_home.scss */
.time,
.role,
.corp {
  width: 200px;
}

/* line 671, src/sass/pages/_home.scss */
.role {
  text-align: left;
}

/* line 689, src/sass/pages/_home.scss */
#scroll-wrapper {
  position: relative;
  overflow: hidden;
  height: var(--h-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 697, src/sass/pages/_home.scss */
#scroll-wrapper>section {
  height: var(--h-100);
}

/* line 701, src/sass/pages/_home.scss */
#scrollbar {
  position: relative;
  /* height: 3px; */
  background: var(--light-grey);
  opacity: .5;
}

/* line 707, src/sass/pages/_home.scss */
#scrollbar-handle {
  position: absolute;
  width: calc(50vw / 12);
  bottom: 0;
  height: 2px;
  background: var(--white);
}

/* line 715, src/sass/pages/_home.scss */
.try {
  width: 600px;
  height: 250px;
  position: relative;
  left: -50px;
  -webkit-transform: translate3d(-3.21727px, 0px, 0px) scale(1, 1);
  transform: translate3d(-3.21727px, 0px, 0px) scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/* line 725, src/sass/pages/_home.scss */
#bgimg,
.banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 730, src/sass/pages/_home.scss */
.pan--image {
  will-change: transform;
}

/* line 734, src/sass/pages/_home.scss */
.big {
  display: block;
}

/* line 738, src/sass/pages/_home.scss */
.pan {
  display: block;
}

/* line 742, src/sass/pages/_home.scss */
#gredient-bg {
  overflow: hidden;
  background-image: radial-gradient(circle at center, #e08e79, #f1d4af, #ece5ce, #c5e0dc);
}

/* line 752, src/sass/pages/_home.scss */
#gredient-bg>.canvas_wrapper {
  width: 50vw;
  height: 100vh;
  -webkit-filter: url("#goo");
  filter: url("#goo");
}

/* line 759, src/sass/pages/_home.scss */
.content__item {
  --imgwidth: calc(var(--imgwidthmax) * var(--aspect-ratio));
  width: var(--imgwidth);
  max-width: 100%;
  position: relative;
  will-change: transform;
  height: 120px;
}

/* line 768, src/sass/pages/_home.scss */
.content__item-img {
  --overflow: 40px;
  height: calc(100% + (2 * var(--overflow)));
  top: calc(-1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
  opacity: 0.8;
}

/* line 780, src/sass/pages/_home.scss */
#workimg {
  width: 66.666666%;
  position: relative;
  visibility: visible;
  -webkit-transition: visibility 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out;
}

/* line 787, src/sass/pages/_home.scss */
#imgContainer {
  background-image: url("../img/5ea88c4c3c319262835125.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* pan image animation */
/* line 797, src/sass/pages/_home.scss */
.wrapper {
  width: 100%;
}

/* line 801, src/sass/pages/_home.scss */
.img {
  /* position: relative; */
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

/* line 807, src/sass/pages/_home.scss */
.img::before {
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 814, src/sass/pages/_home.scss */
.img-vert::before {
  padding-bottom: 125%;
}

/* line 817, src/sass/pages/_home.scss */
.img-hor::before {
  padding-bottom: 62.5%;
}

/* line 820, src/sass/pages/_home.scss */
.img-square::before {
  padding-bottom: 100%;
}

/* line 824, src/sass/pages/_home.scss */
.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 99999;
}

/* line 834, src/sass/pages/_home.scss */
.image {
  position: relative;
  visibility: visible;
  -webkit-transition: visibility 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out;
}

/* line 840, src/sass/pages/_home.scss */
.panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  background: white;
  z-index: 10;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}

/* line 853, src/sass/pages/_home.scss */
.image:nth-child(3n + 1) .inner {
  background-image: url("../img/log5.jpg");
}

.anim {
  transition-delay: .1s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: scale(1);
}

/* New */

.mt-col-200 {
  margin-top: calc(200vw / 12);
}

.mt-col-300 {
  margin-top: calc(300vw / 12);
}

.mt-col-120 {
  margin-top: calc(120vw / 12);
}

.mb-5 {
  margin-bottom: 5px;
}

.media-banner {
  padding-top: 0;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15{
  margin-top: 15px;
}

.mt-8 {
  margin-top: 8px;
}

.z-1 {
  z-index: -1;
}

.mb-col-1 {
  margin-bottom: calc(100vw / 12);
}

.pt-col-80 {
  padding-top: calc(80vw / 12);
}

.pt-col-50 {
  padding-top: calc(50vw / 12);
}

.pb-col-100 {
  padding-bottom: calc(100vw / 12);
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -150%;
  margin-bottom: 20px;
}

.project .arrow .cur {
  opacity: 0;
}

.w-auto {
  width: auto;
}


::-webkit-scrollbar {
  width: 1;
  display: none;
}

.progressbar {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  width: 3px;
  z-index: 1;
}

.progressbar-home {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  height: 3px;
  z-index: 1;
}

.next-up {
  display: block;
  user-select: none;
  position: relative;
}

.next-up a {
  font-size: 16px;
  font-weight: 500;
}

.next-up span {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 999;
}


.mr-col-divide-half {
  margin-right: calc(50vw / 12);
}

.ml-col-divide-half {
  margin-left: calc(50vw / 12);
}

.rmz-img {
  background-image: url("/assets/rmz/rmz-cover1.jpg");
}

.sw-img {
  background-image: url("/assets/jpegs/sw-cover.jpg");
}

.spia-img {
  background-image: url("/assets/jpegs/spia-bg.jpg");
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.scroll-container {

  overflow: hidden;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.trycss {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-me-banner {
  width: 240px;
}

.about-me-text {
  position: absolute;
  text-align: center;
  bottom: 40%;
  left: 25%;
  /* writing-mode: vertical-lr;
  transform: rotate(180deg) translate3d(14px,0,0); */
  opacity: .5;
}

.soci-icon {
  opacity: 0;
}

.pd--l-36 span {
  padding-left: 36px;

}

.copy-text span {
  padding-left: 8px;
  padding-bottom: 4px;

}

.soci-icon {
  transform: translateZ(0);
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.plus-rotate {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lh-1--4 {
  line-height: 1.4;
}

.separater {
  height: 1px;
  margin: 0 40px;
  background: var(--grey3);
  width: var(--fullwidth);
  opacity: .2;
}
.sec__divider {
  /* border: 1px solid var(--grey3); */
  border-bottom: 1px solid var(--light-grey1);
  width: var(--fullwidth);
  margin: 100px 0;
  opacity: 0.75;
}

.separater_home{
  height: 1px;
  margin: 10px 0px;
  background: var(--white);
  width: 240px;
  opacity: .2;
}

#chqbook-process .separater {
  height: 1px;
  margin: 0 40px;
  background: var(--black);
  width: var(--fullwidth);
  opacity: .3;
}

.soci-icon {
  color: #fff;
}

footer .plus {
  mix-blend-mode: exclusion;
}

.plus {
  width: 13px;
  height: 13px;
  position: relative;
  display: block;
}

.plus-line {
  position: absolute;
  display: block;
  background: #fff;
}

.plus-line:first-child {
  top: 6px;
  height: 1px;
  width: 100%;
}

.plus-line:last-child {
  left: 6px;
  width: 1px;
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.pd-12 {
  padding: 12%;
}

.addons {
  border: 2px solid #01051e;
  border-radius: 4px;
}

/* Image delay Animation */
.delayed_animation .imgCanvas,
.delayed_animation img {
  will-change: transform;
  margin: 0 auto;
  margin-top: calc(100vw / 12);
}

.pos-r.imgCanvas,
.pos-r.imgCanvas img {
  margin-top: 0 !important;
}

.pp p {
  padding: 10px;
}


/* new try hover effects */

.container-items {
  position: relative;
  bottom: 0;
  width: 100%;
  height: calc(200vw / 12);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.item {
  position: relative;
  font-family: "Simplo-Regular";
  transition: all 1s cubic-bezier(0.80, 0, 0.80, 0.80);
}

/* img {
	width: 100%;
} */

.container-img-wrap {
  position: absolute;
  top: -48rem;
  left: -18rem;
  width: 380px;
  height: 260px;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

.container-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.m-O-auto {
  margin: 0 auto;
  ;
}

.line {
  width: 2rem;
  height: 1px;
  margin-right: 1rem;
  margin-left: 1rem;
  background: var(--black);
}

.t-intent {
  text-indent: 4em;
}

.t-intent2 {
  text-indent: 2em;
}

.copy-right {}

.row-2m {
  height: calc(200vw / 4);
}

.bracket {
  /* border: 1px solid rgb(255 255 255 / 20%);
  background: #171717;
  padding: 0 16px 0; */
  border-radius: 30em;
  color: var(--white);
  margin: 0 10px 0 0;
}
.bracket1 {
  border: 1px solid var(--bg-theme);
  /* background: #171717; */
  padding: 8px 24px 10px;
  border-radius: 30em;
  margin: 12px 12px 0 0;
}

.mrg-10 {
  margin: 0 10px;
  ;
}

.gradient-text {
  -webkit-animation: gradientText 7s linear infinite;
  animation: gradientText 7s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/assets/pngs/text-gradient-bg.png);
  background-position: 0 75%;
  background-repeat: repeat;
  background-size: 200% 200%;
  color: transparent;
  transform: translateZ(0);
}

@-webkit-keyframes gradientText {
  0% {
    background-position: 0 75%;
  }

  to {
    background-position: 200% 75%;
  }
}

@keyframes gradientText {
  0% {
    background-position: 0 75%;
  }

  to {
    background-position: 200% 75%;
  }
}

.gradient-text1 {
  -webkit-animation: gradientText 7s linear infinite;
  animation: gradientText 7s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(/assets/jpegs/gradient_effect.jpeg);
  background-position: 0 75%;
  background-repeat: repeat;
  background-size: 200% 200%;
  color: transparent;
  transform: translateZ(0);
}

@-webkit-keyframes gradientText1 {
  0% {
    background-position: 0 75%;
  }

  to {
    background-position: 200% 75%;
  }
}

@keyframes gradientText1 {
  0% {
    background-position: 0 75%;
  }

  to {
    background-position: 200% 75%;
  }
}


.rotate {
  -webkit-transform: rotate(-90deg);
  -ff-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 32s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.marq_br{
  border: 1px solid rgb(255 255 255 / 20%);
  background: #171717;
  padding: 20px 0 30px;
}

.rotate-text {
  position: relative;
  overflow: hidden;
}

.rotate-text>span {
  float: left;
  height: 60px;
  position: relative;
  white-space: nowrap;
  bottom: 0;
  left: 0;
  animation: ticker 6s;
  animation-iteration-count: infinite;
  animation-delay: 6s;
}

@keyframes ticker {
  0% {
    bottom: 0;
  }

  20% {
    bottom: 60px;
  }

  40% {
    bottom: 120px;
  }

  60% {
    bottom: 0;
  }

  80% {
    bottom: 60px;
  }

  100% {
    bottom: 120px;
  }
}

.br__br{
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 50px;
  background: #171717;
  color: var(--white);
  padding: 0px 24px;
  margin: 0px 0px 0px 8px;
}

.dev{
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* @keyframes ticker {
  0% {
    bottom: 0;
 }
  10% {
    bottom: 0;
 }
  20% {
    bottom: 60px;
 }
  30% {
    bottom: 60px;
 }
  40% {
    bottom: 120px;
 }
} */

.mobile-desktop {
  width: 48px;
  height: 48px;
  margin: 20px 0;
}


@media only screen and (max-width: 1023px) {
  body main#scroll-wrapper {
    display: none;
  }

}

.aboutme__intro {
  display: flex;
  align-items: center;
  grid-column-gap: 1vw;
  white-space: nowrap;
}

.about__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1vw;
  white-space: nowrap;
  border: 1px solid rgb(255 255 255 / 20%);
  background: #171717;
  padding: 20px 0 30px;
}

/* .br__br{
  border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 25px 25px 25px 25px;
    background: #171717;
    color: var(--white);
    padding: 8px 16px;
    margin: 4px 0;
    width: max-content;
} */

.small_text__line{
  border-bottom: 1px solid var(--dark-grey);
  width: var(--fullwidth);
  padding: 10px 0;
}

.arrow-rotate{
  width: 100px;
  filter: invert(1);
  rotate: -120deg;
  margin-top: 20px;
  /* top: 43%;
  position: absolute;
  left: 33%; */
  opacity: .2;
} 

.arrow-right{
  width: 72px;
  filter: invert(1);
  rotate: -30deg;
  opacity: .2;
  margin-bottom: 32px;
}

.scribble {
  width: 72px;
  filter: invert(1);
  rotate: 50deg;
  opacity: .2;
  margin-bottom: 32px;
}


section .experience{
 position: relative;
 flex: 1;
}


/* section#\#one, 
section#\#three, 
section#\#four */
/* section#\#five */
/* {
  display: none;
} */


.maskTry{
  font-family: "Neue Montreal";
  font-size: 22px;
  line-height: 1.4;
  color: var(--white);
}
.maskTry > p{
 /* background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(37, 37, 37) 50%);
 background-size: 200% 100%;
 background-position-x: 100%;
 color: transparent;
 background-clip: text;
 -webkit-background-clip: text; */
 /* margin-bottom: -250%;
 margin-left: 50px; */
}

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

.rotate2{
  transform: rotate(-20deg);
}

.line0{
  line-height: 0;
}


/* decor */

.decor-circle{
  position: absolute;
  top: 20px;
  mix-blend-mode: multiply;
  left: -40px;
}

.decor-up-arrow{
  position: absolute;
  top: 20px;
  mix-blend-mode: multiply;
  right: 40%;
}

.decor-down-arrow{
  position: absolute;
    bottom: -40%;
    mix-blend-mode: multiply;
    left: 16%;
}

.decor-line{
  position: absolute;
    bottom: -16%;
    mix-blend-mode: multiply;
    left: 30%;
}

.helloWorld{
  margin: -40px 0 0 -14px;
}

.pd-r100{
  padding-right: 100px;
}