@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


html {
  scroll-behavior: smooth;
}
body{
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	font-family: 'Satoshi-Variable';
	color: #000;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}

a, a:active, a:hover, a:focus, button:focus{
	outline: none;
	text-decoration: none;
	color: #000;
	cursor: pointer !important;
}
body.loading {
	overflow: hidden;
}

#loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	background-color: rgb(255, 255, 255);
	z-index: 1111;
}
#loader .loaderStar {
	position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transform: translate(-50%, -50%);
	height: 60px;
	animation: loader 5s linear forwards infinite;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#header {
	padding: 15px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 11;
	transition: all linear 0.4s;
	height: 110px;
}
#header.fixed {
  position: fixed;
  padding: 10px 0;
  height: 70px;
  /*animation: stickyMenu 0.8s ease-in-out forwards;*/
}
@keyframes stickyMenu {
    0% {
        height: 110px;
    }
    100% {
        height: 70px;
    }
}
.contact #header {
	position: relative;
}
#header .navbar-nav .nav-link {
	color: #231f20;
	padding: 0;
	font-size: 21px;
	font-family: 'Satoshi-Variable';
	font-weight: 700;
}
#header .navbar-nav .nav-item:not(:last-child) {
	margin-right: 25px;
}

#header .navbar-brand .logo {
	height: 70px;
	transition: all linear 0.4s;
}
#header.fixed .navbar-brand .logo {
	height: 40px;
}
#svgAnim {
	position: fixed;
	left: 0;
	right: 0;
	top: 110px;
	z-index: 11;
}
.downArrow {
	height: 120px;
	position: fixed;
	top: 30vh;
	right: 50px;
	z-index: 111;
	animation: jumpArrow 2s linear infinite;
}
@keyframes jumpArrow {
	0% {
		top: 30vh;
	}
	50% {
		top: 35vh;
	}
	100% {
		top: 30vh;
	}
}
#svgAnimFooter {
	margin-top: 110px;
}
/*#svgAnimFooter ,
#svgAnim  {
	height: 200px;
	margin-right: 50px;
}*/
.logoStarHome {
	height: 200px;
	margin-right: 10vw;
	position: fixed;
	z-index: 111;
	right: 0;
	top: 110px;
	transition: all linear 0.4s;
}
.logoStarHome.smaller {
	height: 150px;
	top: 50px;
}
.logoStar {
	height: 200px;
	margin-right: 10vw;
	position: fixed;
	z-index: 111;
	right: 0;
	top: 110px;
	transition: all linear 0.4s;
	animation: rotateStar 1s linear forwards;
}
@keyframes rotateStar {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(60deg);
	}
}
.logoStar.smaller {
	height: 150px;
	top: 50px;
}
#svgAnimFooter h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 60px;
}
#svgAnimFooter p {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 500;
}

#projects {
	position: relative;
}

#projects .projectHead {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: var(--bs-gutter-x,.75rem);
	white-space: nowrap;
}
#projects .projectMedia {
	display: flex;
}
.home #projects .projectMedia {
    margin-top: 34px;
}
#projects .projectMedia .proImage {
	height: calc(100vh - 368px);
}
#projects .projectMedia .proImageSingle {
  height: calc(100vh - 368px);
}



.sticky-wrapper {
  position: sticky;
  top: 334px;
  width: 100%;
  overflow: hidden;
}
.element-wrapper {
  position: relative;
  display: flex;
}


.customForm .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #2c2c2c;
	padding: .375rem .25rem;
}
.customForm .btnSend {
	background-color: #000;
	color: #fff;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
}

#contact {
	padding-bottom: 100px;
}
#contact .serviceList {
	list-style-type: none;
	padding: 0;
}
#contact .serviceList li {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
#contact .contactList {
	list-style-type: none;
	padding: 0;
}
#contact .contactList li {
	font-weight: 500;
}
#contact .contactList li:not(:last-child) {
	margin-right: 40px;
} 
#contact .contactList li a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
#contact .socialList {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px;
}
#contact .socialList li:not(:last-child) {
	margin-right: 25px;
}
#contact .socialList li a {
	color: #999999;
	font-size: 14px;
}


/** { 
	cursor: none; 
}*/


.cursor {  
	cursor: none; 
	width: 30px; 
	height: auto; 
	position: fixed; 
	pointer-events: none; 
	top: 0; 
	left: 0; 
	display: none; 
	z-index: 10000; 
	transform: 
	translate(-50%, -50%);  
	transition: transform 0.5s ease; 
	overflow: show; 
}
.cursor img { 
	width: 100%; 
	height: auto; 
	transform: rotate(0) scale(1); 
	transition: .3s ease; 
}
.cursor.hover img { 
	transform: scale(0);
}





@media (min-width: 280px) and (max-width: 575px) {
	#header .navbar-brand .logo {
	  width: 200px;
	}
	#contact .contactList li:not(:last-child) {
	  margin-right: 0px;
	  margin-bottom: 5px;
	}
	#svgAnim {
		padding-bottom: 20px;
	}
	#svgAnim h1 {
		margin-top: 50px;
	} 
	.logoStar { 
		display: none;
	}
	.cursor {
		display: none !important;
	}
	.logoStarHome {
  	height: 100px;
  }
  .logoStarHome.smaller {
	  height: 100px;
	  top: 80px;
	}

	#projects .projectMedia .proImage {
		/*height: calc(100vh - 368px);*/
		height: auto;
		width: 100vw;
	}
	#projects .projectMedia .proImageSingle {
	  /*height: calc(100vh - 368px);*/
	  height: auto;
		width: 100vw;
	}
	.sticky-wrapper {
	  position: fixed;
	  top: unset;
	  bottom: 0;
	}
	#projects .projectHead {
        font-size: 13px;
	}
}

@media (min-width: 575px) and (max-width: 767px) {
	#contact .contactList li:not(:last-child) {
	  margin-right: 0px;
	  margin-bottom: 5px;
	}
	#svgAnim {
		padding-bottom: 20px;
	}
	#svgAnim h1 {
		margin-top: 50px;
	} 
	.logoStar { 
		display: none;
	}
	.cursor {
		display: none !important;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	#contact .contactList li:not(:last-child) {
	  margin-right: 0px;
	  margin-bottom: 5px;
	}
	#svgAnim {
		padding-bottom: 20px;
	}
	.cursor {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
}
@media (min-width: 1400px) and (max-width: 1679px) {

}
@media (min-width: 1680px) and (max-width: 1919px) {

}

@media (min-width: 992px) {
	body {
		cursor: none;
	}
}
@media (min-width: 1920px) {
	#header {
		height: 135px;
		padding: 15px 0;
	}
	#header.fixed {
		height: 135px;
		padding: 15px 0;
	}
	#header .navbar-brand .logo {
	  	height: 95px;
	}
	#header.fixed .navbar-brand .logo {
		height: 95px;
	}
	#svgAnimFooter img, #svgAnim img {
	  height: 302px;
	}
	.logoStarHome.smaller {
	    height: 200px;
	    top: 110px;
	}
	#svgAnimFooter h1 {
		margin-top: 180px;
	}
	.logoStar.smaller {
	  top: 110px;
	}
}