* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #151B55;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
}

/* LIST */
dl, ol, ul {
  list-style: none;
     margin: 0;
  padding: 0;
}

/* FORM */
.left-nav input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  display: block;
  float: left;
  height: 100vh;
  width: 150px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  transition: background 300ms ease;
  display: flex;
  justify-content: center;
    align-items: center;
    flex-direction: column;
}

label:hover {
  transition-duration: 0s;
}

li:nth-child(even) > input + label {
  background: #3a4059;
}

label:hover,
li:nth-child(even) > input + label:hover {
  /*background: #2196f3;*/
  color: #fff;
  cursor: pointer;
}

input[type=checkbox]:checked ~ label {
  /*background: #2196f3;*/
  color: #fff;
  /*cursor: default !important;*/
  
}
.content-area .content {
	height: 90%;
}
p {
	font-weight: 300;
    font-size: 20px;
}
.left-nav {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;

     -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;   
}
/* SLIDES */
.accslide {
  display: block;
  height: 100%;
  width: 0px;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-sizes: 12px;
  line-height: 1.5;
  transition: all 700ms ease;
}
.data-v-cnter {
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
    overflow: hidden;
}
/*.accslide * {
  padding-left: 10px;
}*/
.inside-logo {
  margin-bottom: 30px;
}
.accslide img {
  margin-top: 10px;
}
.end {
/*  padding-left: 7px;
  font-size: 1.2em;
  white-space: nowrap;
  transform: rotate(90deg);*/
  background-color: red;
  width: 100px;
  height: 200px;
  float: right;
}
input[type=checkbox]:not(:checked) ~ label > * {
  font-size: 1.2em;
  white-space: nowrap;
/*  transform: rotate(90deg);*/
}

input[type=checkbox]:checked ~ label > * {
  /*display: none;*/

  font-size: 1.2em;
  white-space: nowrap;
 /* transform: rotate(90deg);*/

}

li:nth-child(1):nth-last-child(2) input[type=checkbox]:checked ~ .accslide {
  width: calc(100% - 300px);
}
input[type=checkbox]:checked ~ label > .open-close img {
    transform: rotate(181deg);
}
input[type=checkbox]:checked ~ label > .open-close {
    background-color: #E5004C;
}
li:nth-child(2):nth-last-child(1) input[type=checkbox]:checked ~ .accslide {
  width: calc(100% - 300px);
}
.creative {
	background-color: #151b56;
	position: relative;
}
.creative div {
	position: relative;
	z-index: 1;
}
.creative img {
	width: 108px;
}
.creative-wrapper .content-area{
	background-color: #151b56;
	height: 100vh;
}
.creative:after {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/creative_bg.svg);
	background-size:108px;
	background-repeat: no-repeat;
    background-position: center bottom;
}
.active-left-nav {
	z-index: 101;
}
.remove-overflow {
	overflow: hidden!important;
}
.add-overflow {
  overflow: auto!important;
}
/* width */
::-webkit-scrollbar {
  width:8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #151B56; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(23 214 167 / 76%); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #17D6A7; 
}
.left-nav .content-area {
  direction:rtl; }
.data-v-cnter{
  direction: ltr;
}

/*.creative-wrapper .content-area::-webkit-scrollbar {
  width: 8px;
}

.creative-wrapper .content-area::-webkit-scrollbar-track {
  background: #151B56!important; 
}

.creative-wrapper .content-area::-webkit-scrollbar-thumb {
  background: #0c1048; 
  border-radius: 5px;
}

.creative-wrapper .content-area::-webkit-scrollbar-thumb:hover {
  background: #17D6A7; 
}*/


/*.experimental-wrapper .content-area::-webkit-scrollbar {
  width: 8px;
}

.experimental-wrapper .content-area::-webkit-scrollbar-track {
  background: #151B56!important; 
}

.experimental-wrapper .content-area::-webkit-scrollbar-thumb {
  background: #0c1048; 
  border-radius: 5px;
}

.experimental-wrapper .content-area::-webkit-scrollbar-thumb:hover {
  background: #17D6A7; 
}*/

.experimental {
	background-color: #17D6A7;
	position: relative;
}
.experimental div {
	position: relative;
	z-index: 1;
}
.experimental img {
	width: 126px;
}
.experimental-wrapper .content-area {
	background-color: #17D6A7;
	height: 100vh;
}
.experimental:after {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/experimental_bg.svg);
	background-size:126px;
	background-repeat: no-repeat;
    background-position: center bottom;
}
.experimental-wrapper p {
	color: #151B56;
	font-weight: 400;
}


.home-wrapper {
	margin-left: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.brandmark {
	height: 100vh;
}

.brandmark video {
  /*width: 100%;*/
  height: 100%;
}

.home-description {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
     text-align: left;
}
.home-description p {
    display: block;
    max-width: 386px;
    font-weight: 300;
    font-size: 22px;
}

header {
	position: absolute;
    z-index: 101;
    right: 0;
    left: 0;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.nav-link {
	color: #fff;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
}
.nav-link:hover {
	color: #17D6A7;
}
nav {
	margin-top: 20px;
	margin-right: 25px;
}
.content-area .content {
	padding-left: 52px;
	    padding-top: 14px;
}
p{
	transition:unset;
}
.open-close {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color:#fff;
	margin-top: 20px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.open-close:hover {
	background-color:#E5004C;
}
.open-close img {
	width: 23px;
	transition:all .4s ease;
}
.green-bg {
	background-color: #17D6A7;
}
.blue-bg {
	background-color: #151B56;
}
.for-desktop {
	display: block;
}
.for-mob {
	display: none;
}
.home-cc {
	position: relative;
    height: 100vh;
    float: left;
    width: 100%;
}
.about-cc {
	height: 100vh;
	background-image: url(../img/inside_page_bg.svg);
    float: left;
    width: 100%;
    background-size: contain;
    background-size: auto 100%;
    background-repeat: repeat;
}
.contact-cc {
    float: left;
    width: 100%;
	height: 100vh;
	background-image: url(../img/inside_page_bg.svg);
	background-size: auto 100%;
    background-repeat: repeat;
}
.about-cc .content-area, .contact-cc .content-area {
	  display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: 360px;
    padding-right: 20px;
    position: relative;
    z-index: 11;
    overflow: auto;
}
h1 {
	text-align: left;
	width: 100%;
}

.content-area {
	position: relative;
	
}
/*.content-area .content {
	z-index: 1;
}*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  position: absolute;
  left: -15px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.grid-item {
  /*background-color:#1294FF;*/
  /*border: 1px solid rgba(0, 0, 0, 0.8);*/
  padding: 20px;
  font-size: 30px;
  text-align: center;
  	      -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: exclusion;
  opacity: 0;
}
.grid-item:hover {
	/*mix-blend-mode: difference;*/
	/*background-color: 1294FF;*/
	opacity:.9;
}
.grid_a1 { background-image: url(../img/grid_a1.svg); }
.grid_a2 { background-image: url(../img/grid_a2.svg); }
.grid_a3 { background-image: url(../img/grid_a3.svg); }
.grid_a4 { background-image: url(../img/grid_a4.svg); }

.grid_b1 { background-image: url(../img/grid_b1.svg); }
.grid_b2 { background-image: url(../img/grid_b2.svg); }
.grid_b3 { background-image: url(../img/grid_b3.svg); }
.grid_b4 { background-image: url(../img/grid_b4.svg); }


.creative-wrapper .grid-item {
	mix-blend-mode: lighten;
}
.list-style {
      color: #17d6a7;
}
/*.cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  background:#950e0e;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: difference;
}*/
.section-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 42px;
  margin-bottom: 15px;
}
.grid-cc {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
}
.grid-box {
  display: inline-block;
  text-align: center;
  margin-right: 25px;
  min-width: 96px;
}
.grid-box img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;

}
.experimental-wrapper h3, .experimental-wrapper .grid-box {
  color: #151B56;
}

.creative-wrapper a, .experimental-wrapper a {
  text-decoration: none;
}
.experimental-wrapper a {
  color: #e5004c;
}
.experimental-wrapper .line-animation:after {
  background-color: #e5004c;
}
.boost-busiss-cc {
	font-size: 46px;font-weight: 300;
}
.boost-busiss-cc h3 {
	font-size: 52px;
	
	margin-bottom: 30px;
}
.boost-busiss-cc a {
	text-decoration: none;
}
.boost-busiss-cc h3 span {
	font-weight: 500;
}
.start-by a {
	font-weight: 500;
}
.scroll-area {
  overflow: auto;
}
.contact-cc input {
	border:solid thin #17d6a7;
	outline: none;
	padding: 14px 15px;
	color: #5B5B5B;
	display: block;
	width: 100%;
	background:#17d6a7;
	border-radius: 5px;
	      -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.contact-cc input:focus, input:hover,.contact-cc textarea:focus, .contact-cc textarea:hover {
	border:solid thin var(--primary-color);
	color: var(--primary-color);
}
.contact-cc textarea {
	      -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
	border:solid thin #17d6a7;
	outline: none;
	padding: 14px 15px;
	color: #5B5B5B;
	display: block;
	width: 100%;
	background:#17d6a7;
	border-radius: 30px;
	min-height: 120px;
	resize: none;
}
fieldset {
	margin-bottom: 20px;
}
.btn-primary {
    border-radius: 40px;
    background-color: #17D6A7;
    border: #17D6A7;
    text-transform: uppercase;
    padding: 14px 37px;
    letter-spacing: 1px;
    color: #151B56;
}
.btn-primary:hover {
    background-color:#E5004C;
    border:#E5004C;
}
.contact-cc {
	padding: 60px 0;
}
a {
	color: #17D6A7;
}
.contact-wrap {
	width: 100%;
	margin-top: 20px;
}

.address-cc a {
	font-size: 22px;
	text-decoration: none;
	margin-bottom: 10px;
	/*font-weight: 500;*/
	letter-spacing: .6px;
	/*color: var( --secondary-color);*/
}
.address-cc {
	margin-bottom: 30px;
  margin-top: 20px;
}
.line-animation {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.active.line-animation:after {
    width: 100%;
}
.current-menu-item a:after {
    width: 100%;
}
.line-animation:after {
    content: "";
    height: 2px;
    width: 0px;
    bottom: 1px;
    left: 0;
    position: absolute;
    margin-left: -0px;
    line-height: 45px;
    display: inline-block;
    background-color: #17D6A7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.line-animation:hover:after {
    width: 100%;
    margin-left: -0px;
}
.start-by {
  font-size: 20px;
}
footer .line-animation:after {
    background-color: #151B56;
}
footer {
	/*background-color: #17D6A7;*/
    float: left;
    /*width: 100%;*/
    z-index: 10;
    position: relative;
    color: #989ed7;
    margin-left: 301px;
    width: calc(100% - 301px);
}
footer a {
	color: #151B56;
	text-decoration: none;
}
footer .row-a {
	padding: 24px 20px;
    border-bottom: solid thin #151B56;
    font-size: 24px;
}
.email-c {
	float: right;
}
footer .row-b {
	padding: 24px 20px;
}



/*	.home-wrapper {
	    margin-left: 300px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	
}
}*/

@media (max-width: 1435px){
	.home-description {
	    position: absolute; 
	    width: auto;
	        justify-content: flex-end;
	   right: 50px;
	}

	.home-wrapper {
	    margin-left: 300px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
}



@media (max-width:992px){
	.brandmark img {
		width: 100%;
		height: auto!important;
	}

.brandmark video {
  width:282px;
  height:282px;
}


	.brandmark {
    height: auto;
}
.home-description {
    position: static;
    right: 7%;
}
.home-description p {
    display: block;
    max-width: auto;
    font-weight: 300;
    font-size: 18px;
}
.home-wrapper {
    margin-left: 300px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    height: 80vh;
}
	label {
	    position: absolute;
	    width: 100%;
	    height: 133px;
	        flex-direction: row;
	        padding: 20px 0;
	        height: auto;
	}
	input[type=checkbox]:not(:checked) ~ label > * {
	   /* transform: rotate(90deg);*/
	}
h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.copy-c {
  font-size: 14px;
}
.accslide {
  display: block;
  height: 0;
  width: 100%!important;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-sizes: 12px;
  line-height: 1.5;
  transition: all 700ms ease;
}
.open-close {
    width: 40px;
    height: 40px;
    margin-top:0px;
margin-left: 25px;
}
.left-nav .content-area {
  direction:ltr; 
}

li:nth-child(1):nth-last-child(2) input[type=checkbox]:checked ~ .accslide {
  height: auto;
      height: calc(100vh - 182px );
}
li:nth-child(2):nth-last-child(1) input[type=checkbox]:checked ~ .accslide {
  height: auto;
      height: calc(100vh - 182px );
}
.creative-wrapper .content-area, .experimental-wrapper .content-area {
	height:0;
	padding: 0px;
}
.home-wrapper {
    margin-left: 0;
}
.content-area .content {
    padding-left: 16px;
    }
.data-v-cnter {
    padding-right: 39px;
    overflow: hidden;
}
.data-v-cnter p {
	padding-left: 0px;
}
.left-nav {
    position: fixed;
    left: 0;
    right:0;
    bottom: 0;
    top: unset;
    z-index: 100;
}
/*input[type=checkbox]:checked ~ label > * {
    transform: rotate(90deg);
}*/
.accslide img {
    margin-bottom: 20px;
}
.for-desktop {
	display: none;
}
.for-mob {
	display: block;
}
.creative img {
    width: 205px;
}
.experimental img {
	width: 205px;
}
.open-close img {
    width: 23px;
        transform: rotate(271deg);
}
input[type=checkbox]:checked ~ label > .open-close img {
    transform: rotate(91deg);
}
.navbar-nav {
	    flex-direction: row;    justify-content: flex-end;
}
p {
    font-weight: 300;
    font-size: 18px;
}
.navbar-nav.my-2 {
	 margin: 0!important;
    padding: 0px!important;
}
.navbar-nav {
        padding-top: 2px!important;
        padding-bottom: 2px!important;
}
.left-nav {
    flex-direction: column-reverse;
    display: flex;
}
.about-cc .content-area, .contact-cc .content-area {
    margin-left: 20px;
    padding-right: 20px;
}
.experimental:after {
	background-image: url(../img/experimental_mobile_bg.svg);
	background-size:205px;
	background-repeat: no-repeat;
    background-position: left center;
}
.creative:after {
	background-image: url(../img/creative_mobile_bg.svg);
	background-size:205px;
	background-repeat: no-repeat;
    background-position: left center;
}
footer {
    margin-left:0px!important;
    width: 100%;
}


}


@media (max-width:768px){
.grid-cc {
  display: grid;
  grid-template-columns: auto auto auto;
}
li:nth-child(1):nth-last-child(2) input[type=checkbox]:checked ~ .accslide {
  height: auto;
      height: calc(100vh - 235px );
}
li:nth-child(2):nth-last-child(1) input[type=checkbox]:checked ~ .accslide {
  height: auto;
      height: calc(100vh - 235px );
}

/*.open-close:hover {
	background-color:unset;
}*/
nav {
    margin-top: 0px;
    margin: 0;
    padding: 0px;
    margin-right: 3px;
}
.home-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home-wrapper {
    margin-left: 0px;
    justify-content: flex-start;
    margin-top: 54px;
    }

header {
    top: 0;
    background-color: #151b56;
    position: fixed;
}
.home-description p {
    margin-top: 13px;
}
.email-c {
	float: left;
}
.boost-busiss-cc {
    font-size: 42px;
}
.boost-busiss-cc h3 {
    font-size: 42px;
}

.home-description p {
    padding: 0 20px;
    text-align: left;
}

}

@media (max-width:479px){
.brandmark {
    width: 100%;
}

.brandmark video {
  width:100%;
  height:100%;
}


}