/*
	Theme Name: 	myWeb.id-script.com
	Datum: 			30. Oktober 2025
	Version: 		1.0
	Author: 		id-script // graphic . print . web
	Author URI: 	https://id-script.com/
*/

/* ================================================
-- Default
================================================ */

:root {

	--ff-h:			'Finlandica', sans-serif;
	--ff-p:			'Finlandica', sans-serif;

	--white: 		#f1f3f4;
	--black:		#0d1117;
	--blue: 		#00CBFF;
	--blue-light:	#338FA6;
	--blue-dark:	#355C66;

}

::-moz-selection,
::selection {
	color: var(--blue)!important;
	background: var(--blue-dark)!important;
}

body {
	background: var(--black);
	font-family: var(--ff-p), sans-serif;
	font-size: 17px;
	color: var(--white);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .25px;
}

/* ================================================
-- Fonts
================================================ */

h1 {
	font-family: var(--ff-h);
	color: var(--white);
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.05px;
	line-height: 1.3;
	margin-bottom: 60px;
}

h2 {
	font-family: var(--ff-p);
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
}

h4 {
	font-family: var(--ff-h);
	color: var(--white);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05px;
	line-height: 1.3;
	margin-bottom: 60px;
}

p {
	hyphens: auto;
}

a {
	display: block;
	text-decoration: none;
	color: var(--white);
	transition: all .4s;
	cursor: pointer;
}

b,
strong {
	color: var(--white);
	font-weight: 700;
}

/* ================================================
-- Classes
================================================ */
.px {
	padding-left: 4vw;
	padding-right: 4vw;
}


.sec_title {
	text-align: center;
}
/* ================================================
-- Home: Hero
================================================ */

#hero {
	height: 100dvh;
	overflow: hidden;
}

#hero .inner {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
	padding-top: 80px;
	text-align: center;
}

.gradient_txt {
	background-image: linear-gradient(115deg, #f5f 30%, var(--white) 50%, #00dbff 70%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-block;
}

#hero h2 {
	margin-bottom: 40px;
}

#hero .ctn {
	max-width: 800px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

#home_hero .btns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	margin-top: 60px;
}

@media screen and (min-width: 768px){

}

/* ================================================
-- Home: Slider
================================================ */
#clients {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* ================================================
-- Home: About
================================================ */
#about {
	height: 100dvh;
	background: var(--black);
	color: var(--white);
	z-index: 100;
	position: relative;
}

#about .inner {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.treatment-reveal {
	background: var(--black);
	color: var(--white);
	z-index: 100;
	position: relative;
}
.treatment-reveal .inner {
	padding: 0 5vw;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	height: 100%;
}

#about h3 {

	background-image: linear-gradient(115deg, #f5f 30%, var(--white) 50%, #00dbff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
	/*

  background-image: linear-gradient(115deg, #f5f 30%, var(--white) 50%, #00dbff 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

	*/
}

.line {
	position: relative;
}
.line-mask {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--black);
	opacity: 0.65;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.split-lines {
	font-family: var(--ff-headline);
	font-size: 1.75rem;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
}
@media (min-width: 769px){
	.treatment-reveal .inner {
		padding: 0 10vw;
	}
}
@media (min-width: 1025px){
	.treatment-reveal .inner {
		margin: auto;
		text-align: center;
	}
	.split-lines {
		width: 70%;
		margin: auto;
	}
}
@media (min-width: 1201px){
	.treatment-reveal {
		padding: 14vh 0;
	}
}
@media (min-width: 1681px) {
	.treatment-reveal {
		padding: 16vh 0;
	}
	.split-lines {
		width: 60%;
	}
}
#sec_scrolling {
	display: block;
	position: relative;
	width: 100%;
	height: 64px;
	background: var(--white);
	z-index: 500;
}

#sec_scrolling .scroll-wrapper {
	width: 100vw;
	color: var(--black);
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	bottom: 0;
}

#services .item {
	border: 1px solid #303038;
	border-radius: 16px;
	padding: 25px;
	background: #161B22;
}

/**/

.wrap{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-perspective: 2500px;
  perspective: 2500px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
	.girl {
		border:  #fffefe 10px solid;
		background: url("https://res.cloudinary.com/malaika/image/upload/e_grayscale/v1564579524/d7isyf5-137c7a98-d161-496f-9753-f96f530be3be_1.png") no-repeat ;
		margin-left: 0;
		width: 450px;
		height: 600px;
 		bottom: 0%;
		top: 10%;
		position: absolute;
	}
	h1{
		left: -5%;
		transform: rotate(-49deg);
		color: #333;
		font-size: 4em;
		font-family: Raleway, sans-serif;
		top: 25%;
		position: absolute;
		span{
			color: black;
			font-weight: 1000;
		}
	}
  .list{
    width: 80%;
    height: 150vh;
    overflow-x: hidden;
    webkit-transform: rotateX(35deg) rotateY(3deg) rotateZ(27deg);
    transform: rotateX(35deg) rotateY(3deg) rotateZ(27deg);
    margin: 0 0 0 200px;
    padding: 150px 100px 500px 0;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
    &::-webkit-scrollbar {
      display: none;
    }
    &::-webkit-scrollbar {
      display: block;
    }
.item{

			filter: grayscale(100%);
      width: 30%;
      height: 400px;
      margin: 20px;
      display: inline-block;
      position: relative;
	&::after {
    content: '';
    position: absolute;
    z-index: 150;
    width: 100%;
		top: 0px;
		left: -0px;
    height: 100%;
    background: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/3960c8e1-d90e-4e60-8522-816b41b93892/d84vq6v-5985a860-c6c3-453c-a0ae-e80e5e5abf06.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzM5NjBjOGUxLWQ5MGUtNGU2MC04NTIyLTgxNmI0MWI5Mzg5MlwvZDg0dnE2di01OTg1YTg2MC1jNmMzLTQ1M2MtYTBhZS1lODBlNWU1YWJmMDYucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.G2ljZtN3fPs4NhvF-fCGxl_97BA4w8kvt_qGyJH1RNI");
    opacity: .1;
  }
      .img{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        box-shadow: 1px 1px 50px 0 #000;
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        z-index: 10;
        position: relative;

			}
		}
  }
}
button{
	border: 2px solid black;
	padding: 10px;
	z-index:9999;
	top:-300px;
	position: relative;
	display: inline;
	margin-left:-60px;
	outline: none;
}
@media only screen and (max-width: 768px) {
  .girl{  background:url(https://res.cloudinary.com/malaika/image/upload/v1564328867/Gabriella-Wilde-PNG-HD_1_2.png) no-repeat cover fixed;
  }
	h1{
		display:none;
	}
}




#services .entry {
	text-align: center;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

#services .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#services .items .item {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	
}
















