@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Default font variable */

:root {
  --display-font: 'Poppins', sans-serif;
  --primary_font:'Poppins',sans-serif;
}





.krona-one {
  font-family: "Krona One", sans-serif;
}
.poppins {
  font-family: "poppins", sans-serif;
}

.bgImage-wrap {
    display: flex;
    justify-content: center;
}
.bgImage{
    margin-top:40px;
    margin-bottom:40px;
}
.smoothFont, h1, h2, p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}



 ::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
    display: none;/if not needed/
}
::-webkit-scrollbar-thumb {
    background: #6C6C6C;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}



    
    
    body{
        font-family: var(--primary_font);
      }
_body {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsSAAALEgHS3X78AAABOklEQVRIib2WsVHDMBiFv3D0SaMabQAbABswQjIBNKoxtQrMCGzABngEZ4LItZpkAlOQ3CWyLEux7Ff5dLI/6X96v7Vo25Y5dTMrDbh1B6S2ElgDpVFinxt4sUOp7QOwA94BI7V9mxQIrM6el8Cn1NZIbZ+mAvp0B/xKbatjubMC68DcR2AntS2ltqvAvKAWbiyktjE5OQCFUaKcC3hSA6yNElXsCz4PtwnAZH99wGuyF+1v7k7zykB+fcBqJPSU3/rYSAaBuXQPVG6Jc3nYpyUgh4Ch8KdqY5S4+F7nb5GgD7p+712AKx9wqKRb4MUoYaKXdqZOp4HBbvOc0llcpZ7S7zGwELDpGS/GwEJA4xn7uta3GKCrAxl2FwK6RzvbhSoG2Bglihww6A/+D/8+1rmvit4cTqnZb95/bvt0lUrlXo4AAAAASUVORK5CYII=')0 0,auto !important;
}

      body{
        margin:0px;
        margin-top:100px;
        cursor:url('../../assets/cursor.png'),auto;
        cursor:default;
        background-color:#000000;
        
      }
      
      body {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0 -0 10 10'%3E%3Cpath d='M 0 1 L 10 1 M 1 0 L 1 10' stroke='%234b74ff40' stroke-dasharray='.1' stroke-width='0.1' /%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M 1 0 L 1 10' stroke='%234b74ff40' stroke-dasharray='.1' stroke-width='0.1' /%3E%3C/svg%3E"); */
    background-size: 80px;
    background-position: center;
    text-align: center;
}
    
.social-icons {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 24px;
    height: 22px;
    opacity: .8;
    margin: 14px 0px;
}  
.button-link {
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    border-radius: 18px;
}
.bgshape {
    background: linear-gradient(16deg, #5c75cb, transparent);
    width: 2000px;
    height: 800px;
    position: absolute;
    border-radius: 100px;
    transform: rotate(110deg);
    color: transparent;
    left: 6%;
    z-index: -1;
    display:none;
    
}

.category-chips {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 52px;
    gap: 16px;
}

.category-chips a {
    background-color: #272b42;
    padding: 10px 14px;
    border-radius: 21px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border: solid 1px #ffffff38;
    transition: all .2s ease-in-out;
}
.category-chips a:hover {
    border: solid 1px #ffffff68;
    transition: all .2s ease-in-out;
}


.tags {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.tags span {
    background-color: #363e57;
    margin-bottom: 10px;
    font-size: 14px;
    color: #e1e1e1;
    padding: 6px 10px;
    margin-right: 8px;
    border-radius: 6px;
}



        .headerscroll {
            height: 50px;
            position: fixed;
            max-height: 100px;
            overflow: hidden;
            width: 100%;
            top: 0px;
            z-index: 10;
        }
.headerwrap {
    background-color: #000000a8;
    padding: 12px 0px;
    width: 100%;
    overflow: scroll;
    height: 50px;
    backdrop-filter: blur(12px);
}
        /*.headerwrap {
            background-color: #0039e8;
            padding: 12px 40px;
            top: 0;
            position: fixed;
            width: 100%;
            overflow: scroll;
            z-index: 1;
        }*/

      .header {
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex: 1 0 30%;
            column-gap: 28px;
        }
      
      .cardname {
            flex-direction: row-reverse;
            display: inline-flex;
        }
      
      .cardname a {
            text-decoration: none;
            color: white;
            max-width: 100px;
            font-size: 15px;
            float: left;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inline-block;
            opacity: .8;
            font-weight:500;
            padding-bottom: 12px;
            transition: all .2s ease-in-out;
            border-bottom: solid 3px transparent;
            letter-spacing: .3;
            -webkit-font-smoothing: antialiased;
        }
        .cardname a:hover{
            opacity: 1;
            border-bottom: solid 3px #5179ff;
    padding-bottom: 12px;
        }
    
    .cardname a:hover{
        color:white;
    }

      .widthwrap {
        max-width: 70%;
        align-content: center;
        display: inline-block;
    }
    
      .workcard{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /*grid-gap: 22px;*/
        transition: all .3s ease-in-out;
      }

.workcard a {
    text-decoration: none;
    display: flex;
    font-size: 16px;
    margin-top: 14px;
    color: #79a5ff;
    align-items: center;
    column-gap: 6px;
    font-weight: 500;
}
.workcard img:not(.no-style) {
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
    margin-right: 18px;
    margin-top: 6px;
}
.workinfo {
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 28px;
    opacity: .8;
    padding-top: 24px;
    border-top: solid 1px #404040;
    -webkit-font-smoothing: antialiased;
}
        .roleinfo {
    font-size: 15px;
    display: block;
}
      .workcard > *:nth-child(even) {
            margin-right: 0px;
      }
      .workcard > *:last-child {
            margin-right: 0px;
        }
        
.workcard .cardblock {
    flex: 1 0 30%;
    min-height: 100px;
    padding: 34px;
    border-radius: 16px;
    background-color: #121212;
    color: white;
    font-size: 24px;
    text-align: initial;
    border: solid 0px #dfdfdf;
    background: #1c1f32;
    border-top: solid 2px #374570;
    transition: all .3s ease-in-out;
}
.cardblock:hover{
    background: #292d46;
    border-top: solid #ffffff4f;
    transition: all .3s ease-in-out;
}

p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 34px;
    margin-top: 16px;
    line-height: 24pt;
    cursor: default;
    color: #d4d4f5;
    text-wrap: balance;
    -webkit-font-smoothing: antialiased;
}
p a {
    color: white;
    font-weight: 400;
    text-decoration: none !important;
}
    p .header_p {
    margin-top: 0px;
    display: block;
    padding: 0px 20px;
    color: #d4d4f5;
}
  .mainusp_p {
    margin-top: 10px;
    display: block;
    color: #b4b4b4;
    font-size: 18px;
    text-wrap: balance;
        text-wrap-style: balance;

}
    .gridview p{
        font-size: 18px;
        margin-top:12px;
    }
    #reviews p{
        font-style: italic;
    }

    h1 {
        font-size: 4em;
        margin: 0px 0px;
        letter-spacing:0px;
        line-height: 1.2em;
            text-transform: uppercase;
    color: white;
    text-shadow: 4px 9px 20px #35cbff26;
    -webkit-font-smoothing: antialiased;
    font-family: var(--display-font);
}
h1, .text-gradient {
    background: -webkit-linear-gradient(15deg, #fff, #0045ff,#fff 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%; /* Make the background larger than the element */
    animation: gradientMove 10s ease infinite; /* Apply the animation */
    background-position:170% 100%;
}

@keyframes gradientMove {
    0% {
        background-position: 170% 100%;
    }
    50% {
        background-position: -30% 100%;
    }
    70% {
        background-position: -30% 100%;
    }
    100% {
        background-position: -30% 100%;
    }
}
    h2 {
    margin: 0px;
    margin-bottom: 4px;
    line-height: 1.4em;
    color: white;
    font-weight: 500;
    font-size: 1.6em;
}

.h2-large {
    margin: 0px;
    margin-bottom: 4px;
    line-height: 1em;
    font-weight: 600;
    font-size: 2.8em;
}
   .listbox h2 {
    margin-bottom: 14px;
    line-height: 58px;
}
    .footerlinks h2{
        margin-bottom:20px;
    }
    h3 {
        margin: 6px 0px;
        line-height: 36px;
        font-size:24px;
        color: white;
        font-weight:normal;
    }
    .faqs h3 {
    max-width: 80%;
    margin-top: 18px;
    line-height: 34px;
    margin-bottom: -6px;
    font-size: 20px;
    font-weight: 400;
}
      h4 {
        margin: 0px;
      }

      .spacing-large{
        display:block;
        height:44px;
      }
      
      .spacing-xlarge{
        display:block;
        height:88px;
      }

      .expcard{
        text-align:left;
      }


      .gridview {
          display: flex;
          flex-wrap: wrap;
          gap:0px 40px;
      }
      
      .gridview div {
    flex: 1 0 40%;
    padding: 10px;
    padding-top: 40px;
    text-align: initial;
    border-top: solid 1px #414a62;
}
.gridview div:nth-child(1), .gridview div:nth-child(2) {
    border: solid 0px #414a62;
    margin-top: 40px;
}

      .imagebg {
    background-color: #191c27l;
    min-height: 540px;
    margin: 80px 0px;
    background-size: cover;
    background-position: center center;
    z-index:1;
    border-bottom: solid 0px #0039e8;
    position:relative;
    background-repeat:no-repeat;
}

    .imagebg::after {
        content: "";
        display: block;
        color: #7d7c7c;
        font-size: 13px;
        font-style: italic;
        position: absolute;
        top: -36px;
        opacity: .4;
        width: 100%;
    }

.darkbutton {
    background: linear-gradient(45deg, #ffffff, #9eb9ff);
    display: inline-block;
    padding: 14px 22px;
    border-radius: 24px;
    color: black;
    margin-top: 30px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
      .darkbutton:hover{
          opacity:.8;
      }

      .maintable {
        width: 80%;
        table-layout: fixed;
        text-align: center;
        display: inline-block;
      }

      .~usps {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        grid-gap: 0px;
        align-items: center;
     }
     .~usps div {
        background-color: aliceblue;
        margin: 12px 2px 2px 12px;
        padding: 20px;
        border-radius: 8px;
    }

    .usps {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /*grid-gap: 20px;
        gap:20px;*/
    }

    .usps div {
    flex: 1 0 20%;
    min-height: 70px;
    border: solid 0px #dfdfdf;
    padding: 28px 18px;
    border-radius: 16px;
    box-shadow: 0px 4px 14px #0000000;
    transition:all 0.2s ease-in-out;
        background-color: #1c1f32;
    border: solid 0px #a3bcfe85;
    border-top: solid 2px #374570;
    color:white;
  }

  /*axiomatic-css-and-lobotomized-owls
  .usps > * + * {
    margin-left: 8rem;
  }*/
  /*safari grid gap problem with flex*/
  /*using this for multiple card types*/
  .usps > *, .workcard > *, .servicelist > * {
    margin-right: 20px;
    margin-top: 20px;
  }
    .servicelist{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /*grid-gap: 22px;*/
    }
.servicelist .listbox {
    flex: 1 0 20%;
    border: solid 0px #dfdfdf;
    border-radius: 16px;
    padding: 34px 24px 24px 24px;
    background-color: #272b42;
    transition: all 0.2s ease-in-out;
    border-top: solid 2px #374570;
}
    .listbox li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
        display: flex;
    }
    .serviceusps {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 6px;
        margin: 40px 0px;
        margin-bottom: 20px;
    }
    .serviceusps div {
        flex: 1 0 30%;
    }
    .serviceusps p {
    margin: 10px 30px 50px 30px;
    }

.pricetag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 400;
    color: white;
    background: linear-gradient(45deg, #1f3675, #5372c2);
}
    .listbox span {
    padding: 10px;
    display: block;
    font-size: 18px;
    color: #a4a4a4;
    border-bottom: solid 1px #32384d;
}
.listbox span:last-child{
    border:none;
}

.footerlinks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: black;
    padding: 60px 0px;
    grid-gap: 40px;
    padding-bottom: 0px;
    justify-content: center;
    flex-direction: row;
}
.footerlinks div {
    padding: 20px 12px;
    line-height: 14px;
    color: white;
    font-size: 14px;
    flex: 1 0 12%;
    width: 100%;
}
  .footerlinks a {
      display: block;
      text-decoration: none;
      color: #8d8d8d;
      line-height: 18px;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
  .footerlimit {
    max-height: 0px;
    overflow:hidden;
    margin-top: -40px;
    padding: 0px;
}

    .faqs {
    }
    .faqs div {
    text-align: left;
    position: relative;
    display: grid;
    background-color: #292f41;
    padding: 12px 30px;
    margin-bottom: 16px;
    border-radius: 16px;
    color: white;
    cursor: pointer;
    transition:all .2s ease-in;
    border-top: solid 2px #374570;
}
.faqs div:hover{
    background-color:#353c53;
     transition:all .2s ease-in;
}
.search_result {
    position: absolute;
    width: 100%;
    top: 50px;
    display: flex;
    padding: 10px 0px;
    color: #ffffffa3;
    z-index: 1;
    text-shadow: 0px 0px 9px #ffffff9e;
    font-size: 14px;
    background: linear-gradient(45deg, #00000038, transparent);
    align-items: center;
    justify-content: center;
}
.search_result span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    max-width: 52%;
}
    .footerend{
      background-color: black;
      border-top: solid 1px gray;
      padding: 18px;
      color: #ababaa;
      font-size: 14px;
    }
    .viewanswer {
    display: block;
    font-size: 28px;
    padding: 20px;
    color: white;
    position: absolute;
    right: 0;
}
    .viewanswer:hover{
      color:gray;
      cursor: pointer;
    }
    .answer {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
    display: block;
    margin: 14px 0px;
    font-size: 18px;
    line-height: 32px;
        color: #acacac;
}

.expicons {
    border-radius: 10px;
    width: 50px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(45deg, white 45%, #5bccff);
    z-index: 0;
}
    


    .gridview div:hover > .expicons > .expicons{
      /*transform: scale(1.1)translate(0px,-4px);
      transition: all 0.2s ease-in-out;
      filter: drop-shadow(0px 14px 8px #b8cdff);*/
    }
    
    .stars {
        background-image: url("../../assets/images/stars.svg");
        display: block;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: all .3s ease-in-out;
        margin-bottom:-10px;
    }
    .usps div:hover > .stars{
        filter: hue-rotate(-50deg);
        background-position: 50% -5px;
    }
.listbox:hover{
        transition:all 0.2s ease-in-out;
    }
    .query_title {
    padding: 10px 20px;
    color: black;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    background-image: linear-gradient(45deg, #ffffff, #9eb9ff);
    white-space: nowrap;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-right: 8px;
}
.query_icon{
    padding: 10px 10px;
    background-color: #2c6bff;
}
    .livesvg {
        height: 28px;
        width: 26px;
        background-image: url(assets/images/available.svg);
        background-repeat: no-repeat;
        background-position: -30px -10px;
        display: inline-block;
        background-size: 84px;
        margin: -7px 4px -7px -4px;
        display:none;
    }
    
    .footerlinks li {
        list-style: none;
        margin: 0px;
        position: relative;
        display: block;
        margin-left: -40px;
    }
    
.techfield {
    font-size: 14px;
    background: linear-gradient(45deg, #1d468b, #4367c0);
    padding: 2px 8px;
    border-radius: 4px;
    color: #ffffffc9;
    margin: 0px 4px;
    display: table;
    margin-top: 8px;
}
    
    .workview {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
        flex-direction: row;
    }
.workview div {
    min-width: 200px;
    min-height: 220px;
    overflow: hidden;
    border-radius: 6px;
    flex: 1 0 30%;
}
.workview div:hover {
    
}
.workview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}
.workview img:hover {
    transform: scale(1.04);
    transition: transform .3s ease-in-out;
}
    
    _h1::after {
    color: #002dec;
    width: 100%;
    height: 100px;
    /*background-image: url("assets/images/highlight.svg");*/
    content: " ";
    background-repeat: no-repeat;
    display: table;
    position: absolute;
    background-position: center 0px;
    background-size: 200px;
    margin-top: 0px;
    left: -2px;
}

.blockview{
    position:fixed;
    height:100%;
    width:100%;
    background-color:white;
    display:block;
    top:0;
    left:0;
    z-index:11;
}
.lightbar {
    box-shadow: 0 0 5px 12px #fff0, 0 0 170px 80px #0071ff7d, 0 0 140px 20px #000;
    margin-top: -61px;
    margin-bottom: 64px;
    width: 54%;
    animation: _lightBlink 5s ease-in-out infinite;
}
@keyframes lightBlink {
    0% {
        box-shadow: 0 0 5px 12px rgba(255, 255, 255, 1), 0 0 170px 80px rgba(0, 112, 255, 1), 0 0 140px 90px rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0 0 5px 12px rgba(255, 255, 255, 1), 0 0 170px 80px rgba(0, 112, 255, 0.4), 0 0 140px 90px rgba(0, 0, 0, 0.2);
    }
    80% {
        box-shadow: 0 0 5px 12px rgba(255, 255, 255, 1), 0 0 170px 80px rgba(0, 112, 255, 0.8), 0 0 140px 90px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 5px 12px rgba(255, 255, 255, 1), 0 0 170px 80px rgba(0, 112, 255, 1), 0 0 140px 90px rgba(0, 0, 0, 0.2);
    }
}


/*logo rail css*/

    .logos-container {
    position: relative;
    overflow: hidden;
    background: black;
    height: 120px;
    margin: 0;
    background: black;
    margin-top: 60px;
}

    .logos-track {
      display: flex;
      width: max-content;
      animation: logoScroll 80s linear infinite;
    }

    .logos-track img {
      height: 90px; /* adjust logo size */
      margin: 0 10px;
    }

    @keyframes logoScroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    .gradient {
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .gradient.left {
      left: 0;
      background: linear-gradient(to right, black 0%, transparent 100%);
    }

    .gradient.right {
      right: 0;
      background: linear-gradient(to left, black 0%, transparent 100%);
    }
    
    
    

      /* Less than 600px for phones */
      @media only screen and (max-width: 600px) {
          
          .logos-container {
    height: 60px;
    margin-top: 40px;
}
          
          .logos-track img {
    height: 70px;
    margin: 0 0px;
}
          
          .bgImage {
    width: 130%;
}

          
          .techfield{
            margin:0px;
            display: table;
            margin-top: 8px;
          }
          
          .animate-marquee img {
    width: 35vw !important;

}

         .header{
            justify-content: flex-start;
         }
        .imagebg {
          max-height: 320px;
          min-height: 320px;
          background-size:cover;
          margin: 60px 0px;
        }
        .servicelist .listbox {
          flex: 1 0 50%;
        }
        .widthwrap {
          max-width: 90%;
        }
        h1 {
            font-size: 38pt;
            letter-spacing:-2px;
        }
        h3{
            letter-spacing:-.2px;
            font-size: 20px;
            margin: 0px;
        }

        .workcard div, .usps div, .listbox{
          margin-bottom: 16px;
          margin-right: 0px;
              margin-bottom: 0px;
        }
        .workcard .cardblock{
            padding: 24px;
            flex: 1 0 60%;
                    margin-bottom: 0px;
        }

        .gridview div {
            flex: 1 0 60%;
            text-align: initial;
            border-top: solid 0px #bfbfbf;
        }
        .gridview p{
            margin-bottom:0px;
        }
        .usps div,.serviceusps div{
            flex: 1 0 70%;
        }
        .workcard > * {
            margin-right: 0px;
        }
        .usps > *, .workcard > *, .servicelist > *{
            margin-right:0px;
        }
        .workview img {
            width: 100%;
            max-height: 300px;
            object-fit: cover;
        }
        .workview div {
            flex: 1 0 100%;
            margin-bottom:18px;
        }
        
      }
      
      

      /* Between 620px and max 900px for tablets */
      @media only screen and (min-width:620px) and (max-width:900px) {
        
        .widthwrap {
          max-width: 85%;
        }
        .usps div {
            flex: 1 0 30%;
        }
        .footerlinks div {
            flex: 1 0 10%;
        }
        
        
        
      }
      
      
.locked-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../../assets/locked.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    opacity: .4;
    margin-top: 2px;
    position: absolute;
    margin-left: 6px;
}

.titlewrap {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}






/*for hire part*/
    .work-carousel-wrap {
    width: 100%;
    overflow: hidden;
    max-height: 280px;
    position: relative;
}

.carousel-navigation button {
    background-color: #272b42;
    color: white;
    min-width: 80px;
    padding: 14px;
    border-radius: 10px;
    outline: none;
    border: none;
    margin-right: 14px;
    cursor: pointer;
}

.work-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    column-gap: 24px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    animation: scroll 120s linear;
    pointer-events: none;
}

.carousel-card {
    flex: 0 0 auto;
    width: 260px;
    height: 200px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel-card:hover {
    transform: scale(1.05);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    80% {
        transform: translateX(-100%);
    }
}




/*animate marquee*/

.section {
    padding: 0;
    margin-top: 40px;
    display:none;
}

.relative {
    display: grid;
}

.animate-marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.animate-marquee img {
    margin: 0 1vw;
    width: 14vw;
    max-width: 180px;
    object-fit: contain;
    filter: contrast(4);
}

/* Keyframe animation for infinite scrolling */
@keyframes scroll {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: -91.5%;/*adjust this for seamlessness*/
    }
}

/* Apply the animation to the container */
.animate-marquee {
    animation: scroll 50s linear infinite;
}

.animate-marquee > div {
    display: flex;
}

.audioprogress {
    height: 38px;
    width: 100%;
    position: relative;
    background-image: url(../../assets/images/waves.svg), linear-gradient(45deg, #00000080, #0000001f);
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    opacity:0;
    background-size: cover;
}
.audiobar {
    display: block;
    width: 2px;
    height: 100%;
    background-color: red;
    position: absolute;
    left: 0px;
    transition:all .2s ease-in-out;
}
.playarea-wrap{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    row-gap: 10px;
}



/*carousel audio, reviews etc*/
    
    .carousel-button{
        display:none;
    }
    
    .carousel-wrap {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    /*scroll-snap-type: x mandatory;*/
    gap: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    max-width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

.carousel-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar on WebKit browsers */
}

.carousel-container .card {
    background-color: #272b42;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    flex: 0 0 25%;
    scroll-snap-align: start;
    text-align: center;
    border-top: solid 2px #374570;
    color: white;
    cursor:pointer;
}

.audios .card {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    min-width: 236px;
    min-height: 380px;
    position: relative;
    border: none;
    overflow: hidden;
    box-shadow: none;
    background-size: auto 100%;
    background-position: center;
    transition: background-size .2s ease-in;
}

.audios .card:hover {
    background-size: auto 104%;
}

.audios .card:after {
    content: "";
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 70%;
    z-index:0;
}
.audios .audio-info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 12px;
    justify-content: space-between;
    height: 100%;
}
.playarea {
    min-height: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
    background-image: linear-gradient(69deg, #0f2c6fdb, #3055a9);
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
}
.playavatar {
    width: inherit;
    height: inherit;
    background-size: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #aeb9ff;
    display:none;
}
button.play-pause {
    background-color: transparent;
    border: none;
    padding: 0px 22px;
    font-size: 16px;
    font-weight: 400;
    color: #929adf;
    cursor: pointer;
}
.background-video {
    position: absolute;
    width: -webkit-fill-available;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

@media (max-width: 1000px) {
    .carousel-button{
        display:inline-block;
    }
.carousel-container {
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: flex-start;
    padding: 0px 24px;
    padding-bottom: 32px;
}
.audios .carousel-container{
    flex-wrap:wrap;
}
.audios .carousel-container .card {
    max-width: 88%;
    min-height: 360px;
}
.carousel-container .card {
    max-width: 72%;
    flex: 0 0 100%;
}
.carousel-wrap {
    margin: 0px 0%;
}

}
@media (max-width: 60px) {
  .carousel-container .card {
    flex: 0 0 80%;
  }
  
  .carousel-container {
  max-width: 90%;
    flex-wrap:nowrap;
  }

}



/*contact modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    color: #9c9c9c;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 82%);
    justify-content: center;
    align-items: center;
            background: linear-gradient(45deg, #000000, #1f446d);
            font-family:Poppins,sans-serif;
}
.modal-content{
    width: 500px;
}
.modal-content input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box; /* Ensure padding is included in the width calculation */
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    z-index: 12;
    color: white;
    font-weight: 200;
}

.modal label {
    margin-bottom: 8px;
}

.modal input, .modal textarea {
    width: 100%;
    padding: 16px;
    outline: none;
    border: none;
    font-size: 16px;
    font-family: poppins, sans-serif;
}

.modal textarea{
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: solid 1px #e2e2e2;
}
.modal input{
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(45deg, #e0efff, #ffffff);
}

.modal button[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.modal button[type="submit"]:hover {
    background-color: #0056b3;
}

.status-message {
    margin-bottom: 20px;
    padding: 10px;
    color: #fff;
    background-color: red;
    display: none;
    border-radius: 4px;
}

.thanks-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.thanks-button:hover {
    background-color: #45a049;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .modal-content {
        margin: 0;
        bottom: 0;
        width: 80%;
        max-width: none;
        border-radius: 16px 16px 0 0;
    }
    #purposeDropdown{
        width:80%;
    }
    .modal {
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .modal-content h2 {
        text-align: center;
    }
    
    
    select:focus,textarea:focus,input:focus {
        font-size: 16px;
    }
    
    
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: black;
        z-index: 1;
    }
    

}