@charset "utf-8";

@font-face {
  font-family: poppins-bold;
  src: url(font/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
	font-family: poppins-semibold;
	src: url(font/Poppins-SemiBold.ttf);
	font-weight: 600;
  }

@font-face {
  font-family: poppins-regular;
  src: url(font/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
	font-family: poppins-regular-italic;
	src: url(font/Poppins-MediumItalic.ttf);
	font-weight: 500;
  }

/* CSS Document */

/*RESET*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  display: block;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar{
  width: 10px;
  background: transparent;
}
body::-webkit-scrollbar-track{
  background: #F9F7FF;
}
body::-webkit-scrollbar-thumb{
	background: rgb(70, 10, 249, .5);
}
body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  font-family: "poppins", Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 24px;
  vertical-align: top;
}
a, button {
  background-color: transparent;
  cursor:pointer;
  outline: 0;
  border:0;
}
a:active,
a:hover,
a:link,
a:visited,
button:active,
button:focus{
	outline:0;
	border:0;
	text-decoration:none;
}
button{
	padding: 0;
}
body{
	width:100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display:block; 
	margin: 0;
  background:#460AF9;
}
ul{
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-ms-padding-start: 0px;
	-o-padding-start: 0px;
	margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
	margin: 0;
	padding: 0;
}
h1,h2,h3, h4,h5,h6,p{
	margin: 0;
}
li{
	display: inline-block;
	vertical-align:top;
	margin-left: -4px;
}
li:first-child{
	margin-left: 0;
}
h2{
	font-size: 48px;
	line-height: 160%;
}
h3{
	font-size: 32px;
	line-height: 48px;	
}
h4{
	font-size: 24px;
	line-height: 160%;	
}
h5{
	font-size: 40px;
	line-height: 130%;	
}
p{
	font-weight: 500;
}
h6{
	font-size: 32px;
	line-height: 130%;	
}
.bold{
	font-weight: 700;
}
.medium{
	font-weight: 500;
}
.semibold{
	font-weight: 600;
}
.medium-italic{
	font-family: poppins-regular-italic;
}
.border-box{
	box-sizing: border-box;
}
.vertical-center{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
.border-radius{
	border-radius: 4px;
}
.text-color-white{
	color: #fff;
}
.text-color-secondary{
	color: #1D0957;
}
.text-color-tertiary{
	color: #746B90;
}
.text-color-yellow-1{
	color: #FFB81F !important;
}
.background-white{
	background-color: #FFF;
}
.background-blue-1{
	background-color: #460AF9;
}
.background-blue-2{
	background-color: #3100C2;
}
.background-yellow-1{
	background-color: #FFB81F;
}
.background-light-1{
	background-color: #F3F5FF;
}
.background-dark-1{
	background-color: #111113;
}
.background-red-1{
	background-color: #DB4471;
}
.background-blur {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(120px);
	-webkit-filter: blur(120px);
	box-sizing: border-box;
  }
  .background-blur .overlay{
	position: absolute;
	box-sizing: border-box;;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	z-index: 2;
  }
.letter-spacing{
	letter-spacing: .02em;
}
.nav-section{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.block{
	display: block;
	position: relative;
}
.flex{
	display: flex;
	position: relative;
}
.auto{
	margin: auto;
}
.hidden{
	overflow: hidden;
}
.flex-column-view{
	flex-direction: column !important;
}
.no-gap{
	gap:0 !important;
}
.no-padding{
	padding: 0 !important;
}
.no-border{
	border: 0 !important;
}
.auto-width{
	width: auto !important;
}
.auto-height{
	height: auto !important;
}
.full-width{
	width: 100% !important;
	height: auto;
}
.bullet, .bullet2{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #746B90;
	margin-top: 13px;
	float: left;
}
.bullet2{
	background: #1D0957;
}
.align-center{
	text-align: center !important;
}
.portfolio-content-max-width{
	max-width: 1200px;
}
.portfolio-content-max-width2{
	max-width: 800px;
}
.portfolio-content-max-width3{
	max-width: 600px;
}
.nav-container{
	display: block;
	box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  padding: 20px 40px 0;
  margin: auto;
}
.nav-contents{
	display: block;
	position: relative;
	width: 100%;
	height: 64px;
}
.social-links{
	position: absolute;
	height: 64px;
}

@media screen and (max-width: 1014px) {
  .nav-section .social-links {
    display: none;
  } 
}

.social-links a{
	display: inline-block;
	position: relative;
	overflow: hidden;
  width: 64px;
  height: 64px;
  text-align: center;
  box-sizing: border-box;
  float: left;
	position: relative;
	margin-right:1px;
	border-radius: 4px 0 0 4px;
	border: solid rgba(255, 255, 255, .5);
	border-width: 2px 0 2px 2px;
	background-color: rgba(255, 255, 255, .2);
	font-size: 0;
	transition: .3s ease-out;
}
.social-link:nth-child(2), .social-link:nth-child(3){
	border-width: 2px 0 2px 0;
	border-radius: 0;
}
.social-link:nth-child(4){
	border-width: 2px 2px 2px 0;
	border-radius: 0 4px 4px 0;
}
.social-link-icon{
	position: relative;
	z-index: 3;
  display: block;
  width: 24px;
  height: auto;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.logo{
	display: inline-block;
  position: relative;
  width: 240px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
	.logo{
		width: 200px;
	}
}
.page-links{
	position: absolute;
	right: 0;
	top:0;
}
.page-links li{
	box-sizing: border-box;
	margin-left: 0;
	float: left;
	position: relative;
	height: 64px;
	background: #3100C2;
	border-radius: .4em 0 0 .4em;
	border: solid rgba(255, 255, 255, .5);
	border-width: 2px 0 2px 2px;
}
.page-links li:nth-child(2){
	border-radius: 0 .4em .4em 0;
	border-width: 2px 2px 2px 0;
}
.page-links li:first-child{
	margin-right: 1px;
}
.page-link{
	position: relative;
	cursor: pointer;
}
.page-link a{
	display: block;
	height: 100%;
}
@media screen and (max-width: 1280px) {
	.nav-links li:first-child{
		display: none;
	}
	.nav-links li:nth-child(2){
		border-radius: .4em;
		border-width: 2px;
	}
}
@media screen and (max-width: 960px) {
	.nav-links{
		display: none;
	}
}
.hover-effect::after, .active::after{
  content: " ";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .2);
  z-index: 2;
  /* transition: 0.4s cubic-bezier(.86, .01, .15, .99);*/
  transition: .25s ease-in;
  opacity: 0;
}
.hover-effect:hover,.page-links .active{
	border-color: rgba(255, 255, 255, .75);
	transition: .25s ease-in;
}
.hover-effect:hover::after, .active::after{
	width: 100%;
	opacity: 1;
}
.page-link .container{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
    padding: 0 40px;
}
.page-links li span{
	display: block;
	position: relative;
}
.page-links li span:first-child{
	position: absolute;
	box-sizing: border-box;
	left:40px;
    margin-right: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #FFB81F;
}
.page-links .text{
	display: flex;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	padding-left: 38px;
}
.banner-section{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: auto;
	box-sizing: border-box;
	padding: 160px 40px 0;
}
.banner-section .contents{
	display: flex;
	gap: 110px;
}
.banner-section .contents .left, .banner-section .contents .right{
	box-sizing: border-box;
}
.banner-section .contents .left{
	position: relative;
	width: 56%;
	box-sizing: border-box;
}
@keyframes bannerAnimate {
	0% {
		opacity: 0;
	    transform: translateX(-60px);
	}
	100% {
		opacity: 100%;
	  	transform: translateX(0px);
	}
  }
  @keyframes bannerRightAnimate {
	0% {
		opacity: 0;
	    transform: translateY(30px);
	}
	100% {
		opacity: 100%;
	  	transform: translateX(0px);
	}
  }
.banner-section .contents .left img{
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 4;
}
@keyframes example {
	from {background-color: red;}
	to {background-color: yellow;}
}
.banner-section .contents .right{
	box-sizing: border-box;
	width: calc(50% - 55px);
	max-width: 700px;
}
.banner-section .contents .rightAnimate{
	animation: bannerRightAnimate .5s ease-out;
}
h1{
	display: block;
	padding-bottom: 40px;
	color: #fff;
	font-size: 96px;
	line-height: 110%;
	letter-spacing: .02em;
}
.banner-section .container .contents p{
	display: block;
	font-size: 24px;
	line-height: 170%;
	letter-spacing: .02em;
	padding-bottom: 60px;
	color: #fff;
}
.temporary{
	padding-bottom: 20px !important;
}
.button-container{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
}
button{
	display: block;
	position: relative;
	height: 84px;
	box-sizing: border-box;
}
button .left{
	display: block;
	position: relative;
	width: auto !important;
	float: left;
	height: 100%;
	padding: 0 30px 0 40px;
	background: #3100C2;
    border-radius: .4em 0 0 .4em;
    border: solid rgba(255, 255, 255, .5);
    border-width: 2px 0 2px 2px;
	transition: .25s ease-in;
}
button .left span{
	display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
	font-weight: bold;
    letter-spacing: .02em;
    top: 50%;
	transform: translateY(-50%);
}
button .right{
	display: block;
	position: relative;
	width: auto !important;
	float: right;
	height: 100%;
	padding: 0 30px;
    border-radius: 0 .4em .4em 0;
    border: solid #FFB81F;
    border-width: 2px 2px 2px 0;
	background: #3100C2;
	overflow: hidden;
	transition: .25s ease-in;
}
button .right::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, .2);
	transition: .25s ease-out;
}
button .right img{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: .25s ease-out;
}
@media screen and (max-width: 1560px) {
	button{
		height: 76px;
	}
	button .left{
		padding: 0 24px 0 32px;
	}
	button .right{
		padding: 0 28px;
	}
}
.dropdown{
	display: block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: auto;
	border: solid rgba(255, 255, 255, .5);
    border-radius: 0 0 .4em .4em;
    border-width: 0 2px 2px 2px;
    background: #3100C2;
    overflow: hidden;
    top: calc(100% + 18px);
    left: 0;
	transition: .25s ease-in;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}
.dropdown a{
	display: block;
	position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 150%;
    color: #fff;
}
.button-container:hover .right::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	opacity: 0;
}
.button-container:hover .left{
	border: solid #FFB81F;
	border-radius: .4em 0 0 0;
	border-width: 2px 0 0 2px; 
	padding-bottom: 2px;
}
.button-container:hover .default .left{
	border-radius: .4em 0 0 .4em;
	border-width: 2px 0 2px 2px; 
	padding-bottom: 0px;
}
.button-container:hover .alt .right{
	border: solid #FFB81F;
	border-radius: 0 .4em 0 0;
	border-width: 2px 2px 0 0; 
	padding-bottom: 2px;
}
.button-container:hover .dropdown{
	visibility: visible;
	opacity: 100%;
	top: calc(100% - 2px);
	border: solid #FFB81F;
	border-radius: 0 0 .4em .4em;
	border-width: 0 2px 2px 2px;
}
.button-container:hover .alt .right img{
	transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1670px) {
	h1{
		font-size: 72px;
		padding-bottom: 32px;;
	}
	.banner-section .container .contents p{
		font-size: 21px;
	}
	.banner-section .contents .left img{
		width: 1120px;
	}
	.banner-section .contents{
		gap: 80px;
	}
}
@media screen and (max-width: 1300px) {
	.banner-section{
		padding: 80px 40px 0;
	}
	.banner-section .container{
		text-align: center;
	}
	.banner-section .contents{
		flex-direction: column;
		gap: 60px;
		max-width: 900px;
        margin: auto;
	}
	.banner-section .contents .left{
		width: 100%;
	}
	.banner-section .contents .left img{
		position: relative;
		width: 100%;
		top: 0;
	}
	.banner-section .contents .right{
		width: 100%;
        max-width: 100%;
	}
	.banner-section .container .contents .button-container{
		margin: auto;
	}
}
@media screen and (max-width: 720px) {
	h1{
		margin-left: 0 !important;
        font-size: 56px;
        text-align: center !important;
	}
}
.main-contents, .footer{
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    padding-top: 160px;
	z-index: 0;
}
.main-contents::before, .main-contents::after{
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 2830px);
	background: #3100C2;
	z-index: -1;
	top: 590px;
}
.main-contents::after{
	height: calc(var(--contact-height) + 80px);
	top: initial;
    bottom: 200px;
}
@media screen and (max-width: 1670px) {
	.main-contents::before{
		height: calc(100% - 2806px);
		top: 582px;
	}
}
@media screen and (max-width: 1560px) {
	.main-contents::before{
		height: calc(100% - 3110px);
        top: 514px;
	}
}
@media screen and (max-width: 1170px) {
	.main-contents::before, .main-contents::after{
		height: calc(100% - 3482px);
        top: 514px;
	}
}
@media screen and (max-width: 940px) {
	.main-contents::before, .main-contents::after{
		height: calc(100% - 3482px);
        top: 514px;
	}
}
@media screen and (max-width: 920px) {
	.main-contents::before, .main-contents::after{
		height: calc(100% - 3506px);
        top: 538px;
	}
}
@media screen and (max-width: 770px) {
	.main-contents::before, .main-contents::after{
		height: calc(100% - 4994px);
        top: 538px;
	}
}
.main-contents .container{
	max-width: 1530px;
	margin: auto;
}
.main-contents h1{
	margin-left: 96px;
	line-height: 144px;
	text-align: left;
}
.what-I-do .container{
	display: flex;
	column-gap: 28px;
	justify-content: center;
}
.what-I-do .item{
	position: relative;
	width: 490px;
	height: 620px;
	text-align: center;
	padding: 40px 60px;
	background: rgba(255, 255, 255, .2);
	border-radius: 4px;
}
.what-I-do .item img{
	display: block;
	width: 120px;
	height: auto;
	padding-bottom: 42px;
	margin: auto;
}
.what-I-do .title{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	padding: 20px 20px;
	background: #FFB81F;
	outline: 2px solid #fff;
	border-radius: 4px;
	color: #3100C2;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 48px;
	min-width: 220px;
}
.what-I-do .title span{
	display: inline-block;
}
.what-I-do p{
	display: block;
	margin-top: 50px;
	font-size: 24px;
	color: #fff;
	line-height: 160%;
}
@media screen and (max-width: 1560px) {
	.main-contents .what-I-do{
		padding: 0 20px;
	}
	.what-I-do .container{
		gap: 24px;
	}
	.main-contents, .footer{
		padding-top: 120px;
	}
	.what-I-do .item{
		max-width: 420px;
		height: 580px;
	}
	.what-I-do .item img{
		width: 96px;
	}
	.what-I-do .title{
		padding: 16px 20px;
		font-size: 28px;
	}
	.what-I-do p{
		font-size: 21px;
		margin-top: 42px;
	}
}
@media screen and (max-width: 1260px) {
	.what-I-do .container{
		flex-wrap: wrap;
		max-width: 865px;
		justify-content: left;
	}
}
@media screen and (max-width: 920px) {
	.what-I-do .item{
		width: 100%;
        max-width: 100%;
        height: 480px;
	}
	.what-I-do .item img{
		width: 120px;
	}
}
@media screen and (max-width: 720px) {
	.what-I-do .item{
        height: 520px;
	}
}
@media screen and (max-width: 560px) {
	.what-I-do .item{
        height: auto;
	}
}
.main-contents .portfolio, .main-contents .skills, .main-contents .contact{
	margin-top: 80px;
}
.main-contents .portfolio{
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
}
.main-contents .portfolio .items{
	display: inline-block;
	position: relative;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin: auto;
	outline: 2px solid #3100C2;
	margin: 2px;
}
.main-contents .portfolio .items .left-inline, .main-contents .portfolio .items .left-inline{
	top: 0;
	width: auto;
	height: auto;
}
.main-contents .portfolio .items .left-inline{
	float: left;
	max-width: 1000px;
}
.main-contents .portfolio .items .right-inline{
	float: right;
	max-width: 500px;
}
.main-contents .portfolio .item{
	display: block;
	position: relative;
	width: 1000px;
	height: 500px;
}
.main-contents .portfolio .item2{
	display: inline-block;
	width: auto;
	height: auto;
}
.main-contents .portfolio .item::after{
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	background: #460AF9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.main-contents .portfolio .item .left-sec, .main-contents .portfolio .item .right-sec, .main-contents .portfolio .item .top-sec{
	display: block;
	position: relative;
	float: left;
	width: 500px;
	height: 500px;
	text-align: left;
}
.main-contents .portfolio .items .img{
	overflow: hidden;
}
.main-contents .portfolio .items .img img{
	width: 100%;
}
.main-contents .portfolio .item .right-sec{
	float: right;
	background:#fff;
}
.main-contents .portfolio .item .top-sec{
	float: none;
	background: #fff;
}
.main-contents .portfolio .item .description{
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 40px;
	background: #460AF9;
}
.main-contents .portfolio .description p{
	font-size: 20px;
	line-height: 160%;
}
.main-contents .item .button-container{
	position: absolute;
	bottom: 42px;
	right: 40px;
}
.main-contents .portfolio .item .img img{
	transition: .25s ease-out;
}
.main-contents .portfolio .item:hover .img img{
	transform: scale(1.2);
	transition: 12s cubic-bezier(0,.6,.3,.98);
}
.disabled button{
	cursor: default;
}
.disabled .right{
	display: none;
}
.disabled .left{
	padding: 0 30px;
	border-radius: .4em;
	border-width:2px;
}
.disabled .left span{
	opacity: 50%;
}
.disabled:hover .left{
	border-radius: .4em !important;
    border-width: 2px !important;
    padding-bottom: 0px !important;
	border: solid rgba(255, 255, 255, .5);
}
@media screen and (max-width: 1560px) {
	.main-contents .portfolio .item .left-sec, .main-contents .portfolio .item .right-sec, .main-contents .portfolio .item .top-sec{
		width: 460px;
		height: 460px;
	}
	.main-contents .portfolio .items{
		width: 1380px;
	}
	.main-contents .portfolio .items .left-inline{
		max-width: 920px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 28px;
		line-height: 40px;
	}
	h4 {
		font-size: 21px;
		line-height: 32px;
	}
	.main-contents .portfolio .description p{
		font-size: 18px;
	}
	.main-contents .portfolio .item .description{
		row-gap: 16px;
		padding: 36px;
	}
}
@media screen and (max-width: 1400px) {
	.main-contents .portfolio .items .left-inline{
		z-index: 2;
	}
	.main-contents .portfolio .items{
		width: 920px;
	}
	.main-contents .portfolio .items .right-inline{
		float: none;
		max-width: 920px;
	}
	.main-contents .portfolio .item2{
		display: flex;
		width: 920px;
	}
}
@media screen and (max-width: 940px) {
	.main-contents .portfolio{
        padding: 0 20px;
	}
	.main-contents .portfolio .items{
		width: 100%;
        box-sizing: border-box;
	}
	.main-contents .portfolio .item2 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
	.main-contents .portfolio .items .left-inline{
		width: 100%;
	}
	.main-contents .portfolio .item .left-sec, .main-contents .portfolio .item .right-sec, .main-contents .portfolio .item .top-sec{
		width: 100%;
	}
	.main-contents .portfolio .item .description{
		width: 100%;
		z-index: 2;
	}
	.reverse{
		flex-direction: column-reverse !important;
	}

}
@media screen and (max-width: 510px) {
	.main-contents .portfolio .items .img img{
		width: auto;
		height: 100%;
	}
}
.skills{
	text-align: center;
}
.skills ul{
	display: inline-block;
	position: relative;
	width: auto;
	height: 64px;
}
.skills ul li{
	width: 280px;
}
.skills .items .hide{
	opacity: 0;
	transform: scale(0.7) translateY(40px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@keyframes hoverToggle {
	0%   {opacity: 0; transform: scale(0.7);transform: translateY(40px);}
	100% {opacity: 100%;transform: scale(1);transform: translateY(0px);}
}
.skills .items .popin{
	animation: hoverToggle .5s ease-in-out;
}
.skills ul li .text{
	padding-left: 24px;
}
.skills .items{
	flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
    text-align: center;
	padding: 60px 0 0;
	margin: auto;
}
.skills .items .item{
	width: 360px;
	height: 348px;
	background: rgba(255, 255, 255, .2);
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	padding: 50px 0;
}
.skills .items .item img{
	width: 120px;
	height: 120px;
	padding-bottom: 60px;
}
@media screen and (max-width: 1560px) {
	.skills .items{
		justify-content: left;
		max-width: 1128px;
	}
}
@media screen and (max-width: 1170px) {
	.skills .items{
		max-width: 744px;
	}
}
@media screen and (max-width: 770px) {
	.skills .items{
		max-width: 360px;
	}
	.skills ul li{
		width: auto;
	}
	.skills ul li .text{
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.skills .items{
		max-width: 100%;
		padding: 0 20px;
	}
	.skills .items .item{
		width: 100%;
	}
}
.contact .social-links{
	position: relative;
	width: 164px;
	height: 660px;
}
.contact .social-links a{
	display: block;
	width: 164px;
	height: 164px;
	margin-top: 1px;
	border-radius: 0;
    border-width: 0 2px 0 2px;
}
.contact .social-links a:first-child{
	border-radius: 4px 4px 0 0;
    border-width: 2px 2px 0 2px;
}
.contact .social-links a:last-child{
	border-radius: 0 0 4px 4px;
    border-width: 0 2px 2px 2px;
}
.contact .social-links a img{
	width: 60px;
	height: 60px;
}
.contact .contents{
	justify-content: center;
	column-gap: 80px;
}
.contact .contents .right .label{
	color: #fff;
    font-size: 36px;
    width: 164px;
    height: 164px;
	padding-bottom: 1px;
	justify-content: left;
    align-items: center;
}
@media screen and (max-width: 620px) {
	.contact .contents .right{
		display: none;
	}
}
.footer{
	text-align: center;
	padding-bottom: 20px;
}
.footer .container{
	display: inline-block;
	text-align: center;
}
.footer p{
	font-size: 20px;
	padding-bottom: 40px;
	color: #fff;
}
@media screen and (max-width: 400px) {
	.footer .container{
		padding: 0 20px;
	}
}
.portfolio-banner-section{
	padding-bottom: 160px;
}
.portfolio-banner .main-sec{
	gap: 80px;
	color: #fff;
}
.portfolio-banner .main-sec .img-sec{
	width: auto;
	height: 500px;
}
.portfolio-banner .main-sec .left img{
	position: relative;
	width: auto;
	height: auto;
	top:0;
}
.portfolio-banner .main-sec .right{
	width: auto;
	max-width: 100%;
}
.portfolio-banner .main-sec h5{
	padding-bottom: 40px;
}
.portfolio-banner .main-sec h4{
	padding-bottom: 60px;
}
@media screen and (max-width: 1300px) {
	.portfolio-banner-section .container .portfolio-banner .main-sec .right{
		text-align: left;
	}
	.portfolio-banner-section .container .portfolio-banner .main-sec .right .button-container{
		margin: 0;
	}
}
@media screen and (max-width: 1024px) {
	.portfolio-banner-section .container .portfolio-banner .main-sec {
		flex-direction: column;
	}
}
@media screen and (max-width: 600px) {
	.portfolio-banner-section .container .portfolio-banner .main-sec .img-sec, .portfolio-banner-section .container .portfolio-banner .main-sec .img-sec img{
		width: 100%;
		height: auto;
	}
}
.portfolio-sec-header{
	width: 100%;
	padding: 80px 40px;
}
.portfolio-sec-header h2{
	max-width: 1530px;
	margin: auto;
}
.portfolio-sec-display-1{
	flex-direction: column;
	gap: 120px;
	align-items: center;
	width: 100%;
	padding: 160px 40px;
	overflow: hidden;
}
.portfolio-sec-display-1 img{
	position: relative;
	width: 100%;
	display: block;
    margin: auto;
	z-index: 2;
}
.intro-quote-section{
	max-width: 1240px;
	text-align: center;
}
.intro-quote-section img{
	width: 240px;
	height: auto;
}
.intro-quote-section h5{
	line-height: 160%;
}
.intro-quote-section .container img{
	width: 60px;
	height: auto;
	padding: 60px;
}
.intro-quote-section .container{
	padding: 40px;
}
.portfolio-sec-display-1 ul{
	flex-direction: column;
	gap: 20px;
}
.portfolio-sec-display-1 ul li{
	display: block !important;
	margin: 0;
}
.portfolio-sec-display-1 .widget{
	display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 60px;
    background: #F9F7FF;
    width: 100%;
	max-width: 500px;
    justify-content: center;
	margin: auto;
}
.portfolio-sec-display-1 .widget.min-height, .portfolio-sec-display-1 .widget p.min-height{
	min-height: 280px;
}
.portfolio-sec-display-1 .widget.min-height2{
	min-height: 480px;
}
.portfolio-sec-display-1 .widget2{
	width: 500px;
}
.portfolio-sec-display-1 .widget2 .headline{
	background: transparent !important;
}
.portfolio-sec-display-1 .fixed-height{
	height: 640px;
}
.portfolio-sec-display-1 .widget img{
	width: 120px;
	height: auto;
}
.portfolio-sec-display-1 .widget img.survey-data{
	width: 180px;
	height: auto;
	margin-bottom: 0;
}
.portfolio-sec-display-1 .widget .headline{
	display: inline-block;
	padding: 20px;
	background: #FFB81F;
	border: 2px solid #460AF9;
	width: auto;
	margin: auto;
	color: #3100C2;
	text-align: center;
}
.portfolio-sec-display-1 .widget p{
	font-size: 24px !important;
	text-align: center;
}
.portfolio-sec-display-1 .widget .data{
	margin: auto;
}
.portfolio-sec-display-1 .widget .data h1{
	padding: 0;
	line-height: 160%;
}
.portfolio-sec-display-1 .widget .data h5{
	margin-top: 28px;
}
.portfolio-sec-display-1 .section-default{
	flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    max-width: 1530px;
}
.portfolio-sec-display-1 .section-default p{
	font-size: 20px;
	line-height: 160%;
}
.portfolio-sec-display-1 .section-default ul li p{
	padding-left: 20px;
}
.portfolio-sec-display-1 .section-default ul.no-bullet li p{
	padding-left: 0px;
}
.section-default .product-img-01{
	max-width: 600px;
}
.col-2{
	display: flex;
	flex-direction: row !important;
	gap: 80px !important;
}
.col-2 .container{
	flex-direction: column;
	gap: 40px;
}
@media screen and (max-width: 1168px) {
	.col-2{
		flex-direction: column !important;
		gap: 40px !important;
	}
	.portfolio-sec-display-1 .fixed-height{
		height: auto;
	}
	.portfolio-sec-display-1 .widget2{
		width: 100%;
	}
}
.down-svg{
	width: 48px !important;
	height: auto;
}
.widget-col-2{
	gap: 40px !important;
	margin: auto;
}
#preloader {
    flex-direction: column;
    gap: 20px;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #746B90;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
}

.preloader .label {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-end;
    width: 240px;
    font-size: 20px !important;
}

#progress-bar-container {
    width: 80%;
    max-width: 240px;
    height: 4px;
    background: #F9F7FF;
    position: relative;
}

#progress-bar {
    position: relative;
    width: 0%;
    height: 100%;
    background: #460AF9;
    transition: width 0.3s ease;
}

#progress-img {
    display: block;
    position: absolute;
    width: 48px;
    height: auto;
	left: 0; /* Start at the end of the progress bar */
    bottom: 0px;
    transform: translateX(-14px);
    transition: left 0.3s ease;
}
.bg-blur-img{
	z-index: 1 !important;
}
.users-sec{
	padding: 40px 60px;
	gap: 60px;
	background-color: #F9F7FF;
	width: 100%;
	justify-content: flex-start;
}
.users-sec img{
	height: 300px;
	margin: 0;
}
.users-sec .info{
	flex-direction: column;
	gap: 40px;
}
.users-sec .info .sec{
	flex-direction: column;
	gap: 20px;
}
.users-sec .info .sec p{
	font-size: 24px;
}
@media screen and (max-width: 1078px) {
	.users-sec{
		flex-direction: column;
		padding: 40px;
	}
	.users-sec img{
		max-width: 400px;
		height: auto;
	}
}
@media screen and (max-width: 778px) {
	.users-sec{
		padding: 24px;
	}
	.users-sec .info .sec p{
		font-size: 20px;
	}
}
.interview-quote{
	min-height: 600px !important;
	justify-content: flex-start !important;
	align-items: end;
}
.interview-quote .quote-icon2{
	width: 60px !important;
	height: auto;
	margin: 0 auto;
}
.interview-quote .quote{
	flex-grow: 1;
}
.interview-quote .quote p{
	padding-left: 44px;
	text-align: left;
}
.interview-quote .quote p::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	float: left;
	left: 0;
	background: #460AF9;
}