<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--index: calc(1vw + 1vh);
	--color-header: #f4efec;
	--color-text: #cdc6c3;
	--gallery-gap: calc(var(--index) * 7.5)
}
@font-face {
	font-family: 'Handvetica Neue';
	src: url(../fonts/dehinted-HandveticaNeue-Regular.ttf) format('truetype');
}
h1, h2, h3, h4, h5, h6 {
	font-family: outfit-c;
}
/* will-change */
.content, .hero, .main-header, .gallery &gt; * {
	will-change: transform;
}
body {
	background-image: url(../img/bg.avif);
	background-size: 400px;
	color: #fafafa;
	font-family: raleway-c;
	overflow-x: hidden;
	height: min-content;
}
.hero {
	width: calc(var(--index) * 36);
	position: absolute;
	left: 45vw;
	top: 22vh;
	z-index: -1;
}
.main-header {
	margin-top: 100px;
	height: 100vh;
}
.container {
	padding: 0 7vw;
}
.wrapper{
	bottom: -10vh;
}
.text{
	bottom: 12vh;
}
.main-title {
	font-size: calc(var(--index) * 8);
	position: absolute;
	width: min-content;

	line-height: .9;
	color: black;
	z-index: -1;
	font-family: 'Handvetica Neue', 'Comic Sans MS', Times, serif;
}
.sec-title {
	font-size: calc(var(--index) * 1.5);
	position: absolute;
	width: 800px;
	bottom: -1vh;
	line-height: .9;
	z-index: -1;
	color: black;
	font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
	min-width: 800px;
}
 .main-header {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
    .main-title, .sec-title {
      margin: 0;
    }
.text-block {
	color: var(--color-text);
	position: relative;
}
.text-block__h {
	font-size: 2rem;
	line-height: 2.4rem;
	color: var(--color-header);
	margin-bottom: 1.5rem;
}
.text-block__p {
	line-height: 1.75;
}
.container{
	margin-top: 100px;
}
body {
	background-image: url(../img/bg.avif);
	background-size: 500px;
	color: #fafafa;
	font-family: raleway-c;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	height: auto;
}
.ScrollSmoother-wrapper{
margin-left: 0px!important;
}
.hero {
	width: calc(var(--index) * 36);
	position: absolute;
	left: 37vw;
	top: 22vh;
	z-index: -1;
}
.heroi {
	width: calc(var(--index) * 36);
	position: absolute;
	left: 37vw;
	top: 7vh;
	z-index: -1;
}
.main-header {
	height: 100vh;
}
.container {
	padding: 0 4vw;
}
.main-title {
	font-size: calc(var(--index) * 8);
	position: absolute;
	width: min-content;
	bottom: 12vh;
	line-height: .9;
}
.gallery {
	display: flex;
	padding: calc(var(--index) * 8) 0;
}
.gallery &gt; * {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.gallery__item {
	max-width: calc(var(--index) * 21);
	margin-bottom: var(--gallery-gap);
	max-height: 600px;
	height: auto;
	border-radius: 8px;
	z-index: 10;
}
.gallery__left {
	margin-top: 30px;
}
.gallery__right .gallery__item {
	margin: 0;
	margin-top: var(--gallery-gap);
}
.text-block {
	color: var(--color-text);
	position: relative;
}
.text-block__h {
	font-size: 2rem;
	line-height: 2.4rem;
	color: var(--color-header);
	margin-bottom: 1.5rem;
}
.text-block__p {
	line-height: 1.75;
}
.btn{
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(/img/bgnav3.jpg);
	position: fixed;
	z-index: 7;
	height: 70px;
	width: 70px;
	display: flex!important;
	justify-content: center;
	align-items:center;
	transition: 0.5s!important;
}
.btn:hover{
	transform: scale(1.3);
}
.dropdown{
  position: absolute;
}
.dropdown-menu{
	width: 100%;
	height: 100%;
	background-color: gray;
}
.dropdown-item{
	background-color: gray;
}
.menu{
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	position: fixed;
	z-index: 4;
	backdrop-filter: blur(5px);
	transition: opacity 1s!important;
	display: flex;
	visibility: hidden;
}

.logo{
	transition: opacity 1s;
	z-index: 4;
	width: 50px;
	height: 50px;
	position: absolute;
	transition: 1s!important;
}
.logo1{
	transition: opacity 1s;
	z-index: 5;
	width: 50px;
	height: 50px;
	position: absolute;
	transition: 1s!important;
}
.logo:hover{
	transform: scale(1.3);
}
.logo1:hover{
	transform: scale(1.3);
}
.nav{
	justify-content: center!important;
	align-items: center!important;
	width: 100%;
	display: flex!important;
}
.nav-item{
	display: flex!important;
	height: 50px;
}
.nav-link{
	align-self: center!important;
	font-family:'Handvetica Neue', 'Comic Sans Ms';
	color: #3b3b3b!important;
	font-size: 25px!important;
	transition: 0.5s!important;
}
.nav-link:hover{
	transform: scale(1.3);
}
.active{
	color: #000000!important;
	background-color: rgba(151, 151, 151, 0.2)!important;
}
.footer{
	display: flex;
	width: 100%;
	height: 200px;
	margin-top: auto;
	background-image: url(/img/foter.png);
	background-size: 100%;
}
.gg{
	width: 100%;
	display: flex;
	align-self: center;
	justify-content: space-around;
}
.con{

	width: 250px;
	height: auto;
}
.a{
	margin-top: 350px;
}
.portfolio{
	width: 100%;
}
.footer {
  background-image: url('../img/foter1.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin-top: auto;
}

.footer.show {
  opacity: 1;
  transform: translateY(0);
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 20px;
}

.footer-img {
  justify-self: space-around;
  align-self: start;
  width: 300px;
  height: auto;
  transition: transform 0.3s ease;
}

.footer-img:hover {
  transform: scale(1.1);
}
.sketchfab-embed-wrapper{
	width: 100%;
	height: 100%;
}
.mod{
	width: 100vw;
    height: 100vh;
    z-index: 4;
}
.bod{
	width: 100%;
	height: 100%;
}
.titlebar{
    visibility: hidden;
}
.rrr {
  display: none;
}
.fff {
  display: flex;
  flex-direction: row;
}




@media (max-width: 1200px){
.fff{
  display: none;
}
.rrr{
  display: block;
}
}
@media (max-width: 992px){
.fff{
  display: none;
}
.rrr{
  display: block;
}
}
@media (max-width: 768px){
.fff{
  display: none;
}
.rrr{
  display: block;
}
}
@media (max-width: 576px){
.fff{
  display: none;
}
.rrr{
  display: block;
}
}
@media (max-width: 400px){
.fff{
  display: none;
}
.rrr{
  display: block;
}
}
@media (max-width: 768px) {
      .hero {
        width: 80%;
        margin-left: 50%;
        transform: translateX(-50%);
        left: 0;
        position: relative;
        height: auto;
        max-width: none;
      }
    }
@media (max-width: 768px) {
  .main-header {
    position: relative;
    height: auto;
    padding-bottom: 20px;
  }

  .main-title {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin-top: 20px;
  }

  .sec-title {
    position: relative;
    width: 100%;
    min-width: auto;
    bottom: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
    font-size: calc(var(--index) * 1.2);
  }

  .hero {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 768px) {
  .footer {
    height: 150px;
  }
  .footer-content {
    gap: 30px;
  }
  .footer-img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .footer {
    height: 120px;
  }
  .footer-content {
    gap: 20px;
  }
  .footer-img {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  
  .hero {
    width: 80%;
    width: calc(var(--index) * 30);
    left: 35vw;
  }
  .main-title {
    font-size: calc(var(--index) * 6);
  }
  .sec-title {
    font-size: calc(var(--index) * 1.3);
    width: 600px;
    min-width: 600px;
  }
  .gallery__item {
    max-width: calc(var(--index) * 18);
  }
}

@media (max-width: 992px) {

  .gallery {
    flex-direction: column;
    padding: calc(var(--index) * 4) 0;
  }
  
  .gallery &gt; * {
    width: 100% !important;
  }
  
  .gallery__left, .gallery__right {
    margin-top: 0 !important;
    order: unset !important;
  }
  
  .gallery__item {
    max-width: 80% !important;
    margin: 20px auto !important;
    order: unset !important;
  }
  
  
  .gallery__left, .gallery__right {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero {
    left: 25vw;
    top: 30vh;
  }
  .main-title {
    font-size: calc(var(--index) * 4);
    bottom: 20vh;
  }
  .sec-title {
    font-size: calc(var(--index) * 0.9);
    width: 400px;
    min-width: 400px;
  }
  .nav-link {
    font-size: 20px !important;
  }
  .con {
    width: 200px;
  }
}

@media (max-width: 576px) {
  .hero { width: 70%;
    left: 20vw;
    top: 35vh;
  }
  .main-title {
    font-size: calc(var(--index) * 3);
    bottom: 25vh;
  }
  .sec-title {
    font-size: calc(var(--index) * 0.7);
    width: 300px;
    min-width: 300px;
    bottom: 10vh;
  }
  .gallery__item {
    max-width: 90% !important;
  }
  .nav-link {
    font-size: 18px !important;
  }
  .btn {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }
  .logo, .logo1 {
    width: 40px !important;
    height: 40px !important;
  }
  .con {
    width: 150px;
  }
}

@media (max-width: 400px) {
  .hero {
    width: 70%;
    left: 15vw;
  }
  .main-title {
    font-size: calc(var(--index) * 2.5);
  }
  .sec-title {
    font-size: calc(var(--index) * 0.6);
    width: 250px;
    min-width: 250px;
  }
  .nav-link {
    font-size: 16px !important;
  }
}

.menu {
  transition: opacity 0.5s, visibility 0.5s !important;
}

.ScrollSmoother-wrapper {
  margin-left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .ScrollSmoother-wrapper {
    margin-left: 60px;
  }
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .gallery__left, .gallery__right {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .rrr .gallery__item {
    margin: 20px auto !important;
    max-width: 80% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .gallery {
    flex-direction: column;
    padding: calc(var(--index) * 4) 0;
  }
}</pre></body></html>