body
{
    overflow-x: hidden !important;
    background: #E6E7E8;
    color: #0f0a33;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/* navigation */
/* MAIN FONT - FunnelDisplay */
@font-face {
  font-family: 'FunnelDisplay';
  src: url('/fonts/Funnel_Display/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

/* SUB FONT - Geist */
@font-face {
  font-family: 'Geist';
  src: url('/fonts/Geist/Geist-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* DEFAULT FONT SETTINGS */
:root {
  --main-font: 'FunnelDisplay', sans-serif;
  --sub-font: 'Geist', sans-serif;
}

/* APPLY MAIN FONT TO BODY */
body {
  font-family: var(--main-font);
  font-variation-settings: "wght" 500; /* Adjust weight as needed */
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

/* SUB FONT EXAMPLE */
.subtext, small, footer {
  font-family: var(--sub-font);
}

.bg-white
{
  background-color: #fff;
  padding: 20px;
  border:15px solid #333;
}
.navbar-brand {
    padding: 0px;
    margin-left:0px;
    margin-right:5vw;
  }
  .navbar-brand>img {
    height: 100%;
    padding: 5px;
    padding-left: 10px;
    width: auto;
  }
  
  .navbar-default {
      background: #fff;
      border: none;
      border-left: 6px solid #0f0a33;
      padding-right: 40px;
      margin: 0 !important;
      position: relative;
      top: 20px;
    }
  .navbar-default .navbar-brand {
      font-size: 40px;
      line-height: 80px;
      padding-top: 0px;
      max-width: 400px;
     }
  .navbar-default .navbar-nav li a {
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 400;
    line-height: 80px;
    transition: all 0.4s ease-in;
   }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffa500;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
        color: #ffa500;
        background-color: transparent;
  }
  .navbar-default .navbar-toggle {
        background: #d54ab6;
        border-radius: 0px;
         border: none;
         margin-top: 20px;
         margin-bottom: 30px;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background: #fff;
      border-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent 
  }
  
  .active {
      background: #fff;
  }
  
  .header-area {
    position: relative;
    z-index: 200; }
  
  .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
  }
    .top-header-area .contact-info {
      position: relative;
      z-index: 1; }
      .top-header-area .contact-info a {
        display: inline-block;
        height: 40px;
        padding: 0 30px;
        line-height: 40px;
        color: rgba(0, 0, 0, 0.9);
        font-size: 12px;
        border-right: 1px solid #ebebeb; }
        .top-header-area .contact-info a span {
          text-transform: uppercase; }
        .top-header-area .contact-info a:hover, .top-header-area .contact-info a:focus {
          color: #0f0a33;
     }
  
  
  .icons{
    font-size:45px;
    color: #fff;
    background-color: #202020;
    text-align: center;
  }
  .icons h1{
    font-family: sans-serif;
    font-size: 40px;
    padding: 3px;
  }

  .animated-section-right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
  
.animated-text::before {
  content: "Application Development";
  animation: textLoop 12s infinite;
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
  background-color: #0f0a33; /* Light background */
  padding: 0px 10px;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}

  
  @keyframes textLoop {
    0%   { content: "Application Development"; }
    16.66%  { content: "Web Design & Development"; }
    33.33%  { content: "Cloud Computing"; }
    50%  { content: "UI/UX Design"; }
    66.66%  { content: "SEO"; }
    83.33%  { content: "Digital Marketing"; }
    100% { content: "Application Development"; }
  }
  @media (max-width: 768px) {
  .animated-section-right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .animated-text::before {
    font-size: 2rem;
    padding: 0 10px;
    word-break: break-word;
  }
}
  .wrapper{
    position: absolute;
    left: 25%;
    top:45%;
    transform: translate(-50%,-50%);
    background-color: #0f0a33;
    border-radius: 8px;
    padding: 25px 10px;
    max-width: 450px;
  }
  .wrapper h2{
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 50px;
   
  }
  .wrapper a{
    background-color:#E6E7E8;
    color: #0f0a33;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: x-large;
  
  }
  
  text:before{
    content: '';
    animation: animate infinite 8s;
  }
  @keyframes animate{
    0%{
      content: 'DESIGNER';
      color: #E6E7E8;
      font-size: 80%;
    }
    25%{
      content: 'DEVELOPER';
      color: #e1e9f1;
      font-size: 75%;
    }
    50%{
      content: 'TESTER';
      color: #ddebf8;
      font-size: 90%;
    }
    75%{
      content: 'CONSULTANT';
      color: #ffffff;
      font-size: 75%;
    }
    100%{
      content: 'FRIEND';
      color: #e5eaee;
      font-size: 90%;
    }
  }
  @media (max-width: 600px) {
    .wrapper {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 90%;
      margin: 20px auto;
      padding: 20px;
    }
  
    .wrapper h2 {
      font-size: 2rem;
      text-align: center;
    }
  
    .wrapper a {
      font-size: 1.25rem;
      display: block;
      text-align: center;
      margin-top: 15px;
    }
  }

  .heading {
    text-align:inherit;
    color:#E6E7E8;
    margin-right: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 500px;
  }
  
  
  .icons :hover{
    border-top: 2px solid #009988;
    border-bottom: 2px solid #009988;
    border-left: 2px solid #202020;
    border-right: 2px solid #202020;
  }

/* Desktop View */
#home {
  background: url('../images/vinterflareintro.gif') repeat;
  background-size:100% auto;
  background-position: center;
  height: 700px;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* Mobile View: 4:5 Aspect Ratio */
@media (max-width: 768px) {
  #home {
    background: url('../images/vinterflareintro_mob.gif') no-repeat center center;
    background-size: 100% auto; /* ensures full coverage */
    height: 700px; /* fits the screen */
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
}


  
/*   
#home {
    background: url('../images/wall-bg4.png') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding-top: 180px;
    padding-bottom: 100px;
  }
  #home h1,
  #home h3 {
    line-height: 30px;
  }


@media (max-width: 768px) {
  #home {
    background: url('../images/mobilebg.png') no-repeat;
    background-size: cover;
    min-height: 600px;
    background-position: center;
  }
} */

/* divider section */
  .divider {
    color: #fff;
    text-align: center;
  }
  .divider .fa {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-transform: capitalize;
  }
  .divider h2 {
    padding-bottom: 4px;
  }
  .divider .divider-wrapper {
    padding: 40px 20px 40px 20px;
    position: relative;
    bottom: 40px;
    transition: all 0.4s ease-in;
  }
  .divider .divider-wrapper:hover {
    bottom: 60px;
    cursor: pointer;
  }
  .divider .divider-one {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 400px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
  }
  .divider .divider-two {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 400px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
  }
  .divider .divider-three {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 400px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
    
  }
  .divider .divider-four {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 400px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
  }  
  .divider .divider-five {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 350px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
    
  }
  .divider .divider-six {
    background: linear-gradient(#0f0a33,#311050);
    min-height: 350px;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 20px;
    
  }
  
  .objectives{
    background-color: #E6E7E8;
  }
/*---------------------------*/
.block
{
  
   margin-top: 20px;
   
}

.workBlock {
  padding: 10vw;
  margin-top: 8vh;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.workBlock img {
  max-height: 50vh;
  border: 20px solid #E6E7E8;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 1), 0 10px 10px rgba(0, 0, 0, 1);
  max-width: 100%;
}

@media (max-width: 720px) {
  .workBlock {
    margin-top: 4vh;
  }
}

.block1 .row
{
  background: linear-gradient(#0f0a33,#311050);
}
.block2 .row
{
  background: linear-gradient(#0f0a33,#311050);
}
.block3 .row
{
  background: linear-gradient(#0f0a33,#311050);
}
.block4 .row
{
  background: linear-gradient(#0f0a33,#311050);
}
.workBlock .about-des
{
    
  font-size: 2em;
}
/*-------------------------*/
.btn {
    background:#0f0a33;
    border: 2px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    padding: 12px 18px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.4s ease-in;
  }
  .btn:hover {
    background: #280f3f;
    border-color: #c0c0c0;
    color: #d2e9ff;
  }
/* footer section */
footer {
    margin-top: 10vh;
    background: #E6E7E8;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .fa {
      font-size: 18px;
      margin-right: 10px;
      padding: 5px;
  }
  footer h3 {
    padding-bottom: 10px;
  }
  footer .newsletter p {
    padding-bottom: 10px;
  }
  footer .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    padding-bottom: 10px;
  }
  
  footer .form-control:focus,
  footer .form-control:hover {
      color: #fff;
        background: #806040;
        border-color: transparent;
  }
  footer .input-group-addon {
    background: #fff;
  }
  footer a, footer a:visited {
    font-size: 14px;
    color: #0f0a33;
  }
  footer a:hover {
    color: #7064a6;
    text-decoration: none;
  }
  
  /* copyright section */
  .copyright {
      margin: 10px 0px;
  }
  .copyright p {
    padding-top: 20px;
  }
  .social-icons {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: center; /* Center the icons */
}

.social-icons li {
    list-style: none;
    background: #311050;
    margin: 5px; /* Adjust margin for consistent spacing */
    flex: 1 0 21%; /* Flex property for responsive behavior */
    max-width: 48px; /* Set a maximum width */
}

.social-icons li a {
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: #909090;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    transition: all 0.4s ease-in;
}

.social-icons li a:hover {
    background: #797979;
    color: #fff;
}



  /* media 960 */
  @media (max-width: 980px) {
    .divider .divider-wrapper {
        margin-bottom: 20px;
    }
    #about .about-des {
        font-size: larger;
    }
    #team .team-wrapper {
        margin-bottom: 40px;
    }
    #contact h3 {
        padding-top: 20px;
    }
    #contact .btn {
        margin-bottom: 20px;
    }
    footer h3 {
        padding-top: 30px;
    }

    /* Add overflow hidden to prevent content overflow */
    body, html {
        overflow-x: hidden;
    }
}

  .grey-box
  {
    background-color: #0f0a33;
    padding: 10px;
    margin-bottom: 10px;

  }
  .card
  {
    background-color: #f3f3f3;
    box-shadow: #000 0px 0px 5px;
    padding-bottom: 5px;
  }
  .card2
  {
    background-color: #222;
    box-shadow: #000 0px 0px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p-5{
    padding: 15px;
  }
  .mt-30{
    margin-top: 60px;
  }
  #clients img {
    transition: transform 0.3s ease;
    border-radius: 15px;
    border: 1px solid #ccc; /* light gray border */
  }
  
  #clients img:hover {
    transform: scale(1.1);
    border-color: #888; /* darker border on hover */
  }
  
  .clients-mobile-view {
    display: none;
  }
  
  @media (max-width: 720px) {
    .clients-desktop-view {
      display: none;
    }
    .clients-mobile-view {
      display: block;
    }
  }
  
  .fixed-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed-buttons a img {
    width: 100%;
    height: 100%;
}
  /*--------------------------------------------*/