html{
	scroll-behavior: smooth;
}

body{
	background: var(--dark-grey);
	cursor: none;
}

.row>*{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

hr{
	margin: 0 !important;
}

.margin-bottom-md{
	margin-bottom: 64px !important;
}


/* Custom cursor */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: var(--ijen-sunrise);
  color: white;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.15s ease, background-color 0.3s ease, width 0.3s, height 0.3s;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  user-select: none;
}

/* For "Go" state */
.custom-cursor.cursor-go {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

/* For "View" state */
.custom-cursor.cursor-view {
  width: 72px;
  height: 72px;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
	.custom-cursor{
		display: none;
	}
}

/* --------------------------- */
/* COLOR STYLE */
/* --------------------------- */

:root{
	--white: #FFFFFF;
	--light-grey: #F0F0F0;
	--grey: #5B5B5B;
	--dark-grey: #1B1B1B;
	--black: #000000;
	--batur-sky-darker: #004C73;
	--batur-sky: #0076B1;
	--batur-sky-lighter: #5FBDEC;
	--ijen-sunrise-darker: #DB5900;
	--ijen-sunrise: #FF7619;
	--ijen-sunrise-lighter: #FF9C59;
	--blue-gradient: linear-gradient(to right, #ff8a00, #da1b60);
}

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

.bg-light-grey{
	background: var(--light-grey);
}

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

.bg-dark-grey{
	background: var(--dark-grey);
}

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

.bg-batur-sky-darker{
	background: var(--batur-sky-darker);
}

.bg-batur-sky{
	background: var(--batur-sky);
}

.bg-batur-sky-lighter{
	background: var(--batur-sky-lighter);
}

.bg-ijen-sunrise-darker{
	background: var(--ijen-sunrise-darker);
}

.bg-ijen-sunrise{
	background: var(--ijen-sunrise);
}

.bg-ijen-sunrise-lighter{
	background: var(--ijen-sunrise-lighter);
}


/* Client Color */
.bg-magi{
	background: #546D1F;
}

.bg-bdhx{
	background: #1f1f1f;
}

.bg-cinecorn{
	background: #134889;
}

.bg-dtn{
	background: #AC8810;
}

.bg-lavalen{
	background: #C3A288;
}

.bg-papua-diving{
	background: #5695A5;
}

.bg-quik-laundry{
	background: #16849E;
}

.bg-bdm{
	background: #033398;
}

.bg-spbmtc{
	background: #28668E;
}

::-moz-selection{
  color: white;
  background-color: var(--ijen-sunrise);
}

::selection{
  color: white;
  background-color: var(--ijen-sunrise);
}

/* --------------------------- */
/* TEXT STYLE */
/* --------------------------- */

h1.display{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 74px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

h1{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

h2{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 52px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

h3{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

h4{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

h5{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 110% !important;
}

p.display{
  font-family: "Radio Canada Big", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: auto;
}

span.display-lead{
  font-family: "Radio Canada Big", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: auto;
}

p{
  font-family: "Radio Canada Big", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
}

p.lead{
  font-family: "Radio Canada Big", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: auto;
}

p.small{
  font-family: "Radio Canada Big", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
}

p.tag{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 110%;
}

.tag{
	width: fit-content;
	border-radius: 99px;
	border: 1px solid white;
	padding: 8px 18px;
}

.tag-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: fit-content;
	padding-top: 12px;
}

.tag-wrap p{
	margin-bottom: 0 !important;
}

span.highlight{
	background: linear-gradient(to right, #5FBDEC, #004C73);    
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
	transition: transform 2s;
}

.dot{
	width: 18px;
	height: 18px;
	border-radius: 99px;
	background: rgb(255, 118, 25, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-dot{
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: var(--ijen-sunrise);
}


@media screen and (max-width: 991px) {
	h1.display{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 38px !important;
	  font-weight: 700 !important;
	  line-height: auto;
	}

	h1{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 34px !important;
	  font-weight: 700 !important;
	  line-height: auto;
	}

	h2{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 30px !important;
	  font-weight: 700 !important;
	  line-height: 36px !important;
	}

	h3{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 26px !important;
	  font-weight: 700 !important;
	  line-height: auto;
	}

	h4{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 24px !important;
	  font-weight: 700 !important;
	  line-height: auto;
	}

	h5{
	  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 20px !important;
	  font-weight: 700 !important;
	  line-height: auto;
	}

	p.display{
	  font-family: "Radio Canada Big", sans-serif;
	  font-size: 18px !important;
	  font-weight: 400;
	  line-height: auto;
	}

	span.display-lead{
	  font-family: "Radio Canada Big", sans-serif;
	  font-size: 18px;
	  font-weight: 700;
	  line-height: auto;
	}

	p{
	  font-family: "Radio Canada Big", sans-serif;
	  font-size: 16px !important;
	  font-weight: 400;
	  line-height: auto;
	}

	p.lead{
	  font-family: "Radio Canada Big", sans-serif;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: auto;
	}

	p.small{
	  font-family: "Radio Canada Big", sans-serif;
	  font-size: 14px !important;
	  font-weight: 400;
	  line-height: auto;
	}

	p.tag{
  font-family: "Plus Jakarta Sans", sans-serif;
	  font-size: 12px !important;
	  font-weight: 400;
	  line-height: 110%;
	  padding: 6px 14px;
	}

	.tag{
		width: fit-content;
		border-radius: 99px;
		border: 1px solid white;
		padding: 6px 14px !important;
	}

	span.highlight{
	}
}


/* --------------------------- */
/* BUTTON STYLE */
/* --------------------------- */

.btn-icon{
	transform: rotate(-45deg);
	transition: all ease 0.3s;
}

/* Button Blue */
.btn-blue{
	font-size: 18px;
	width: fit-content !important;
	background: var(--batur-sky);
	padding: 8px 8px 8px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--white);
	text-decoration: none;
	border-radius: 32px;
	transition: all ease 0.3s;
}

.btn-blue:hover{
	cursor: pointer;
	gap: 18px;
	background: var(--batur-sky-darker);
}

.btn-blue:hover .btn-icon{
	transform: rotate(0deg);
}


/* Button Orange */
.btn-orange{
	font-size: 18px;
	width: fit-content !important;
	background: var(--ijen-sunrise);
	padding: 8px 8px 8px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--white);
	text-decoration: none;
	border-radius: 32px;
	transition: all ease 0.3s;
}

.btn-orange:hover{
	cursor: pointer;
	gap: 18px;
	background: var(--ijen-sunrise-darker);
}

.btn-orange:hover .btn-icon{
	transform: rotate(0deg);
}


/* Button White Outline */
.btn-white-outline{
	border: 1px solid white;
	font-size: 18px;
	width: fit-content !important;
	padding: 8px 8px 8px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--white);
	text-decoration: none;
	border-radius: 32px;
	transition: all ease 0.3s;
}

.btn-white-outline:hover{
	border: 1px solid var(--ijen-sunrise);
	gap: 18px;
	background: var(--ijen-sunrise);
}

.btn-white-outline:hover .btn-icon{
	transform: rotate(0deg);
}


/* Button Black Outline */
.btn-black-outline{
	border: 1px solid black;
	font-size: 18px;
	width: fit-content !important;
	padding: 8px 8px 8px 24px;
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--dark-grey);
	text-decoration: none;
	border-radius: 32px;
	transition: all ease 0.3s;
}

.btn-black-outline:hover{
	border: 1px solid var(--ijen-sunrise);
	gap: 18px;
	background: var(--ijen-sunrise);
}

.btn-black-outline:hover .btn-icon{
	transform: rotate(0deg);
}



/* Button Box Underline */
.btn-box-underline{
	width: 100%;
	display: flex;
	color: black;
	text-decoration: none;
	align-items: center;
	justify-content: space-between;
	padding: 18px 8px;
	border: 0 0 1px 0 solid black;
	transition: all ease 0.3s;
}

.btn-box-underline h5{
	margin-bottom: 0;
}

.btn-box-underline img{
	width: 32px;
}

.btn-box-underline:hover{
	cursor: pointer;
	padding: 18px 14px;
	background:rgba(255, 255, 255, 0.2)
}

.btn-box-underline:hover img{
	transform: rotate(0deg);
}


@media screen and (max-width: 991px) {
	.btn-icon{
		width: 30px;
		transform: rotate(-45deg);
		transition: all ease 0.3s;
	}

	/* Button Blue */
	.btn-blue{
		font-size: 14px;
		width: fit-content !important;
		background: var(--batur-sky);
		padding: 6px 6px 6px 16px;
		display: flex;
		gap: 8px;
		align-items: center;
		color: var(--white);
		text-decoration: none;
		border-radius: 32px;
		transition: all ease 0.3s;
	}

	/* Button Orange */
	.btn-orange{
		font-size: 14px;
		width: fit-content !important;
		background: var(--ijen-sunrise);
		padding: 6px 6px 6px 16px;
		display: flex;
		gap: 8px;
		align-items: center;
		color: var(--white);
		text-decoration: none;
		border-radius: 32px;
		transition: all ease 0.3s;
	}

	/* Button White Outline */
	.btn-white-outline{
		border: 1px solid white;
		font-size: 14px;
		width: fit-content !important;
		padding: 6px 6px 6px 16px;
		display: flex;
		gap: 8px;
		align-items: center;
		color: var(--white);
		text-decoration: none;
		border-radius: 32px;
		transition: all ease 0.3s;
	}
}

/* --------------------------- */
/* LINK BUTTON STYLE */
/* --------------------------- */

/* Link Button White */
.link-button-white{
	color: white;
	text-decoration: none;
}

.link-button-white img{
	transition: all ease 0.3s;
	width: 28px;
}

a.link-button-white{
	position: relative;
	cursor: pointer;
}

a.link-button-white::after{
	margin-top: 4px;
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background-color: var(--white);
	top: 100%;
	right: 0;
	border-radius: 3px;
	transition: 0.3s width;
}

a.link-button-white:hover::after{
	width: 100%;
	right: unset;
	left: 0;
}

a.link-button-white:hover img{
	transform: rotate(0deg);
}

/* Link Button Black */
.link-button-black{
	color: black;
	text-decoration: none;
}

.link-button-black img{
	transition: all ease 0.3s;
	width: 28px;
}

a.link-button-black{
	position: relative;
	cursor: pointer;
}

a.link-button-black::after{
	margin-top: 4px;
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background-color: var(--black);
	top: 100%;
	right: 0;
	border-radius: 3px;
	transition: 0.3s width;
}

a.link-button-black:hover::after{
	width: 100%;
	right: unset;
	left: 0;
}

a.link-button-black:hover img{
	transform: rotate(0deg);
}

@media screen and (max-width: 991px) {
	.link-button-white img{
		width: 18px;
	}

	.link-button-black img{
		width: 18px;
	}
}

/* --------------------------- */
/* ROUNDED DIVIDER STYLE */
/* --------------------------- */

.wrap-section-round-divider{
  height: 40px;
}

.section-round-divider{
  border-radius: 28px 28px 0 0;
  height: 40px;
}

.black-gradient-divider img{
	width: 100%;
}


@media screen and (max-width: 991px) {
	.wrap-section-round-divider{
		height: 20px;
	}

	.section-round-divider{
	  border-radius: 20px 20px 0 0;
	  height: 20px;
	}
}


/* --------------------------- */
/* GLOBAL STYLE */
/* --------------------------- */

.hero-banner{
	padding: 80px 80px 80px 80px;
}


/* --------------------------- */
/* HEADER STYLE */
/* --------------------------- */

.show-modal{
	visibility: visible !important;
	opacity: 1 !important;
}

.show-modal .modal{
	transform: translateY(200px);
}

.close-modal{
	cursor: pointer;
}

.modal{
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: fit-content;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	place-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	transition: all ease 0.3s;
}

.modal-container{
	padding: 24px 24px 40px 24px;
	border-radius: 24px;
	width: 50%;
	background-color: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
}

.modal-wrap{
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.modal-close{
	display: flex;
	justify-content: flex-end;
	padding: 0 8px;
}

.modal-close p{
	display: flex;
	align-items: center;
	align-content: center;
	gap: 4px;
	margin-bottom: 12px;
}

.modal-title{
	padding: 0 8px;
}

.modal-title p{
	margin-bottom: 12px !important;
}

.modal-contact{
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 991px) {
	.modal{
		padding: 90px 16px 16px 16px;
	}

	.modal-container{
		border-radius: 16px;
		width: 100%;
	}
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.header__nav{
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 9999;
  transition: background-color 600ms, 600ms ease;
}

.header a{
	display: flex;
	gap: 0;
	text-decoration: none;
	color: black;
}

.header h5{
	font-size: 18px !important;
	margin-bottom: 0 !important;
}

.header.scrolled {
	margin: 0 0%;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
  transition: background-color 800ms, 800ms ease;
}

.header__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px !important;
	height: 38px !important;
	border-radius: 99px;
	background-color: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
}

.header__domain{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66px !important;
	height: 38px !important;
	border-radius: 99px;
	background-color: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
}


.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  width: 100%;
  margin: 0 auto;
  transition: all ease 0.3s;
}

.scrolled .header__wrapper{
	padding: 20px 80px;
}

.header__logo {
	width: 112px;
	height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__logo.scrolled{

}

nav .nav .scrolled{

}

.header__logo img {
	top: 26px !important;
	left: 25px !important;
  object-fit: contain;
  height: 30px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 5%;
  left: 0;
  transform: translate(0, -50%);
  transition: opacity 400ms, 400ms ease;
}

.scrolled .header__logo img.color,
.header__logo img.white,
.drawer-open .header__logo img.color {
  opacity: 1;
  visibility: visible;
}


.header__toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}

.header__toggle .close,
.header__toggle .open {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.header__toggle svg {
  width: 24px;
  height: 24px;
}

.header__toggle .open,
.header__toggle[aria-expanded=true] .close {
  opacity: 1;
}

.header__toggle[aria-expanded=true] .open {
  opacity: 0;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  position: relative;  
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: stretch;

}

.nav[data-visible=true] {
  transform: translate(0);
}

.nav__item {
  margin: 0 10px;
  position: relative;
}

.nav__item--mobile {
  display: none;
}

.nav__link {
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  transition: color 400ms, 400ms ease;
}

.scrolled .nav__link,
.nav__submenu .nav__link {
  color: var(--black);
}

.nav__link--cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 18px;
  line-height: 23.4px;
  padding: 8px 8px 8px 24px;
  border-radius: 28px;
  transition: background-color 400ms, 400ms ease;
}

.scrolled .nav__link--cta{
	border: 0px;
}

.scrolled .nav__link--cta,
.drawer-open .nav__link--cta {
  color: var(--white);
  background-color: var(--batur-sky);
}

.nav__link--cta:hover {
	gap: 20px;
  background-color: var(--batur-sky-darker);
  border-color: var(--batur-sky-darker);
  transition: background-color 400ms, 400ms ease;
}

.nav__link--cta:hover img{
	transform: rotate(0deg);
}

.nav__link--cta svg {
  width: 24px;
  height: 24px;
}

/* Submenu */
.nav__submenu-wrapper {
  /*top: 90px;*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all .3s ease-in-out;
}

.nav__item-has-submenu {
  position: relative;
}

.nav__item-has-submenu.active .nav__submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

.nav__link-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav__icon {
  padding-top: 4px;
  pointer-events: none;
}

.nav__icon svg {
  position: relative;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
  line-height: 0;
  width: 24px;
  height: 24px;
}

.nav__submenu-toggle svg path {
  fill: var(--white);
}

.scrolled .nav__submenu-toggle svg path,
.drawer-open .nav__submenu-toggle svg path {
  fill: var(--black);
}

.nav__item-has-submenu:hover .nav__icon svg,
.nav__item-has-submenu.active .nav__icon svg {
  transform: rotate(180deg);
}

.nav__submenu {
  background-color: #fff;
  padding: 10px 20px;
}

.nav__item-sub {
  margin: 0;
  padding: 6px 18px;
}

@media screen and (max-width: 991px) {

	.header.scrolled{
		margin: 0px;
	}

  .header__wrapper {
    padding: 20px;
  }

  .scrolled .header__wrapper{
  	padding: 16px !important;
  }

  .header__logo {
    position: relative;
    z-index: 999;
  }

  .header__logo img {
    width: 100px;
    height: auto;
  }

  .header__toggle {
    display: none;
  }

  .header__toggle .open svg path {
    fill: var(--white);
  }

  .scrolled .header__toggle .open svg path {
    fill: var(--black);
  }

  .header__nav {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  ul.header__nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
  }

  .nav {
    transition: transform .3s ease-in-out;
    overflow: hidden;
  }

  .nav__link {
    font-size: 14px;
  }

  .nav__item .btn-icon{
  	width: 30px;
  }

  .nav__link--cta{
  	padding: 6px 6px 6px 16px;
  }

  .nav__item-sub .nav__link {
    font-size: 20px;
  }

  .nav--cta {
    display: none;
  }

  .nav__item {
    margin: 10px 0;
  }

  .nav__item-has-submenu {
    width: 100%;
  }

  .nav__item--mobile {
    display: block;
  }

  .nav__submenu-wrapper {
    position: relative;
    height: 0;
  }

  .nav__icon {
    position: absolute;
    pointer-events: visible;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .nav__submenu {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .nav__item-has-submenu:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out;
  }
}



/* --------------------------- */
/* HERO BANNER STYLE */
/* --------------------------- */

.hero-banner{
	display: flex;
	align-items: center;
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: -1;
	background: var(--black);
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.blank-section{
  padding-top: 100vh;
  opacity: 0;
}

.my-banner-profile{
	display: flex;
}

.profile-description{
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.profile-description p{
	padding: 0 !important;
	margin: 0 !important;
}

.profile-photo{
	padding: 20% 0 0 0;
	display: flex;
	justify-content: flex-end;
	filter: drop-shadow(0 0 200px black);
	z-index: 1;
}

.profile-photo img{
	width: 75%;
}

.hero-banner .text-list li{
	opacity: 1.0;
}

.hero-banner .text-list h1{
	color: white;
	font-size: 140px !important;
}

.hero-banner .scroller{
	width: 100%;
	position: absolute;
	bottom: 32px;
	left: 0;
}

.hero-banner .scroller[data-animated="true"]{
	overflow: hidden;
	-webkit-mask: linear-gradient(
		90deg, transparent,
		white 20%,
		white 80%,
		transparent
	);

	mask: linear-gradient(
		90deg,
		transparent,
		white 20%,
		white 80%,
		transparent
	);
}

@media screen and (max-width: 991px) {
	.hero-banner{
		padding: 16px;
	}

	.my-banner-profile{
		height: 100vh;
		padding: 0 16px;
		flex-direction: column;
	}

	.scroller .text-list h1{
		font-size: 64px !important;
	}

	.profile-description{
		position: absolute;
		bottom: 180px;
		z-index: 3;
		width: 100% !important;
		gap: 0;
	}

	.profile-description img{
		width: 32px;
	}

	.profile-photo{
		padding: 30% 0 0 0;
		width: 100% !important;
		justify-content: center;
	}

	.profile-photo img{
		width: 100%;
	}

	.scroller{
		bottom: 58px !important;
		z-index: 3;
	}
}


/* --------------------------- */
/* INTRODUCTION STYLE */
/* --------------------------- */

.introduction{
	display: flex;
	gap: 32px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	padding: 0 80px;
}

.introduction-wrapper{
	display: flex;
	gap: 24px;
	border-radius: 24px;
	padding: 80px 80px;
	background: var(--light-grey);
}

.introduction .tag-wrap{
	display: flex;
	align-items: center;
	height: fit-content;
	width: 48%;
	padding-top: 12px;
}

.introduction .tag-wrap p.dot-tag{
	height: fit-content;
	margin-bottom: 0 !important;
}

.introduction h1{
	width: 90%;
	color: var(--black);
}

.intro-wrap{
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.first-intro{
	display: flex;
	gap: 32px;
	align-items: center;
}

.first-intro img{
	width: 130px;
	height: 130px;
}

@media screen and (max-width: 991px) {
	.introduction{
		padding: 48px 16px;
	}

	.introduction-wrapper{
		padding: 48px 16px;
		flex-direction: column;
		gap: 44px;
		border-radius: 16px;
	}

	.introduction h1{
		width: 100%;
		margin-bottom: 0;
		font-size: 32px !important;
	}

	.tag-wrap{
		padding-top: 0 !important;
	}

	.intro-wrap{
		gap: 40px;
	}

	.first-intro{
		gap: 18px;
	}

	.first-intro img{
		width: 80px;
		height: 80px;
	}

	.black-gradient-divider img{
		height: 150px;
	}

}

/* --------------------------- */
/* MAIN-WRAP STYLE */
/* --------------------------- */

.main-wrap{
	background: black;
	padding: 40px 80px 80px 80px;
}

@media screen and (max-width: 991px) {
	.main-wrap{
		padding: 16px 16px 32px 16px;
	}
}

/* --------------------------- */
/* LATEST WORK STYLE */
/* --------------------------- */

.latest-work{
	border-radius: 24px;
	padding: 200px 0 80px 0;
}

.latest-work .intro-text{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 12px;
	margin-bottom: 120px;
}

.latest-work .intro-text .head-text{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 32px;
}

.latest-work .intro-text p{
	color: white;
}

.latest-work h1{
	width: 65%;
	color: white;
	text-align: left;
	margin-bottom: 40px;
}

.latest-work .intro-text img{
}

.work-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
}

.work-list-02{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 48px;
	column-gap: 24px;
	margin-bottom: 40px;
}

.work-list-big{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 120px;
	margin-bottom: 120px;
}

.work-row{
	display: flex;
	gap: 24px;
	justify-content: center;
}

.other-work{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.other-work h3{
	color: white;
}

.other-work .container{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.other-work-list{
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Card Work v1 */
.card-work{
	width: calc(50% - 12px);
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	aspect-ratio: 1/1;
	padding: 18px;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all ease 0.3s;
}

.card-work p.small{
	margin-bottom: -24px !important;
	opacity: 0;
	transition: all ease 0.3s;
}

.card-work .work-icon{
	transform: rotate(-45deg);
	transition: all ease 0.3s;
}

.work-icon img{
	width: 40px;
}

.card-work:hover{

}

.card-work:hover .work-icon{
	transform: rotate(0deg);
}

.card-work:hover p.small{
	margin-top: 4px;
	margin-bottom: 0 !important;
	opacity: 1;
	display: block;
	height: fit-content;
}

.card-work:hover .work-description{
	opacity: 1;
}

.work-description{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	border-radius: 14px;
	backdrop-filter: blur(10px) !important;
	background-color: rgba(255,255,255,0.5);
	transition: all ease 0.3s;
}

.work-tag{
	width: fit-content;
	color: var(--white);
	border-radius: 99px;
	border: 1px solid var(--white);
	opacity: 0;
	transition: all ease 0.3s;
}

.card-work:hover .work-tag{
	opacity: 1;
}

.work-tag p{
	padding: 8px 18px;
	margin-bottom: 0 !important;
}

.work-image{
}

.work-detail h4{
	margin-bottom: 0;
	color: var(--black);
}

.work-detail p{
	margin-bottom: 0 !important;
	color: var(--grey);
}

.button-wrap{
	display: flex;
	justify-content: center;
}

/* Card Work v2 */
.card-work-02{
	border-radius: 16px;
	color: white;
	width: calc(50% - 12px);
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: all ease 0.3s;
}

.card-work-02 .work-tag-02{
	display: block;
	z-index: 1;
	opacity: 0;
	transition: all ease 0.3s;
}

.card-work-02 .work-icon-02{
	transform: rotate(-45deg);
	transition: all ease 0.3s;
	border-radius: 99px;
	padding: 6px;
}

.card-work-02 .work-icon-02 img{
	width: 36px;
}

.card-work-02:hover{
	padding: 24px 24px 18px 24px;
	gap: 18px;
	background: rgba(255,255,255,0.1);
	border: 1px linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 100%);
}

.card-work-02:hover .work-tag-02{
	opacity: 1;
}

.card-work-02:hover .card-image-02{
	border-radius: 8pxpx;
}

.card-work-02:hover .card-image-02 img{
	transform: scale(1.2);
}

.card-work-02:hover .work-description-02{
	padding: 0;
}

.card-work-02:hover .work-icon-02{
	transform: rotate(0deg);
}

.work-tag-02{
	margin: 20px;
	color: white;
	position: absolute;
}

.work-tag-02 p{
	margin-bottom: 6px;
}

.card-image-02{
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 16px;
	transition: all ease 0.3s;
}

.card-image-02 img{
	width: 100%;
	transition: all ease 0.3s;
}

.work-description-02{
	color: white;
	padding: 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all ease 0.3s;
}

.work-description-02 h4{
	color: white;
}

.work-description-02 p{
	color: var(--light-grey);
}


/* Card Work Big */
.card-wrap-right{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.card-wrap-left{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

a.card-work-big{
	text-decoration: none;
}

.card-work-big{
	width: 800px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.card-image-big{
	width: 800px;
	height: 450px;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 24px;
}

.card-image-big img{
	position: relative;
	width: 100%;
	transform: scale(1.1);
	transition: all ease 0.3s;
}

.view-project{
	width: 800px;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	transform: scale(0.5);
	opacity: 0;
	transition: all ease 0.3s;
}

.view-project .button-wrap{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
	border-radius: 99px;
}

.view-project .button-wrap p{
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 110%;
	color: black;
}

.work-description-big{
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all ease 0.3s;
}

.work-description-big .title{
	display: flex;
	gap: 12px;
}

.work-description-big img{
	transform: rotate(-45deg);
	width: 18px;
	transition: all ease 0.3s;
}

.work-description-big h5{
	color: white;
	text-decoration: none;
	margin-bottom: 0 !important;
}

.work-description-big p{
	color: white;
	text-decoration: none;
	margin-bottom: 0 !important;
}

.card-work-big:hover .view-project{
	transform: scale(1);
	opacity: 1;
}

.card-work-big:hover .card-image-big img{
	transform: scale(1.0);
	opacity: 0.5;
}

.card-work-big:hover .work-description-big{
	padding: 0 12px;
}

.card-work-big:hover .work-description-big img{
	transform: rotate(0deg);
}


/* Card Work Big Frame */

a.card-work-big-frame{
	text-decoration: none;
	color: white;
}

.card-work-big-frame{
	border-radius: 24px;
	width: 70%;
	background: var(--dark-grey);
	padding: 8px 8px 24px 8px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.card-work-big-frame .card-image{
	border-radius: 18px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
}

.card-work-big-frame .card-image img{
	transition: all ease 0.3s;
}

.card-work-big-frame .card-image img{
	width: 100%;
}

.card-work-big-frame .work-description-big{
	padding: 0 32px 0 24px;
}

a.card-work-big-frame:hover .card-image img{
	transform: scale(1.1);
}

a.card-work-big-frame:hover .work-description-big{
	padding: 0 40px 0 32px;
}

a.card-work-big-frame:hover .title img{
	transform: rotate(0deg);
}

@media screen and (min-width: 1445px) {
	.card-work-big{
		width: 1080px !important;
	}

	.card-image-big{
		width: 1080px !important;
		height: 608px !important;
	}

	.view-project{
		width: 1080px !important;
		height: 608px !important;
	}
}

@media screen and (min-width: 1080px) {
	.card-work-big{
		width: 800px;
	}

	.card-image-big{
		width: 800px;
		height: 450px;
	}

	.view-project{
		width: 800px;
		height: 450px;
	}
}

@media screen and (max-width: 991px) {
	.card-work-big{
		width: 400px;
	}

	.card-image-big{
		width: 400px;
		height: 225px;
	}

	.view-project{
		width: 400px;
		height: 225px;
	}
}

@media screen and (max-width: 450px) {
	.card-work-big{
		width: 310px;
	}

	.card-image-big{
		width: 310px;
		height: 174px;
	}

	.view-project{
		width: 310px;
		height: 174px;
	}
}



/* Card List Work */
.card-list-work{
	padding: 5px 0;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all ease 0.3s;
}

.card-list-work .img-float{
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16/9 !important;
	opacity: 0;
	width: 150px;
	position: absolute;
	left: 40%;
	transition: all ease 0.5s;
}

.card-list-work .img-float img{
	transition: all ease 0.5s;
	width: 200%;
}

.card-list-work .work-icon-02{
	visibility: hidden;
	background: var(--dark-grey);
	padding: 0;
	border-radius: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.3s;
	opacity: 0;
	transform: scale(0);
	margin-left: -10px;
}

.card-list-work .work-icon-02 img{
	width: 0;
	transform: rotate(-45deg);
	transition: all ease 0.3s;
}

.card-list-work .work-detail{
	overflow: hidden;
	width: 100%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--dark-grey);
	padding: 32px 48px;
	border-radius: 99px;
}

.card-list-work .work-detail h5{
	width: 50%;
	margin-bottom: 0;
}

.card-list-work .work-detail p{
	text-align: right;
	width: 50%;
	color: white;
}

.card-list-work:hover{
	overflow: hidden;
}

.card-list-work:hover .work-icon-02{
	margin-left: 0;
	visibility: visible;
	overflow: hidden;
	padding: 28px;
	transform: scale(1.0);
	opacity: 1;
}

.card-list-work:hover img{
	width: 32px;
	transform: rotate(0deg);
}

.card-list-work:hover .img-float{
	opacity: 1;
	width: 650px;
	aspect-ratio: 16/9;
}

.card-list-work:hover .img-float img{
	width: 100%;
}

@media screen and (max-width: 991px) {
	.latest-work{
		border-radius: 16px;
		padding: 48px 0;
	}

	.latest-work .intro-text{
		align-items: flex-end;
		margin-bottom: 64px;
	}

	.other-work{
		margin-bottom: 64px;
	}

	.latest-work h1{
		margin-bottom: 0;
		width: 100%;
	}

	.latest-work .intro-text img{
		width: 28px;
	}

	.work-list{
		margin-bottom: 18px;
		gap: 16px;
		flex-direction: column;
	}

	.card-work{
		border-radius: 12px;
		padding: 12px;
		width: 100%;
	}

	.work-tag{
		opacity: 1;
	}

	.work-description{
		border-radius: 10px;
		display: block;
		padding: 14px;
	}

	.work-description p.small{
		margin-top: 2px;
		margin-bottom: 0 !important;
		opacity: 1 !important;
	}

	.work-description .work-icon{
		opacity: 0;
		display: none;
	}

	.card-work-02{
		width: 100%;
	}

	.work-list-big{
		gap: 40px;
		margin-bottom: 64px;
	}

	.card-work-big{
		width: 100%;
		gap: 12px;
	}

	.card-image-big{
		border-radius: 16px;
		width: 100%;
	}

	.card-work-big .work-description-big{
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.card-work-big .work-description-big p{
		margin-left: 30px;
	}

	.card-work-big-frame{
		width: 100%;
		border-radius: 16px;
		gap: 14px;
		padding: 6px 6px 14px 6px;
	}

	.card-work-big-frame .card-image{
		border-radius: 14px;
	}

	.card-work-big-frame .work-description-big{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 12px;
		gap: 4px;
	}

	.card-work-big-frame .work-description-big img{
		display: none;
	}

	.other-work{
		gap: 20px;
		margin-bottom: 0;
	}

	.other-work h3{
		text-align: center;
	}

	.card-list-work{
		padding: 6px 0;
		flex-direction: row-reverse;
	}

	.card-list-work .img-float{
		display: none;
	}

	.card-list-work .work-detail{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		width: 100% !important;
		padding: 20px 24px;
		border-radius: 16px;
	}

	.card-list-work h5, .card-list-work p{
		width: 100% !important;
		text-align: left !important;
	}

	.card-list-work .work-icon-02{
		display: none;
	}

	.card-list-work .work-icon-02 img{
		display: none !important;
		width: 0 !important;
	}
}


/* --------------------------- */
/* WORK TOOLS STYLE */
/* --------------------------- */

.work-tools{
	color: white;
	padding: 0 0 180px 0;
}

.work-tools .intro-text{
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.work-tools h1{
	text-align: center;
}

.tools-list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 48px;
}

.tools-list .logo-wrap{
	width: 100px;
	height: 100px;
	border-radius: 99px;
	background: var(--dark-grey);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tools-list img{
	width: 46px;
	height: 46px;
}

@media screen and (max-width: 991px) {
	.work-tools{
		padding: 80px 0;
	}

	.tools-list{
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 32px;
	}

	.work-tools .logo-wrap{
		width: 78px;
		height: 78px;
	}

	.work-tools img{
		width: 32px;
		height: 32px;
	}
}



/* --------------------------- */
/* FOOTER STYLE */
/* --------------------------- */

footer{
	color: white;
	display: flex;
	gap: 32px;
	border-radius: 32px;
}

.footer-left{
	background-color: var(--dark-grey);
	width: 70%;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 64px;
	justify-content: space-between;
	align-items: normal;
	transition: all ease 0.3s;
	min-height: 640px;
}

.footer-left .head{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 64px 48px 48px 48px;
	border-radius: 24px;
	background: var(--dark-grey);
	width: 30%;
	min-height: 640px;
}

.footer-right h3{
	margin-bottom: 24px;
}

.footer-right p{
	margin: 0 !important;
	padding: 0 !important;
}

.footer-button{
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.social-button{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

@media screen and (max-width: 991px) {
	footer{
		gap: 16px;
		flex-direction: column;
	}

	footer h1{
		font-size: 32px !important;
	}

	.footer-button{
		gap: 8px;
		flex-direction: column;
	}

	.footer-button .btn-white-outline{
		width: 100% !important;
		justify-content: space-between;
	}

	.footer-left, .footer-right{
		width: 100% !important;
		border-radius: 16px;
	}

	.footer-left{
		min-height: 0 !important;
		gap: 64px;
		padding: 32px 24px;
	}

	.footer-right{
		min-height: 0 !important;
		gap: 48px;
		padding: 32px 24px 24px 24px;
	}
}

/* --------------------------- */
/* CASE STUDY STYLE */
/* --------------------------- */

/* Style the header: fixed position (always stay at the top) */

#header-bar{
	transform: translateY(-102px);
	transition: bottom 600ms ease, transform 600ms ease;
}

#header-bar.show{
	transform: translateY(0);
}

#to-top{
	transform: translateY(102px);
	transition: bottom 600ms ease, transform 600ms ease;
}

#to-top.show{
	transform: translateY(0);
}

.to-top {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.to-top .header-bar-wrap{
	width: fit-content;
	height: fit-content;
	margin: 16px !important;
	border-radius: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.to-top .header-bar-title{
	gap: 12px;
	padding: 8px 8px 8px 24px !important;
	border-radius: 99px;
	height: fit-content;
	width: fit-content;
	display: flex;
	justify-content: center;
}

.header-bar {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;  
}

.header-bar-wrap{
	display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
  transition: background-color 800ms, 800ms ease;
}

.header-bar-title{
	height: 94px;
	padding: 8px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-bar-title h5{
	margin-bottom: 0 !important;
}

.header-bar-wrap p{
	margin-bottom: 0;
}

/* The progress container (grey background) */
.case-study-progress-container {
  width: 100%;
  height: fit-content;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.case-study-progress-bar {
  height: 8px;
  width: 0%;
}

.case-study-wrap{
	color: white;
	display: flex;
	flex-direction: column;
}

/* Case Study Head */
.case-study-head{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 240px 80px 48px 80px;
}

.tag-wrap{
	display: flex;
	gap: 12px;
}

.title-wrap{
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.title-wrap h2{
	width: 150%;
}

.client-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.client-title .button-wrap{
	display: flex;
	gap: 24px;
	justify-content: flex-start;
}

.live-site-wrap{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	text-decoration: none;
	color: white;
	transition: all ease 0.3s;
}

.live-site-wrap:hover{
	transform: scale(1.1);
}


/* Case Study First Banner */
.case-study-first-banner{
	padding: 0 80px;
	margin-bottom: 120px;
}

.case-study-first-banner .image-wrap{
	aspect-ratio: 16/9;
	overflow: hidden;
}

.image-slide{
	border-radius: 18px;
	overflow: hidden;
}

.image-slide img{
	width: 100%;
}


/* Case Study Credits */
.case-study-credit{
	padding: 0 180px 120px 180px;
}

.credit-wrap{
	display: flex;
	flex-direction: row;
	gap: 32px;
	justify-content: space-between;
}

.credit-list{
	width: 50%;
}

.credit-list h5{
	margin-top: 24px;
}

.detail-list{
	margin-top: 14px;
	display: flex;
	gap: 4px;
	flex-direction: column;
}

.detail-list p{
	margin-bottom: 0 !important;
}

/* Research Case Study Description */
.research-intro .description-wrap{
	flex-direction: column;
	gap: 64px;
}

.research-intro .description-detail{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.research-intro .detail-list{
	width: 100%;
	flex-direction: column;
	gap: 0;
}

.research-intro .detail-list .image-wrap{
	width: 32px !important;
	height: 32px !important;
	background: var(--white);
	margin-bottom: 20px;
	border-radius: 8px !important;
}

.research-intro .detail-list .description-wrap{
	gap: 14px;
	width: 80%;
}

/* Case Study Topic List */
.case-study-topic-list{
	padding: 64px 180px;
}

.topic-list-wrap{
	padding: 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	border-radius: 24px;
	background: rgb(0, 0, 0, 0.2);
}

.topic-list-wrap .listing{
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.topic-list-wrap .listing h5{
	display: flex;
	flex-direction: row;
	gap: 14px;
}

.topic-list-wrap .listing .bullet-list{
	width: 24px;
	height: 24px;
	background: var(--white);
	border-radius: 99px;
}

/* Case Study Description */
.case-study-description{
	padding: 64px 180px;
}

.case-study-description ul{
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.case-study-description ul li{
	font-size: 24px;
  font-family: "Radio Canada Big", sans-serif;
}

.align-left{
	display: flex;
	align-items: flex-start;
}

.align-center{
	display: flex;
	align-items: center;
}


.description-wrap{
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.description-title{
	width: 75%;
}

.description-detail{
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 75%;
}

.description-title h2{
	margin-bottom: 0 !important;
}

.description-detail p{
	margin-bottom: 0;
}

.image-wrap{
	border-radius: 18px;
	overflow: hidden;
}

.image-wrap img{
	width: 100%;
}

.single-image{
	margin-top: 48px;
}

.single-image .image-wrap{
	aspect-ratio: 16/9;
	width: 100%;
}

.two-image{
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.two-image .image-wrap{
	aspect-ratio: 1/1;
	width: 50%;
}

/* Case Study Banner */
.case-study-banner{
	padding: 64px 180px;
}

/* Case Study Image Text */
.case-study-image-text{
	padding: 64px 180px;
}

.case-study-image-text .two-image{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case-study-image-text .description-wrap{
	width: 42%;
	display: flex;
	flex-direction: column;
}

/* Case Study Testimonial */
.case-study-testimonial{
	padding: 80px 180px;
}

.testimonial-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.person-detail{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.person-detail p{
	margin-bottom: 0 !important;
}

.case-study-testimonial h3, .case-study-testimonial h5, .case-study-testimonial p{
	width: 75%;
	text-align: center;
}

@media screen and (max-width: 991px) {

	#header-bar{
		transform: translateY(-160px);
	}

	.header-bar-title{
		height: fit-content;
		padding: 90px 24px 16px 24px;
	}

	.cs-header-title p{
		display: none;
	}

	.case-study-head{
		gap: 24px;
		padding: 180px 16px 24px 16px;
		flex-direction: column;
		align-items: flex-start;
	}

	.client-title{
		width: 100%;
		gap: 28px;
	}

	.title-wrap{
		gap: 12px;
		flex-direction: column;
	}

	.title-wrap h2{
		width: 100%;
	}

	.case-study-first-banner{
		padding: 0 16px;
		margin-bottom: 32px;
	}

	.case-study-first-banner .image-wrap{
		aspect-ratio: 16/9;
		border-radius: 12px;
	}

	.case-study-first-banner .image-wrap img{
		height: 100%;
	}

	.research-intro .description-wrap{
		gap: 40px;
	}

	.research-intro .description-detail{
		gap: 32px;
	}

	.research-intro .detail-list{
		margin-top: 0 !important;
		width: 100%;
	}

	.research-intro .detail-list .image-wrap{
		width: 28px !important;
		height: 28px !important;
		margin-bottom: 20px;
		border-radius: 8px !important;
	}

	.research-intro .detail-list h4{
		margin-bottom: 0 !important;
	}

	.case-study-topic-list{
		padding: 24px 16px;
	}

	.topic-list-wrap{
		padding: 40px;
		gap: 24px;
	}

	.topic-list-wrap .listing{
		gap: 14px;
	}

	.swiper-slide{
		margin-left: 6px !important;
		margin-right: 8px !important;
	}

	.case-study-credit{
		padding: 48px 16px 64px 16px;
	}

	.credit-wrap{
		flex-wrap: wrap;
		row-gap: 32px;
		column-gap: 16px;
	}

	.credit-list{
		width: 100%;
	}

	.case-study-description{
		padding: 24px 16px;
	}

	.case-study-description ul li{
		font-size: 18px;
	}

	.case-study-image-text{
		padding: 24px 16px;
	}

	.case-study-image-text .two-image{
		gap: 28px;
		display: flex;
		flex-direction: column;
	}

	.case-study-banner .image-wrap{
		border-radius: 12px;
	}

	.two-image{
		display: flex;
		flex-direction: column;
	}

	.two-image .image-wrap{
		width: 100%;
		border-radius: 12px;
	}

	.case-study-image-text .two-image .image-wrap{
		width: 100%;
		border-radius: 12px;
	}

	.case-study-image-text .two-image .description-wrap{
		gap: 6px;
		width: 100%;
	}

	.description-wrap{
		gap: 18px;
		flex-direction: column;
	}

	.description-title, .description-detail{
		width: 100%;
	}

	.description-title h2{
		margin-bottom: 0;
	}

	.description-detail h2{
		margin-top: 24px;
	}

	.case-study-banner{
		padding: 0 16px 16px 16px;
	}

	.case-study-testimonial{
		padding: 24px 16px;
	}

	.case-study-testimonial h3{
		width: 100%;
	}

	.next-project .scroller{
		display: none;
	}
}



/* --------------------------- */
/* NEXT PROJECT STYLE */
/* --------------------------- */
.next-project{
	color: white;
	padding: 80px;
	background: var(--dark-grey);
	margin-bottom: 32px;
	border-radius: 24px;
}

.next-project-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.next-project h5{
	color: white;
}

.next-project .card-work-big-frame{
	z-index: 1;
	aspect-ratio: 16/9;
	width: 50%;
	margin-top: 32px;
	-moz-box-shadow:0px 0px 35px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 35px rgba(0,0,0,0.3);
	box-shadow:0px 0px 35px rgba(0,0,0,0.3);
}

.next-project .text-list li{
	opacity: 0.2;
}

.next-project .text-list h1{
	font-size: 100px !important;
}

.scroller{
	position: absolute;
	max-width: 1200px;
}

.scroller-inner{
	padding-block: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.scroller[data-animated="true"]{
	overflow: hidden;
	-webkit-mask: linear-gradient(
		90deg, transparent,
		white 20%,
		white 80%,
		transparent
	);

	mask: linear-gradient(
		90deg,
		transparent,
		white 20%,
		white 80%,
		transparent
	);
}

.scroller[data-animated="true"] .scroller-inner{
	flex-wrap: nowrap;
	width: max-content;
	animation: 
		scroll 
		var(---animation-duration, 40s)
		var(---animation-direction, forwards)
		linear 
		infinite;
}

.scroller[data-direction="right"]{
	---animation-direction: reverse;
}

.scroller[data-direction="left"]{
	---animation-direction: forwards;
}

@keyframes scroll {
	to{
		transform: translate(calc(-50% - 0.5rem));
	}
}


@media screen and (max-width: 991px) {
	.next-project{
		border-radius: 16px;
		padding: 48px 16px 16px 16px;
		margin-bottom: 16px;
	}

	.next-project .card-work-big-frame{
		width: 100%;
		margin-top: 0;
		z-index: 3;
	}

	.next-project-wrap{
		gap: 14px;
	}

	.scroller{
		width: 100%;
	}
}
