@font-face {
    font-family: GilroyBold;
    src: url('/files/Gilroy-FREE/Gilroy-ExtraBold.otf');
}
@font-face {
    font-family: GilroyLight;
    src: url('/files/Gilroy-FREE/Gilroy-Light.otf');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: GilroyLight ;
 
}
button {
  appearance: none;
  -webkit-appearance: none;
}
input, textarea, select {
  -webkit-appearance: none;  /* Removes default styling on iOS */
  outline: none;             /* Removes default outline */
  border: none;              /* Optional: remove border if needed */
}


:root {
    --color1: #E41936;
    --color2: #e6c3b0;
    --color3: #bdc6cd;
  }
  
#circle2 {
    position:absolute;
    transform:translate(-50%,-50%);
    height:30px;
    width:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events: none;
    transition: 90ms ease;
    background-color:rgba(255, 0, 0, 0.6);
    }

.flex{
    display: flex;
    align-items: center;
    gap:1rem
}
a{
    text-decoration: none;
    color:black;
    font-size: large;
}
nav{
    justify-content: space-between;
    padding-inline: 2rem;
    font-size: larger;
    position:static;
    left: 0;
    top: 0;
}
header{
background-color: whitesmoke;
}
.hero{
    padding: 1rem;
    padding-left: 4rem;
  
}
.topImage{
  display: none;
}
h1{
font-weight:normal;
font-family: GilroyLight;

}
.hero-text{
  font-family: GilroyBold;
  font-size: 5rem;
  margin-block:2rem 1rem;
    color: black;
    -webkit-text-fill-color: whitesmoke; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1.4px black;
}
.hero-text span{
  font-family: GilroyBold;

}
 h1 span:hover{
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke: none;
}
.circle{
    position:relative;
    width: 200px;
    height: 200px;
    margin: 0  auto;
    margin-top: 2rem;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    cursor: pointer;
}
.text{
    width: 100%;
    height: 100%;
    position: absolute;
    animation: rotate 10s linear infinite;
    font-size: medium;
}
.text span{
  position: absolute;
  left:50%;
  transform-origin:0 100px;
}
.cta-btn{
    padding: 1.3em 2.3em;
    min-width: 300px;
    font-size: larger;
    border: none;
    border-radius: 45px;
    border: 1px solid black;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(130,170,178,0.3);
}


.sidetext {
    writing-mode: vertical-lr;
    text-orientation: upright;
    position:absolute;
    right:4rem;
    top:20%;
    font-size: 9px;
   
    padding: 10px 1px;   
}
.sidetext i{
    color: black;
    opacity:.6;
    padding-inline:4rem 2rem;
    font-size:medium

}
.sidetext i:hover{
color: red;
transform: scale(1.2,1.2);

}
.values{
    min-height:100vh;
    
    text-align: center;
    padding: 3rem 1rem 1rem 1rem;
    margin-top: 1rem;
}
h3{
    font-size: 3rem;  
    font-family: GilroyLight;
    font-weight: normal;

}
.wrapper {
    display: grid;
    width: 100%;
    grid-gap: 1rem;
    grid-template-columns: [col] 1fr [col] 1fr [col] 1fr [col] 1fr  ;
    grid-template-rows: [row] auto [row] auto [row] ;
    background-color: black;
    color: #444;
    padding: 1rem;
    margin-top: 4rem;

    
  }

  .box {
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
    height: 400px;
    background-position: center;
    background-size: contain;
    
  }

  .a {
    grid-column: col / span 2;
    grid-row: row ;
    background-image: url('https://images.pexels.com/photos/7661590/pexels-photo-7661590.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
  }
  .b {
    grid-column: col 3 / span 2 ;
    grid-row: row ;
    background-image: url('https://images.pexels.com/photos/5409680/pexels-photo-5409680.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    
  }
  .c {
    grid-column: col;
    grid-row: row 2 ;
    background-image: url('https://images.pexels.com/photos/15096126/pexels-photo-15096126.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
  }
  .d {
    grid-column: col 2 / span 2 ;
    grid-row: row 2 ;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: black;

  }
  .e {
    grid-column: col / span 2;
    grid-row: row 3;
    background-image: url('/files/images/Editorial\ Branding\ studio\ for\ fashion\ and\ photographer.png');
  }
  .g {
    grid-column: col 3 / span 2;
    grid-row: row 3;
    background-image:url('https://images.pexels.com/photos/3817580/pexels-photo-3817580.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
  }
  .f{
    grid-column: col 4;
    grid-row: row 2;
    background-image: url('https://images.pexels.com/photos/3685523/pexels-photo-3685523.jpeg?auto=compress&cs=tinysrgb&w=800');}
/* animations */

@keyframes rotate {
    0%{
        transform: rotate(-0deg);
    }
    100%{
        transform: rotate(360deg);
    }}
    @keyframes pop {
      0%{
          opacity:0
      }
      100%{
          opacity: 1;   
      } 
  }

    main {
        width: 100%;
        height: 100vh;
        margin: 0;
        background-color: black;
        color:white
   }
    main {
        display: grid;
        grid-template-columns: 1fr 2fr;
   }
    main .layer {
        position: absolute;
        width: 100%;
        height: 100%;
   }
   .hero-right .layer-displayed p{
    top: 40%;
    left:0%
   }
    main .hero-left {
        color: black;
        background-color: white;
        align-items: center;
        position: relative;
   }
    main .hero-left h1 {
        text-align: center;
        font-weight: normal;
   }
    main .hero-left button {
        border: none;
       background-color: transparent;
        font-size: 2.5rem;
        cursor: pointer;
        z-index: 2;
   }
   main .hero-left .controls{
    position: absolute;
    width: 100%;
    top: 60%;
    z-index: 3;
    display: flex;
    justify-content: space-around;
    
   }
    main .hero-left button:last-of-type {
        right: 0;
   }
    main .hero-left button:active {
        transform: scale(0.9);
   }
    main .hero-left .layers {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
       
   }
    main .hero-left .layers .layer {
        display: grid;
        grid-template-rows: 6rem 3fr 1fr;
        background-color: white;
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition-delay: 0.5s;
        transform: translateX(100%);
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    main .hero-left .layers .layer-displayed {
        transform: translateX(0);
        opacity: 1;
        z-index: 1;
   }
    main .hero-left .layers .layer-displayed-exit {
        transform: translateX(-100%);
        opacity: 0;
        z-index: 1;
   }
    main .hero-left .layers .layer > span {
        text-align: center;
        font-size: 4rem;
   }
    main .hero-left .layers .layer__image {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
   }
    main .hero-left .layers .layer__info {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        column-gap: 2rem;
        font-size: 1.5rem;
   }
    main .hero-left .layers .layer__info div {
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
    main .hero-left .layers .layer__info div:first-child {
        align-items: flex-end;
        color: gray;
   }
    main .hero-left .layers .layer__info div:last-child {
        font-weight: bold;
   }

    main .hero-right {
        grid-column: 2;
        position: relative;
        overflow: hidden;
   }
    main .hero-right > .layer {
        background-color: #e41936;
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition-delay: 0.5s;
   }
    main .hero-right > .layer-displayed {
        transform: translateX(0);
        z-index: 2;
   }
    main .hero-right > .layer-displayed-exit {
        transition-delay: 1s;
        transition-duration: 0;
        z-index: 1;
   }
    main .hero-right > .layer:nth-child(1) {
        background-color: var(--color1);
   }
    main .hero-right > .layer:nth-child(2) {
        background-color: var(--color2);
   }
    main .hero-right > .layer:nth-child(3) {
        background-color: var(--color3);
   }
    main .hero-right .photo-name {
        position: absolute;
        top: 33%;
        left: 50%;
        width: 20%;
        font-size: 1.5rem;
        z-index: 2;
   }
   .message{
    font-size: xx-large;
    text-align: left;
    margin-top: 2rem;
   
   }
    main .hero-right .photo-name span {
        display: block;
   }
    main .hero-right .photo-name__wrapper {
        position: relative;
   }
    main .hero-right .photo-name__title {
        font-weight: bold;
        font-size: 4rem;
        margin-left: 10rem;
   }
    main .hero-right .photo-name .layer {
        padding: 10px;
        transform: translateX(-100%);
        transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
   }
    main .hero-right .photo-name .layer-displayed {
        transform: translateX(0);
        transition-delay: 0.5s;
   }
    main .hero-right .photo-frame {
        position: absolute;
        overflow: hidden;
        animation-play-state: paused;
   }
    main .hero-right .photo-frame:nth-child(4) {
        top: 10%;
        left: 10%;
        width: 50%;
        height: 50%;
        z-index: 3;
   }
    main .hero-right .photo-frame:nth-child(4) .cover {
        background-color: black;
   }
    main .hero-right .photo-frame:last-child {
        top: 60%;
    left: 10%;
        width: 80%;
        height: 45%;
        z-index: 2;
   }
    main .hero-right .photo-frame .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: white;
        transition: width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
   }
    main .hero-right .photo-frame .layer {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition-delay: 0.5s;
     

   }
   
    main .hero-right .photo-frame .layer-displayed {
        opacity: 1;
   }
   .photo-frame {
    height: 400px;
   }
    @keyframes cover {
        0% {
            width: 0;
       }
        50% {
            width: 100%;
       }
        95% {
            width: 0;
       }
        100% {
            width: 0;
       }
   }

.services{
    min-height: 100vh;
    padding: 1rem;
    margin-top: 3rem;
}
.section-title{
    margin-block: 5rem;
    text-align: center;
  
}
.service-item{
   justify-content: center;
    margin: auto;

    position: sticky;
    top: 10%;
    width: 95%;
    max-width: 1000px;
    margin: 2rem auto;
    background: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;

    transform-origin: center center;
    transition: all 0.3s ease;
    padding: 1rem;

}
.service-image{
 
    width: 50%;
    max-width: 500px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-info{
    width: 50%;
    font-size: large;
}


.contact {
    transition: all 0.3s ease-in-out;
  }
  .contact.fixed {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  

  /*footer */
  .footer-basic {
    padding:40px 0;
    color:#4b4c4d;
  }
  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }
  .list-inline{
    display: flex;
    justify-content: center;
  }

  /* container  */
  .process{
    margin-block: 3rem;
    background-color: black;
    padding: 2rem;
    color:white;
    background-color: black;

  }
  .container {
    position: relative;
    width: 330px;
    margin: 100px auto 0 auto;
    perspective: 1800px;
    height: 60vh;

  }
  .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; 
    animation: rotate360 30s infinite forwards linear;
    margin-top: 3rem;

  }
  .carousel__face { 
    position: absolute;
    width: 310px;
    height: 250px;
    top: 20px;
    left: 10px;
    right: 10px;
    background-size: cover;
    display: flex;
    box-shadow:inset 0 0 0 200px rgba(0,0,0,0.4);

  }
  .carousel__face  span {
    margin: auto;
    font-size: 2rem;
    color: white;
  }
  .carousel__face:nth-child(1) {
    background-image: url("https://images.pexels.com/photos/1141853/pexels-photo-1141853.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY(  0deg) translateZ(430px); }
  .carousel__face:nth-child(2) { 
    background-image: url("https://images.pexels.com/photos/1258865/pexels-photo-1258865.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
      transform: rotateY( 40deg) translateZ(430px); }
  .carousel__face:nth-child(3) {
    background-image: url("https://images.pexels.com/photos/808466/pexels-photo-808466.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY( 80deg) translateZ(430px); }
  .carousel__face:nth-child(4) {
    background-image: url("https://images.pexels.com/photos/1394841/pexels-photo-1394841.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY(120deg) translateZ(430px); }
  .carousel__face:nth-child(5) { 
    background-image: url("https://img.freepik.com/vektoren-kostenlos/entwicklung-von-desktop-und-smartphone-apps_23-2148683810.jpg?w=1380&t=st=1683449550~exp=1683450150~hmac=d3a34689a06d5b5749abcb65e7cef43542679e591c3c7b075f65deb0dac584e4");
   transform: rotateY(160deg) translateZ(430px); }
  .carousel__face:nth-child(6) { 
    background-image: url("https://images.pexels.com/photos/1834400/pexels-photo-1834400.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
   transform: rotateY(200deg) translateZ(430px); }
  .carousel__face:nth-child(7) { 
    background-image: url("https://images.pexels.com/photos/1415268/pexels-photo-1415268.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
   transform: rotateY(240deg) translateZ(430px); }
  .carousel__face:nth-child(8) {
    background-image: url("https://images.pexels.com/photos/135018/pexels-photo-135018.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY(280deg) translateZ(430px); }
  .carousel__face:nth-child(9) {
    background-image: url("https://images.pexels.com/photos/1175135/pexels-photo-1175135.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY(320deg) translateZ(430px);
  }
  
    @keyframes rotate360 {
        from {
          transform: rotateY(0deg);
        }
        to {
          transform: rotateY(-360deg);
        }
      }
/* Remove default iPhone Safari styles */
body {
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
  }
  
  /* Remove input and button styles */
  input,
  button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    
  }
    button{
        color:black;
    }

    .menu{
      display: none;
    }  



    .contactsection{
     display: none;
      background-color:#fcfbfb;
      color:#1e453e;
      position:fixed;
      top:0;
      left: 0;
      min-height:100vh;
      padding: 5%;
      z-index:10;
      width:100%;
      margin: auto;
  
      font-size:medium;
      
      overflow-y: scroll;
      }
      .contact-heading{
      font-size: x-large;
      color:white;
      margin-bottom:10px;
      }
    
      .contact-wrap{
      width:100%; 
        
      }
      form{
      text-align: center;
      width:100%;
      
      }
      input,textarea{
      width:100%;
      margin: auto;
      margin-block: 10px;
      padding:10px;
      font-size: calc(14px  + 1.2vw);
      border: none;
      border-bottom: 1px solid gray;
      -webkit-appearance: none;
      -webkit-border-radius:0px;
      
      }
/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  width: calc(200px + 5vw); /* adjust size as needed */
}
.tag{
  margin-top: 1rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag span{
  padding: .4rem 1rem;
  margin-right: 10px;
  border-radius: 10px;
  border: 2px solid black;
}

/* Projects */
.projects {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.projects-filter {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.5rem 1.5rem;
  border: 1px solid #82AAB2;
  border-color: gray;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
}

.filter-btn.active {
  background: rgb(130,170,178);
  background-color: gray;
  background: linear-gradient(0deg, rgba(130,170,178,1) 0%, rgba(135,126,164,1) 93%);

  color: white;
  border: none;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: transform 0.3s ease;
  background: white;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(130,170,178,0.2);
}

.project-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.project-content {
  padding: 1.5rem;
}

.project-content h3 {
  margin: 0.5rem 0;
  color: #333;
  font-size: 1.5rem;
}

.project-type {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  background: rgba(130,170,178,0.1);
  background-color: whitesmoke;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #82AAB2;
  color: BLACK;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.project-tag {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  color: #666;
  border: 1px solid grey;
}

.project-link {
  display: inline-block;
  margin-top: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  background-color: whitesmoke;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;


}

.project-link:hover {
  color: rgba(135,126,164,1);
}

@media screen and (max-width:768px) {
body ,nav{
    padding: 0;
    width: 100%;
}
.menu{
  display: block;
  margin-right: 2rem;
  z-index: 5;

}  
nav{
  display: flex;
  align-items: center;
  
}    
#nav{
  display:none ;
   flex-direction: column;
   width: 100%;
   position: fixed;
   top: 0;
   right: 0; 
background-color: white;
   height: 100vh;
   z-index: 4;
   justify-content: center;
   opacity: .97;
}
#nav a{
 padding-block: 10%;
 text-align: center;
 font-size: xx-large;

}
.hero-text{
    font-size:3.5rem;
}
.sidetext{
    display: none;
}
.service-item{
    display: block;
}
.service-image ,.service-info{
    width: 100%;
}
.circle{
  display: none;
}
main {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;

  }
  main .hero-left{
    grid-column: 1;
    grid-row: 1 ;

 }
  main .hero-right {
     grid-column: 1;
     grid-row: 2/span 2;
     height: 100%;
  }
  main .hero-left .controls {
    justify-content: space-between;

}
main .hero-left .controls i {
  font-size: 1.5rem;
}
.circle{
    margin-top: 2rem;
}
.hero-text{
    font-size: calc(3rem + 1vw);
    margin-block: 1rem;
}
.section-title,h3{
    font-size: 2rem;
}
.process{
    width: 100%;
    overflow-x: hidden;
    
}
.hero{
   padding: 1rem;
}
main .hero-left .layers .layer > span {
    font-size: 2.5rem;
}
.message {
    font-size: medium ;
    margin-top: 0;
}
#circle2{
  background-color:transparent;
  display: none;

}
main .hero-right .photo-frame:nth-child(4) {
  width: 40%;
  height: 40%;
}
main .hero-right .photo-name__title {

  font-size: x-large;
  margin-left: 0;
}
.topImage{
  display: block;
}
.newletter2{
  font-size: large !important;
}
.newletter1{
  font-size: x-large !important;
}
/* prjects */
.projects {
  padding: 2rem 1rem;
}

.projects-filter {
  flex-wrap: wrap;
}

.projects-grid {
  grid-template-columns: 1fr;
}
}