/* General Styles */



body,html {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
.container {
  display: inline-block;
  justify-content: space-between;
  box-sizing: border-box;
  width: 97%;
}

.column {
  display: flow-root;
  flex-direction: column;
 
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.column-fifth{display:inline-flex;margin-left:4%}

.column-fifth img{margin-right:1vw;margin-left:1vw;
  height: 9vh;width:10vw;}

  .contact-link {    line-height: 30px;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: auto;
    letter-spacing: .3em;
    font-weight: 400;
    display: inline-flex;
    margin-left: 32%;
    margin-top: 4vh;
    margin-bottom: 1vh;
    width: 100vw;
}
.contact-us {
  width: fit-content;
  margin-right: 8vw;
  margin-left: 1vw;
}

.copyright {
  line-height: 30px;
  font-size: .75rem;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
  text-align: center;
}

.footer-link{color:#000;text-decoration: none;}
.small-logo {
  width: 10vw;
  margin-right: 1vw;
  margin-left: 1vw;
}

.social-link {
  display: inline-flex
;
  margin-left: 33%;
  margin-top: 1vh;
  margin-bottom: 10vh;
}
.social-link-ico {
  margin-right: 1vw;
  margin-left: 1vw;
  width: 8vw;
}

.customer-mobile{display:none}
.customer-web{display:block}

.partners-fifth{display:inline-flex;margin-left:4%}

.partners-fifth img{margin-right:1vw;margin-left:1vw}


/**/

.column .fullimg-vert-margin{height:0px;}
.column .fullimg-vert{
  width: 19.5vw;
  height: 49.6vh;
  object-fit: cover;
  margin-right: .5vw;}


.column .fullimg-vert img {
  width: inherit;
  height: inherit;}



.column .medium-vert{    
  width: 17.81vw;
  height: 15.85vh;
  object-fit: cover;
  margin-top: 1vh;}


.column .medium-vert img {
  width: inherit;
  height: inherit;}


.column .small-vert{    
  width: 19.81vw;
  height: 15.85vh;
  object-fit: cover;
  margin-top: 1vh;}


.column .small-vert img {
  width: inherit;
  height: inherit;}

.column .fullsize-vert{
  width: 19.81vw;
  height: 32.7vh;
  margin-top: 1vh;}


.column .fullsize-vert img {
  width: inherit;
  height: inherit;}

  
.column img{
  height: 32vh;
  object-fit: cover;}
/* 

  .column .row {
    display: inline-block;
    flex-direction: row;
    /* gap: 10px; 
} */
 
.column .rows{display: inline-grid;
  margin-left: 0.15vw;
  margin-right: 0.15vw;}
.column .rows-full{
  display: inline-grid;
  height: 49.5vh;
  margin-top: 1vh;
  margin-left: .5vw;}

.column_more{display:none;}
/* Full-Screen Sections */
.full-screen {
  height:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}



.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95vw;
  margin: 0 auto;
}

.logo {
  font-size: .95rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

/* Hero Section */

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  top: -5vh;
  right: 8vh;
  width:62vw;
}

.hero-content h1 {
  font-size: 1.35rem;
  margin: 0;
}

.hero-content p {
  font-size: 1rem;
  margin: 10px 0 20px;
}

.hero.buttom {    
  position: absolute;
  top: 36vh;
  z-index: 99999;
  margin-left: 30vw;}

.image-container {
  text-align: center;
  margin: 50px 0;
}

.fade-in-image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
  height: auto;
}

.fade-in-image.loaded {
  opacity: 1;
}
.office{margin-left:1vw;}
.cta-button {
  background: #a4b3c4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  margin-top: 1vh;
  position: absolute;
  left: 9vw;
}

.cta-button:hover {
  background: #005BB5;
}

/* Sections */
.section {
  padding: 100px 20px;
  text-align: center;
}

.section-services {
  text-align: center;
}

.section-services {

  text-align: center;
}

.section-services b {
  line-height: 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  max-width: 415px;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
}

.section-container {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
/* 
.service-item {
  background: #f5f5f7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.service-item:hover {
  transform: translateY(-10px);
} */

.service-item h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}
#services .more {
  display: inline-block;
  margin-top: 1vh;
  margin-bottom: 6vh;
  color: #e43852;
  font-size: .8333333333vw;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-size: 1rem;
}

/* Portfolio Section */
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 10px;
}

.mosaic-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 20px;
}

.mosaic-item .content h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.mosaic-item .content p {
  font-size: 1rem;
  margin: 0;
}


video{
  height: revert-layer;
  width: 100vw;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  }

  video.K8MSra{top: 0vh;
    position: absolute;}

/* Video Section */
.video-item {
  grid-column: span 2;
  grid-row: span 2;
}

.portfolio-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Music Composer Section */
.music-item {
  grid-column: span 2;
  grid-row: span 1;
  background: #007AFF;
}

/* Web Hosting Section */
.hosting-item {
  grid-column: span 2;
  grid-row: span 1;
  background: #005BB5;
}

/* Overlay for Images */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.mosaic-item:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  font-size: 1.5rem;
  margin: 0;
}

.overlay p {
  font-size: 1rem;
  margin: 10px 0;
}

/* Contact Form */
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

form input, form textarea {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  padding: 10px 20px;
  background: #007AFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background: #005BB5;
}

/* Footer */
footer {
  background: #f7feff;
  color: #333;
  text-align: center;
  padding: 20px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partners{
  margin-bottom: 6vh;
  margin-top: 1vh;}

.partners-mobile{display:none}
.projects-mobile{display:none}

.right_link {
  font-size: 18px;
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 92vw;
  margin-left: 4vw;
  letter-spacing: .3em;
  font-weight: 400;
  text-align: end;
  background: #EEE;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.section b {
  line-height: 30px;
  font-size: 1.5rem;
  text-transform: uppercase;
  max-width: 415px;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
}

.social-links a {
  color: #007AFF;
  text-decoration: none;
  margin: 0 10px;
}


.services-title{display:inline-grid;}
.services-description{     
  font-family: futura-pt;
  line-height: normal;
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  font-size: 1.75rem;
  margin-top: 5vh;
  margin-bottom: 6vh;}

  #services.section h3 {
    color: #e43852;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .15rem;
    line-height: 1.4;
}

ul li{list-style: none;}

/* Ensure the video container is positioned correctly */
.video-container {
 
  position: relative;
  z-index: 1;
  top: -13vh;
  width: 39vw;
}

.search-bar {
  display: flex
;
  align-items: center;
  margin-right: 0vw;
}

.partners-web{width:100vw;}
.partners-fifth img {
  margin-right: 2vw;
  margin-left: 2vw;
  width: 11.5vw;
  height: fit-content;
}

.column-customer-fifth-logo img {
  margin-right: 1vw;
  margin-left: 1vw;
  height: 6vh;
  width: 17.25vw;
}

/* services */



@media (min-width: 1024px) {

.column .row img {
  width: 49.88vw;
  height: 27vw;
}
  .cta-button {
    background: #a4b3c4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    margin-top: -5vh;
    position: absolute;
    left: 26vw;
}


  .hero-content {
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0vh;
    right: 36vh;
    width: 62vw;
}
.hero-content h1 {
  font-size: 2.35rem;
  margin: 0;
}

#intro {
  font-size: 1.85rem;
  width: 56vw;
  margin-top: -9vh;
}

video {
  height: 56vh;
  width: 100vw;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

}

/* Responsive Design */
@media (max-width: 1024px) {
  .mosaic-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 150px);
  }

  .video-item {
    grid-column: span 3;
    grid-row: span 2;
  }

  .music-item, .hosting-item {
    grid-column: span 3;
    grid-row: span 1;
  }

  /* menu */

    /* Hamburger Menu (Hidden by Default) */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger span {
      width: 32px;
      height: 3px;
      background-color: #000;
      margin: 4px 8vw;
    }

}

@media (max-width: 768px) {
  .counter-container {
    display: inline-grid;
    justify-content: center;
    margin-left: 13%;
}
.column {display:inline-block;
  width: 100%;
}



.column.full-vertical {
  display: contents
;
  flex-direction: column;
  width: 12%;
  gap: 10px;
}
.column.full-vertical img{
  height: 16vh;
  margin-bottom: 1%;
  margin-top: 1%;}


.column.works.one-vertical {
  display: flex
;
  flex-direction: column;
  width: 100%;
  /* height: 10%; */
}



.column-two{

  display: inline-flex;
  width: 96%;
  margin-left: 5vw;
}

.column-two img {  
  height: 3vh;
  width: 19vw;
  margin-right: 12vw;
  margin-left: 12vw;
  margin-top: 1vh;
  margin-bottom: 1vh;}


.column_more{display:none;}

.column .medium-vert {
  width: 17.81vw;
  height: 15.85vh;
  object-fit: cover;
  margin-top: 1vh;
  margin-right: .5vw;
}
.contact-link{

  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;


  display: inline-flex;
  margin-left: 17vw;
  margin-top: 4vh;
  margin-bottom: 6vh;
  width: 100vw;}


.copyright{
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
  text-align:center;
}
  
.customer-mobile{display:block}
.customer-web{display:none}

.hero-content h1 {
  font-size: 1.35rem;
  margin: 0;
}

  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 150px);
  }

  .video-item {
    grid-column: span 2;
    grid-row: span 2;
  }

  .music-item, .hosting-item {
    grid-column: span 2;
    grid-row: span 1;
  }

  .right_link {
    font-size: 18px;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    max-width: 94vw;
    margin-left: 3vw;
    letter-spacing: .3em;
    font-weight: 400;
    text-align: end;
    background: #EEE;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.service-item{width:92%;}
.service-item img {width:100%;}

/* menu */
.hamburger {
  display: flex;
}

.nav-links {
  display: none;
  flex-direction: column;
  background-color: #FFF;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  text-align: center;
}

.nav-links.active {
  display: flex;
}

.nav-links li {
  margin: 10px 0;
}

.services-description {
  font-family: futura-pt;
  line-height: normal;
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  font-size: 1.75rem;
  margin-top: 5vh;
  margin-bottom: 6vh;
  margin-left: 0vw;
  margin-right: 0vw;
  word-wrap: break-word;
}
.social-link {
  display: inline-flex;
  margin-left: 0;
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.work-hero {
  position: relative;
  background-position: center 0px;
  background-size: contain;
  width: 100vw;
  position: relative;
  height: 34vh;
  background-size: cover;
}
.nav-container{display:inline-flex;}
.nav-items{
  margin-right: 1vw;
  width: 24vw;
  text-align: center;
  font-size: .75em;
  padding: .75vh;}

}

@media (max-width: 480px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3){

.anchor-bounce {
  position: absolute;
  top: 37%;
  width: 10%;
  left: 81.5%;
  z-index: 9999;
}

  .column{
    display: inline-block;
    width: 100vw;
    }

    .column-fifth{
      display: inline-block;
      width: 100vw;}

      .column-fifth .full-vert {
        width: 16.25vw;
        height: 8.7vh;
        object-fit: cover;
        margin-left: 1vw;
    }

    .column .full-vert {
   
      width: 28.58vw;
      height: 10.75vh;
      object-fit: cover;
      margin-left: 2vw;
  }

  .column img {    height: 25vh;
    object-fit: cover;}
/* 
  .column .row {
    margin-top:1vh;
    margin-bottom:1vh;
    display: inline-grid;
    flex-direction: row;
    width: 96vw;
    margin-right: 2vw;
} */
.column .row img {
  width: 96%;
  margin-bottom: 1vh;
  object-fit: fill;
}
.column_more{display:none;}

.contact-link{

  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;

  display: inline-flex;
  margin-left: 16%;
  margin-top: 4vh;
  margin-bottom: 6vh;
  width: 100vw;}
  .contact-us{
    width: fit-content;
    margin-right: 1vw;
    margin-left: 1vw;}
.container{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 97%;}

  .container .project_description{margin-bottom:-5vh;margin-left:0vw;}


.copyright{
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
  text-align:center;}

.counter {
  width: 91vw;
}
.counter-container {
 
  width: 95vw;
  margin-left: 2vw;
  margin-right: 2vw;}


.counter-value {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  min-width: 100px;
  color: #000000;
}


.cta-button {
  background: #a4b3c4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  margin-top: 3vh;
  position: absolute;
  left: 28vw;
}

.cta-button:hover {
  background: #005BB5;
}


h3{
  font-size: 18px;
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 415px;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;}

.hamburger span {
  width: 32px;
  height: 3px;
  background-color: #000;
  margin: 3px 4vw;
}




.hamburger span {
  width: 20px; /* Smaller hamburger icon */
  height: 1px;
}


.hero.buttom {
  position: absolute;
  top: 35vh;
  z-index: 99999;
  margin-left: 30vw;
}

/* Hero content styling */
.hero-content {
 
  position: absolute;
  top: 23%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  width:100vw;
}

.hero-content h1 {
  font-size: 2rem;
  margin: 0;
}

.hero-content p {
  font-size: .75rem;
  margin: 10px 0 20px;
}
  
/* Full-screen hero section */
.hero.full-screen {
  position: relative;
  height: 40vh;
  width:100vw;
}

.logo {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

/* menu */
.logo {
  font-size: 0.85rem; /* Smaller logo text */
  width: 24vw;
  padding: 1vh;
}
/* Ensure the video controls are visible */
#main-video {
  position: relative;
  z-index: 2; /* Bring video controls above hero-content */
}

  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 150px);
  }

  .music-item, .hosting-item {
    grid-column: span 1;
    grid-row: span 1;
  }

  .partners-mobile{
    margin-bottom: 6vh;
    margin-top: 1vh;}
  
    .partners-web{display:none}
  .partners-mobile{display:block}



  .partners{
    margin-bottom: 6vh;
    margin-top: 1vh;}


.projects-mobile{display:block}

.projects-web{display:none}

  .video-item {
    grid-column: span 1;
    grid-row: span 2;
  }


  .section {
    padding: 0vh 3vw;
    text-align: center;
}


.search-bar {
  display: flex;
  align-items: center;
  margin-right: 0vw;
  /* width: 52vw;
   */
   width:auto;
}

.search-bar input {
  padding: 4px;
  border: 1px solid #ffffff;
  margin-right: 8px;
  font-size: 14px;
  background: #e3e3e3;
  width: 40vw;
}

.services-description{width:94vw;}
.section-services {
  margin-top:4vh;
  text-align: center;
}

.small-logo{width:10vw;margin-right:1vw;margin-left:1vw}


.nav-links {
  top: 50px; /* Adjust position for smaller screens */
}

.nav-links a {
  font-size: 14px; /* Smaller font size for links */
}
.right_link{
  font-size: 18px;
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 92vw;
  margin-left: 4vw;
  letter-spacing: .3em;
  font-weight: 400;
  text-align:end;
background:#EEE;
margin-top:2vh;
margin-bottom:2vh;}

.right_link_title{margin-right:2vw;}
  
.section b {
  line-height: 30px;
  font-size: 11px;
  text-transform: uppercase;
  max-width: 415px;
  margin: auto;
  letter-spacing: .3em;
  font-weight: 400;
}

.section div {
  margin-top: 35px;
  font-family: futura-pt;
  line-height: normal;
  font-size: 26px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  margin-top: 1vh;
  margin-bottom: 1vh;
  word-break: break-word;
}

#services.section h3{
  color: #e43852;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .15rem;
  line-height: 1.4;}

  #services ul{
    padding-left: 15px;
    margin-bottom: 15px;
    margin-right: 17vw;
    text-align: left;
    margin-left: 17vw;
    width: 57vw;}

    #services ul li{
      padding-left: 15px;
      margin-bottom: 15px;
      list-style: none;}

      #services .more{
        display: inline-block;
        margin-top: 1vh;
        margin-bottom:6vh;
        color: #e43852;
        font-size: .8333333333vw;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
      font-size:1rem}
      .social-link {
        display: inline-flex
;
        margin-left: 0vw;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

      .social-link-ico{margin-right:1vw;margin-left:1vw;
        width: 8vw;
    }


.video-container {
  position: relative;
  z-index: 1; /* Ensure video is below hero-content */
  top:9vh;
  width: 100vw;
  overflow: hidden;
} 
  
.work-hero {
  position: relative;
  background-position: center 0px;
  background-size: contain;
  width: 100vw;
  position: relative;
  height: 34vh;
  background-size: cover;
}
}

