/************MAIN-FULL-BACKGROUND************/

body {
	overflow: initial;
}

.main-full-background-wrapper {
	position: relative;
}

.main-full-background-image {
	height: 100vh;
	width: 100wh;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(6px);
	-webkit-filter: blur(6px);
}

.main-full-background-text-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
	width: 80%;
}

.darken .main-full-background-text-holder {
	color: black;
}

.orange .main-full-background-text-holder {
	color: orange;
}

.main-full-background-text-holder>.title {
	font-size: 144px;
}

.main-full-background-text-holder>.description {
	font-size: 56px;
}

.main-full-background-wrapper h1 {
	margin: 0px;
}

/************MAIN-FULL-BACKGROUND************/

.default-wrapper {
	background-image: url('/img/project_bg.jpg');
	/* background-attachment: fixed; */
	background-position: 50% 0;
	background-size: cover;
	position: relative;
	padding: 170px 0 50px;
	color: #fff;

}

.default-wrapper > .its-container {
	position: relative;
	z-index: 1;
}

.detail-project-wrapper {
	height: 100vh;
	background-image: url('/img/project_bg.jpg');
	background-position: 50% 0;
	background-size: cover;
	position: relative;
	padding: 170px 0 50px;
	color: #fff;
	overflow: hidden;
}

.darklayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 0;
}

.detail-project-wrapper > .its-container {
	height: 100%;
	position: relative;
	z-index: 1;
}

.detail-project-wrapper > .its-container::before {
	display: table;
	content: " ";
}

.detail-project-inner {
	height: 100%;
}

section .section-title {
    margin-bottom: 30px;
}

section .small-contact .section-title {
	margin-bottom: 3vh;
}

.detail-project-wrapper .section-title h3 { 
	text-transform: initial;
}

.detail-project-inner .project-body {
	height: calc(100% - 200px);
	display: flex;
    margin-left: -100px;
}

.detail-project-inner .button-wrapper {
	text-align: center;
	padding-top: 40px;
}

.detail-project-inner .project-body .desc-container-wrapper {
	width: 66.66666%;
	padding-left: 100px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.detail-project-inner .project-body .mob-container-wrapper {
	width: 33.33333%;
	padding-left: 100px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-project-inner .project-body .desc-container-wrapper .desc-container {
	/* height: 100%; */
	padding-top: 71.5%;
	background-image: url('/img/ipad.svg');
	background-size: cover;
	background-position: center;
}

.detail-project-inner .project-body .desc-container-wrapper .desc-inner {
	border: 2px solid #606063;
    border-radius: 40px;
	height: 500px;
	background: #000;
	max-width: 100% !important;
	position: relative;
}

.detail-project-inner .project-body .desc-container-wrapper .desc-inner .desc-for-border {
	border: 30px solid #000;
	height: 100%;
	border-radius: 40px;
	background: #000;
	/* overflow: hidden; */
	/* pointer-events: none; */
}

.detail-project-inner .project-body .desc-container-wrapper .desc-inner .for-radius {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 30px solid #000;
    border-radius: 45px;
    pointer-events: none;
}

.detail-project-inner .project-body .desc-container-wrapper .desc-inner .desc-for-border img {
	max-width: 100%;
}


.detail-project-inner .project-body .mob-container-wrapper .mob-inner {
	border: 2px solid #666669;
    border-radius: 30px;
	height: 450px;
	width: 220px;
	background: #000;
	max-width: 100% !important;
	position: relative;
}

.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border {
	border: 10px solid #000;
	height: 100%;
	border-radius: 30px;
	background: #fff;
	position: relative;
}

.detail-project-inner .project-body .mob-container-wrapper .mob-inner .for-radius {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #000;
    border-radius: 30px;
    pointer-events: none;
}

.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border .for-mobile {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border img {
	max-width: 100%;
}

.detail-project-inner .simplebar-content-wrapper {
}

.items-wrapper {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
}

.items-wrapper .item {
    width: 25%;
    padding: 0 0 50px 50px;
    position: relative;
}

.item .item-inner {
    padding: 50px 20px;
    -webkit-clip-path: polygon(0px 60px, 60px 0px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0px 60px, 60px 0px, 100% 0%, 100% 100%, 0% 100%);
    /* background: linear-gradient(135deg, #2c0128 0%, #000935 100%, #00208a 100%); */
    background: transparent;
    color: #fff;
    font-size: 36px;
    /* font-weight: bold; */
    text-transform: uppercase;
    text-align: center;
    /* cursor: grab; */
    /* box-shadow: 0px 5px 3px 10px rgba(255,255,255,1); */
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item .item-inner a {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 26px;
    right: 0;
    height: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #2c0128 0%, #000935 100%, #00208a 100%);
    -webkit-filter: blur(35px);
    filter: blur(35px);
    top: -22px;
    height: 100%;
    width: 100%;
    transform: scale(.85);
    z-index: 0;
    opacity: 0;
    transition: opacity .5s;
}

.draggeble-container .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #2c0128 0%, #000935 100%, #00208a 100%);
    -webkit-filter: blur(35px);
    filter: blur(35px);
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    z-index: 0;
    opacity: 1;
    transition: opacity .5s;
}

.item:hover::before {
    opacity: 1;
}

.line {
    position: absolute;
    background: #fff;
    z-index: 5;
    /* transition: .5s ease-in; */
    
}

.line.line-1 {
    bottom: 0px;
    left: 0;
    height: calc(100% - 60px);
    /* transition-delay: 1s; */
    width: 2px;
}

.line.line-2 {
    bottom: 0px;
    right: 0;
    width: 100%;
    /* transition-delay: .5s; */
    height: 2px;
}

.line.line-3 {
    top: 0px;
    right: 0;
    width: 2px;
    height: 100%;
}

.line.line-4 {
    top: 0px;
    left: 60px;
    width: calc(100% - 60px);
    /* transition-delay: 1.65s; */
    height: 2px;
}

.line.line-5 {
    bottom: calc(100% - 62px);
    left: 0;
    width: 142px;
    /* transition: .15s;
    transition-delay: 1.5s; */
    height: 2px;
    left: 0px;
    transform: rotate(-45deg);
    transform-origin: 0% 0%;
}


@media (max-width: 1600px) {
    .item .item-inner {
        font-size: 28px;
    }
}

@media (max-width: 1400px) {
	.detail-project-wrapper {
		padding-top: 100px;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner {
		height: 430px;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner {
		height: 370px;
		width: 181px;
	}
}

@media (max-width: 1350px) {
    .items-wrapper .item {
        width: 33.333333%;
    }
}

@media (max-width: 1024px) {
	.detail-project-wrapper {
		height: auto;
		padding-top: 120px;
	}

	.detail-project-wrapper > .its-container {
		height: auto;
	}

	.detail-project-inner {
		height: auto;
	}

	.detail-project-inner .project-body {
		height: auto;
	}

	section .section-title {
		margin-bottom: 35px;
	}	

	section .section-title h3 {
		font-size: 40px;
		text-align: center;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner {
		height: 350px;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner {
		height: 350px;
		width: 171px;
		border-radius: 25px;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner .desc-for-border {
		border-width: 20px;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border {
		border-width: 8px;
		border-radius: 25px;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner .for-radius {
		border: 20px solid #000;
		border-radius: 40px;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner .for-radius {
		border: 8px solid #000;
		border-radius: 25px;
	}

	.items-wrapper .item {
		width: 50%;
	}

	.item .item-inner {
		padding: 50px;
	}
}

@media (max-width: 767px) {

	.item .item-inner {
        font-size: 18px;
        font-weight: bold;
    }

    .items-wrapper .item {
        width: 100%;
    }

	section .section-title h3 {
		font-size: 30px;
		text-align: center;
	}

	.detail-project-inner .project-body {
		margin-left: 0;
		flex-wrap: wrap;
	}

	.detail-project-inner .project-body .desc-container-wrapper {
		width: 100%;
		padding-left: 0;
		padding-bottom: 40px;
		justify-content: center;
	}

	.detail-project-inner .project-body .mob-container-wrapper {
		width: 100%;
		padding-left: 0;
		justify-content: center;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner {
		width: 100% !important;
		height: 0;
		padding-bottom: 71.5%;
		position: relative;
	}

	.detail-project-inner .project-body .desc-container-wrapper .desc-inner .desc-for-border {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner {
		height: auto;
		width: 100%;
		max-width: 320px !important;
		
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border {
		height: 0;
		width: 100%;
		padding-bottom: 205%;
		position: relative;
	}

	.detail-project-inner .project-body .mob-container-wrapper .mob-inner .mob-for-border .for-mobile {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}
}