@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');

::selection {
    background: #a485d7;
    color: #000000;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #473367;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #473367;
}

*::-webkit-scrollbar-thumb {
    background-color: #a485d7;
    border: 0px solid #a485d7;
    border-radius: 12px;
}

html{
        font-size: 12px;
        scroll-behavior: smooth;
    }

/* Styles for screens 768px and wider (e.g., tablets and up) */
@media (min-width: 768px) {
html{
        font-size: 14px;
    }
}

/* Styles for screens 1200px and wider (e.g., large desktops) */
@media (min-width: 1200px) {
html{
        font-size: 16px;
    }
}


body {
    color: #f4f4f4;
    background: linear-gradient(#05020F 0%, #0c0108 100%);
    background-color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

h1 {
    font-size: 3.188rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

h2 {
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 120%;
}

h3 {
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 150%;
}

h4 {
    font-size: 1.312rem;
    font-weight: 200;
    line-height: 150%;
}

h5 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 150%;
}

h6 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 3px;
    color: #F79533;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 150%;
}

p.lg{font-size: 1.312rem;}

p.sm{font-size: 0.75rem;}

.h1, .h2, .h3, .h4, .h5, .h6, p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a, a:hover{text-decoration: none;}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

#global-nav{
    padding: 16px; 
    display: flex; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 100;
    transition: all 300ms;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: calc(100% - 48px);
    width: 1200px;
    margin: auto;
    height: auto;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid #0000000d;
    transition: all 300ms;
    flex-wrap: nowrap;
    align-items: center;
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.04);
    opacity: 1;
}

#global-nav.scrolled .header{
    padding: 8px;
    border-radius: 200px;
}

.header .header-logo{
    width: 64px;
    height: 64px;
    background-color: #F79533;
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: 12px;
    overflow: hidden;
    transition: all 300ms;
}

#global-nav.scrolled .header .header-logo{
    border-radius: 100px;
    width: 48px;
    height: 48px;
}


.header .header-logo img{width: 100%; height: auto; transition: all 600ms;}


.header .header-nav-toggle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header .header-nav-toggle a {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 16px 24px;
    letter-spacing: 3px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0);
}

.header .header-nav-toggle a:last-child { margin-right: 0;}

.header .header-nav-toggle a.active {
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 100px;
}

#global-nav.scrolled .header .header-nav-toggle a{
    padding: 12px 24px;
}

.header.dark .header-nav-toggle a {
    color: #ffffff;
    font-weight: 500;
}

.header .header-nav-toggle a.header-btn {
    background-color: #F79533;
    border-radius: 8px;
    color: #ffffff !important;
    padding: 16px 24px;
    border:none !important;
    margin-right: 0px;
}

#global-nav.scrolled .header .header-nav-toggle a.header-btn {
    border-radius: 0px 0px 16px 16px;
}

.header-lg {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 200px 24px 48px 24px;
    width: 1200px;
    max-width: calc(100% - 48px);
    height: auto;
    margin: 0 auto;
    margin-bottom: 62px;
    gap: 48px;
}

/* Styles for screens 768px and wider (e.g., tablets and up) */
@media (min-width: 768px) {
    .header-lg {
        flex-direction: row;
    }
}

/* Styles for screens 1200px and wider (e.g., large desktops) */
@media (min-width: 1200px) {
    .header-lg {
        flex-direction: row;
    }
}


.header-lg .row{max-width: 1100px;}

.header-lg .intro-banner{width: 1100px; margin: auto;}

.scroll-down {
    border: 2px solid #F7953330;
    border-radius: 20px;
    bottom: 60px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.scroll-down::before {
  animation: scrollDownAnimation 2s infinite;
  background-color: #F7953330;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
}
@-moz-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 0;
  }
}


.heading-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.heading-container.text-center {
    align-items: center;
    margin-bottom: 0px;
}


#animation-layer-container {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    padding-top: 50px;
    transition: all 400ms;
}

.animation-layer {
  width:100%;
  margin: auto;
  animation: float 5s ease-in-out infinite;
}

.animation-layer:nth-child(1) {
  animation-delay: 0s;
  transition: all 400ms;
}

.animation-layer:nth-child(2) {
  position: absolute;
  animation-delay: .25s;
  transition: all 400ms;
  left: 0;
}
.animation-layer:nth-child(3) {
  position: absolute;
  animation-delay: .50s;
  transition: all 400ms;
  left: 0;
}
.animation-layer:nth-child(4) {
  position: absolute;
  animation-delay: .75s;
  transition: all 400ms;
  left: 0;
}

.animation-layer:nth-child(5) {
  position: absolute;
  animation-delay: 1s;
  transition: all 400ms;
  left: 0;
}

#animation-layer-container:hover{
    transform: scale(0.99);
}


.work--lockup .slider--item-center a {
    color: #000;
}

.divider{
    width: 100px;
    height: 6px;
    background-color: #F79533;
    border-radius: 20px;
    clear: both;
    margin: 4px 0px;
}

.cta {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.hero .divider{
    background-color: #ffffff;
}

.text-center .divider{margin: 20px auto;}

.intro--options{
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.intro--options>a{margin: 10px; color: #F79533;}


.hero-heading {
    background-color: rgba(255, 255, 255, 0.04);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vh));
    z-index: 10;
    padding: 16px;
    color: #ffffff;
    padding-top: 180px;
    padding-bottom: 10vh;
    transition: all 500ms;
    min-height: 20vh;
    display: flex;
    background-image: url(../img/grid-bg.svg);
    background-repeat: repeat;
    background-position: center center;
}

.hero-heading.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 0vh));
}

.hero-heading .hero-content {
    max-width: calc(100% - 48px);
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}


footer {
    padding: 24px;
    margin-top: 100px;
    background: linear-gradient(#0c0108 0%, #080114 100%);
    color: #ffffff;
    border-top: 2px solid rgb(250 250 250 / 8%);
    border-radius: 48px 48px 0px 0px;
}

footer .footer-content {
    padding: 24px;
    border-bottom: 1px solid rgb(250 250 250 / 8%);
    margin-bottom: 32px;
}

.footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: auto;
}

.footer-copyright .footer-nav {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-copyright .footer-nav .footer-nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 16px 24px;
    letter-spacing: 3px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0);
}
.footer-copyright .footer-nav .footer-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.footer-copyright .footer-nav .footer-nav-link.active {
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 100px;
}

.footer-copyright p{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff40;
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    background-color: rgb(255 255 255 / 4%);
    height: 1px;
    border-radius: 20px;
    border: none;
}

.projects .title, .project-grid .title{ text-decoration: none; color: #F79533;}

.title h2{font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;}

.lg-number {
    font-size: 80px;
    font-weight: 800;
    color: #CED8FF;
    padding-right: 24px;
    min-width: 80px;
    display: block;
}

.bordered-box {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(24px);
    border: 2px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    display: flex;
    gap: 16px;
}
.bordered-box svg{
    fill: #F79533 !important;
}



h1.ls-5, .ls-5{
    -webkit-animation: ls10 2s;
    animation: ls10 2s;
    opacity: 1;
    letter-spacing: 10px;
    word-wrap: break-word;
    text-transform:uppercase;    
}

@-webkit-keyframes ls10 {
  0% {
    letter-spacing: 0;
    opacity: 0;
  }
  100% {
    letter-spacing: 10px;
    opacity: 1;
  }
}

@keyframes ls10 {
  0% {
    letter-spacing: 0;
    opacity: 0;
  }
  100% {
    letter-spacing: 10px;
    opacity: 1;
  }
}


strong {
    font-weight: 500;
}

.header-image{
    width: 100%;
    border-radius: 24px;
}


.boxList {
    margin-top: 10px;
    display: inline-block;
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px;
}


.boxList li {
    padding: 8px 24px;
    border: 1px solid rgb(255 255 255 / 4%);
    background-color: rgb(255 255 255 / 4%);
    border-radius: 40px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: all 500ms;
    font-size: 1.2rem;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
}

.boxList li:hover {
    border: 1px solid rgb(255 255 255 / 16%);
    background-color: rgb(255 255 255 / 8%);
    color: rgb(255 255 255 / 100%);
}

.boxList.red li{
    color: #d9534f;
    border: 1px solid rgb(231 90 35 / 16%);
    background-color: rgb(231 90 35 / 8%);
}
.boxList.red li:hover{
    background-color: rgb(231 90 35 / 24%);
    border: 1px solid rgb(231 90 35 / 48%);
}


.datebox {
    background-color: #282828;
    padding: 5px 10px;
    display: inline-block;
    margin: 0px;
    border-radius: 5px;
}

.datebox.present {
    background-color: #F79533;
    color: #ffffff;
}
.intro-banner .col-60{
    width: 60%;    
}
.row{display: flex; margin: 0px;}

.row .col-50 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.row .col-25 {
    width: 33.333333%;
}

.tags-outer{    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    align-items: center;
}

.tags-outer .tag {
    display: flex;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 1px;
    align-items: center;
    flex-direction: row;
}

.divider-blue {
    background-color: #F79533;
    width: 50px;
    height: 5px;
    border-radius: 10px;
    margin: 0px auto;
}

.work--lockup .slider--item-image {
    border-radius: 5px;
    width: 100px;
    height: auto;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.work--lockup .slider--item-center .slider--item-image {
    width: 500px;
    height: auto;
}

.work--lockup .slider--item-description {
    max-width: 450px;
}

.side-nav li:nth-child(6)::before {
    content: "06";
}
.side-nav li:nth-child(7)::before {
    content: "07";
}

.side-nav{width: 124px;}

.cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    clear: both;
}

.cards .card {
    display: flex;
    opacity: 1;
    transition: all 300ms;
    text-decoration: none;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    padding: 24px;
    width: 200px;
    flex-basis: auto;
    flex-grow: 1;

}

.cards.column-stack{
    flex-direction: column;
    gap: 24px;
    margin-bottom: 8px;
}
.cards.column-stack .card{
    color: #ffffff;
    width: 100%;
}

.cards .card:hover {
    scale: 0.98;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cards a.card:hover {
    scale: 0.98;
}

.cards .card .row{
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 600px) {
    .cards .card .row{
        align-items: flex-start;
    }
}

.blue-cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.blue-cards .card {
    display: flex;
    flex: 1 0 100px;
    margin: 10px;
    background-color: #1a1a1a;
    border-radius: 24px;
    padding: 24px;
    color: #ffffff;
    align-items: center;
    flex-direction: column;
    transition: all 300ms;
    text-align: center;
}

.blue-cards .card:hover { transform: scale(1.05); background-color: #F79533;}


.blue-cards .card img{border-radius: 10px; width: 200px; height: auto;}
.blue-cards .card h3{margin: 0px}


.main-header-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}



.portfolio-icon{width: 160px; max-width: 100%}

.work h2{text-align: left;}

.work h2 span{float: right;}

.work h2 span svg {width: 1em; height: 1em; transform: rotate(90deg); transition: all 300ms;}
.work h2 span svg path{fill: #cccccc;}

.display-on-hover{display: none; height: 0px; opacity:0; transition: all 300ms;}
.cards .card:hover .display-on-hover{display: block; height: auto; opacity: 1;}

.cards .card:hover h2 span svg {width: 1em; height: 1em; transform: rotate(-90deg); transition: all 300ms;}


.cards .card p {
    margin-bottom: 0;
    opacity: 80%;
}


.accordion {
  position: relative;
  width: auto;
}

[id*=open-accordion], [id*=close-accordion] {
  padding: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
}

[id*=close-accordion] {
  display: none;
}

.accordion a {
  color: #000000;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
}

[id*=open-accordion]:after, [id*=close-accordion]:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5px;
    top: 24px;
    z-index: 999;
    transition: all 300ms;
}
.accordion a[id*=open-accordion]:hover:after{top: 30px;}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content p {
    margin: 0px;
}
.accordion-content {
  height: 0;
  margin: -1px auto 0;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  width: auto;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-left: 24px;
}

.accordion span:target ~ [id*=close-accordion] {
  display: block;
}

.accordion span:target ~ [id*=open-accordion] {
  display: none;
}

.accordion span:target ~ [id*=close-accordion]:after {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}


.hire-me{
    padding: 32px;
    background-color: rgb(255 255 255 / 2%);
    border-radius: 32px;
    display: flex;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hire-me .form-container{width: 400px; max-width: 100%}

.projects{
    display: flex;
    width: 100%;
}

.projects .project {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: visible;
    gap: 0px;
    color: #ffffff;
}
.projects .project.col-stack{
    flex-direction: column;
}
.projects .project .column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    flex-grow: 1;
    flex-basis: 0;
}

.projects .project.col-stack .column{
    padding: 0px;
    padding-top: 24px;
}

.projects .project .column.image-bg {
    background-size: cover;
    border-radius: 8px;
    background-position: center center;
    aspect-ratio: 3/2;

}
.projects .project.col-stack .column.image-bg{
    aspect-ratio: 3/2;
}


.projects .project img{width: 100%; height: auto; border-radius: 8px;}

.projects .project h2 {
}


.project-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

.project-grid .project-col {
    border-radius: 24px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    transition: all 300ms;
    width: calc(50% - 10px);
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.content-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    height: 100%;
}
.content-box .project-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: center;
}


.project-grid .project-col:hover {
    box-shadow: 0px 0px 20px rgb(15 51 255 / 40%);
}

.project-grid .project-col img{width: 100%;}


.main-content-inner .main-inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    padding: 24px;
    height: auto;
    margin: 0 auto;
}

.main-content-inner .main-inner.fullwidth {
    width: 1200px;
    max-width: calc(100% - 48px);
    padding: 24px;
    height: auto;
    margin: 0 auto;
}

.main-content-inner .main-inner-lg {
    width: 1200px;
    max-width: calc(100% - 48px);
    padding: 24px;
    height: auto;
    margin: 0 auto;
}

.main-content-inner .main-inner-large {
    padding: 24px 0px;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    max-width: calc(100vw - 10px);
    margin-bottom: 62px;
}

.toolbar{display: none;}


.online-status{position: relative; width: 64px; height: 64px; display: inline-block;}

.online-status img{ width: 100%; border-radius: 50px;}
.online-status .green-dot {
    background: #2ffd0f;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 19px;
}

.btn-blue {
    padding: 24px;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid rgb(255 255 255 / 16%);
    letter-spacing: 2px;
    transition: all 300ms;
    display: flex;
    border-radius: 16px;
    background-color: rgb(255 255 255 / 2%);
    justify-content: center;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    max-height: 60px;
}

.btn-blue:hover{
    color: #ffffff;
    background-color: rgb(255 255 255 / 16%);
    border-color: rgb(255 255 255 / 100%);
}

.btn-green {
    padding: 20px;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    background-color: #4caf50;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #4caf50;
    letter-spacing: 2px;
    transition: all 300ms;
    display: inline-block;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-green:hover{
    color: #fff;
    background-color: #4caf50;
}

.btn-white {
    padding: 20px;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    letter-spacing: 2px;
    transition: all 300ms;
    display: inline-block;
    border-radius: 8px;
}
.btn-white:hover{
    color: #F79533;
    background-color: #ffffff;
}

.link-white{color: #ffffff; text-decoration: none;}
.link-white.lg{font-size: 24px; line-height: 1}

.link-white svg{fill:#ffffff; top: 4px; position: relative;}

.link-blue{
    color: #F79533;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding:20px;
    display: inline-block;
    border: 2px solid;
    border-radius: 10px;
    margin: 5px;
}
.link-blue.lg{font-size: 24px; line-height: 1}

.link-blue svg{fill:#F79533; top: 4px; position: relative;}

.social-link-blue {
    color: #F79533;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    padding:20px;
    display: inline-block;
    border: 2px solid;
    border-radius: 10px;
    margin: 5px;
}

.btn-blue svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #F79533;
    transition: all 500ms;
}
.btn-blue:hover svg{
    color: #fff;
    fill: #ffffff;
    left: 8px;
}

.btn-blue.centered-btn{
    margin: 20px auto;
    text-align: center;
}

.btn-blue.filled {
    color: #ffffff;
    background-color: rgb(247 149 51 / 10%);
    border-color: #F79533;
}
.btn-blue.filled:hover {
    background-color: rgb(247 149 51 / 100%);
}

.btn-blue.filled svg {
    fill: #ffffff;
}

.intro--options>a:hover {
    color: #fff;
    background-color: #F79533;
}

.flex {
    display: flex;
    align-items: center;
}

.flex .flex-col{width: 50%;}

.svg-icon {
    width: 32px;
    height: 32px;
    background-color: #F79533;
    border-radius: 20px;
    padding: 10px;
}

.svg-icon.large {
    width: 64px;
    height: 64px;
    background-color: #F79533;
    border-radius: 20px;
    padding: 10px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #ffffff;
}

.svg-icon circle {
  stroke: #F79533;
  stroke-width: 1;
}

.contact--lockup .modal {
    width: calc(100% - 80px);
    padding: 60px 20px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgb(15 51 255 / 20%);
    max-width: 540px;
    border-radius: 24px;
}

.contact--lockup .modal--options>li {
    width: 150px;
    display: inline-block;
    margin: 0 10px;
    font-weight: 100;
    text-transform: none !important;
    border-radius: 20px;
    margin-bottom: 10px;
}
.contact--lockup .modal--options a{
  font-weight: 400;
}

.contact--lockup .modal--options li:nth-child(1) {
    background-color: #0a66c2;
}

.contact--lockup .modal--options li:nth-child(2) {
    background-color: #1877f2;
}

.contact--lockup .modal--options li:nth-child(3) {
    background-color: #1877f2;
    background : linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.contact--lockup .modal--information p, .contact--lockup .modal--information a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

#my-form-status .success {
    padding: 20px;
    font-size: 18px;
    background-color: #28a745;
    border-radius: 10px;
    display: block;
    text-align: center;
    color: #ffffff;
}

#my-form-status .danger
{
	padding: 20px;
	font-style: 18px;
	background-color: #dc3545;
	border-radius: 10px;
}

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


.contact--lockup {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
    -ms-flex-pack: end;
    justify-content: center;
    margin: 0 auto;
}

.work--lockup .slider--item-left, .work--lockup .slider--item-right{opacity: 50%;}

.slider--item-image img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
    transform: scale(1.15);
}
.slider--item-image img:hover, .work--lockup .slider--item-center img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.work--lockup .slider--item-title {
    text-transform: none;
    display: none;
}

.work--lockup .slider--item-center .slider--item-title {
    display: block;
    font-size: 24px;
    font-weight: 100;
}

.work--lockup .slider--next, .work--lockup .slider--prev {
    bottom: 50%;
    top: calc(50% - 25px);
}

.logo-gallery{
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    height: auto;
  }

.logo-gallery .logo-item {
    flex: 2 0 16rem;
    margin: 2px;
    border:1px solid #00000020;
    border-radius: 24px;
    overflow: hidden;
}
.logo-gallery .logo-item .logo-image{    
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: transform 200ms ease-out;
    box-shadow: 0px 0px 30px #00000000;
}

.logo-gallery .logo-item .logo-image:hover{
    transform: scale(1.1);
    background-color: #ffffff;
    box-shadow: 0px 0px 30px #00000030;
}

.packaging-gallery{
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    height: auto;
  }

.packaging-gallery .packaging-item {
    flex: 1 0 300px;
    margin: 2px;
    border:1px solid #00000020;
    border-radius: 24px;
    overflow: hidden;
}
.packaging-gallery .packaging-item .packaging-image{    
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 200ms ease-out;
    box-shadow: 0px 0px 30px #00000000;
}

.packaging-gallery .packaging-item .packaging-image:hover{
    transform: scale(1.1);
    background-color: #ffffff;
    box-shadow: 0px 0px 30px #00000030;
  }

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.08); 
    --shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    box-shadow: var(--shadow);
}

.appdesign .gallery-item{
    border: 1px solid #020202;
    border-radius: 40px;
    transition: all 400ms ease-in;
}

.gallery.white-bg .gallery-item {
    background-color: rgba(255, 255, 255, 1);

}
.appdesign .gallery-item:hover{
    border: 5px solid #F79533;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-image:hover {
    transform: scale(1.05);
}


/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 24px;
        justify-items: center;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}

.work--lockup .slider--item-center .slider--item-image{
    border-radius: 16px;
    background: #E7EBFF;
    border: 1px solid #E7EBFF; 
    box-shadow:  20px 20px 60px #c4c8d9,
                 -20px -20px 60px #ffffff;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 100%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.section-scroll a.scroll {
  padding-top: 60px;
}
.section-scroll a.scroll span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
.section-scroll a.white span {
  border: 2px solid #fff;
}

.section-scroll a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #F79533;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.section-scroll a.white span::before {
    background-color: #fff;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sticky-notes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
    margin-top: 12px;
}

.sticky-note {
    border-radius: 24px;
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    padding: 24px;
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    width: 200px;
    flex-basis: 200px;
    flex-grow: 1;
}

.sticky-note .pin{
    margin: 10px;
    display: block;
    margin-top: -20px;
}

.mar-b-l{margin-bottom: 24px;}


/* POPUP IMAGE */

.img-container img {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

.popupContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popupContainer .popUpBackground {
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.popupContainer .popUpBackground.active {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
}

.popupContainer .popImage {
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 32px;
    border: 2px solid rgb(0 0 0 / 4%);
    background-color: #ffffff;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}

.main-full-container {
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 48px;
    max-width: calc(100% - 48px);
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 64px;
}

.main-full-container .main-inner-row{
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}


.text-left{text-align: left}

.pulse {
  box-shadow: 0 0 0 rgba(255,255,255, 0.2);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.2);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.2);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.2);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}


/* Slider CSS Start */
.slider, 
.slider > div {
    background-position: center center;
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    border-radius: 24px;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider, .slider > div:before {
  content: "";
  float: left;
  aspect-ratio: 16/9;
}

.slider, .slider > div:after {
  content: "";
  display: table;
  clear: both;
}


.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.slider > ul > li {
    padding: 0;
    display: inline-block;
    width: 10px;
    height: 5px;
    border-radius: 5px;
    list-style: none;
    margin: 3px;
    cursor: pointer;
    border: 0px solid #fff;
    background-color: #e7ebff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #F79533;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(24px);
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #fff;
    text-align: center;
    padding: 16px 16px 24px 16px;
    width: calc(100% - 8px);
    border-radius: 20px;
}
.slider > div span p{font-size: 21px; margin: 0px;  margin-bottom: 10px;}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/*Slider CSS end */



.service{
    padding: 24px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgb(15 51 255 / 20%);
    border-radius: 24px;
    display: flex;
}

.cut-text{
    text-decoration: line-through;
    color: #a4a4a4;
}

.show-sm{display: none;}

.intro-banner {display: flex; align-items: center;justify-content: space-between;}
.header-pic{width: 400px; max-width: 70vw;}

.device-notification--logo{
    justify-content: center;
}

.device-notification--logo img{width: 100px;}

.device-notification--message {
    margin: 30px auto;
    color: #ffffff;
}

.related-project-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
}

.related-project-grid .project-col {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 24px;
    background-color: #f2f4ff;
    padding: 16px;
    border-radius: 10px;
}

.related-project-grid .project-col img{width: 200px; margin-right: 16px; border-radius: 10px;}


fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}



@media (max-width: 767px){
    .intro--options>a {display: inline-block;}
}

@media (max-width: 600px) 
{

    .intro-banner {justify-content: space-between; flex-direction: column-reverse;}

    .work-request--options label { width: auto; margin-bottom: 5px; font-size: 14px; line-height: 1; padding: 16px 12px; border-radius: 10px;}

    .outer-nav>li { font-size: 24px; margin-bottom: 24px;}

    .btn-blue.centered-btn { margin: 20px 0; }

    .responsive-iframe { padding-bottom: 240%;}

    .row { flex-direction: column; flex-wrap: nowrap;  margin: auto;}

    .row.reverse-sm{flex-direction: column-reverse;}

    .header-lg .row{max-width: 100%;}

    .row .col-50 { width: calc(100% - 0px); padding: 0px; }

    .row .col-25 { width: calc(100% - 0px); padding: 0px; }

    .cards {flex-direction: column;}

    .cards .card{width: auto;}

    .main-content-inner { padding: 0px; overflow-x: hidden; }
    .main-full-container .main-inner-row {padding: 24px;}

    .main-full-container .work--lockup .slider--item-center .slider--item-image { width: 300px; height: auto; }

    .hero{ display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 20px; padding-top: 32px; padding-bottom: 32px; flex-direction: column; flex-wrap: nowrap; background-size: cover; background-position: center center; }

    .link-white.lg { font-size: 18px; line-height: 1; }

    .main-full-container .work--lockup .slider--item-left, .main-full-container .work--lockup .slider--item-right{display: none !important;}

    .projects .project{ display: block; padding:20px !important; }

    .contact--lockup .modal{padding: 20px !important}

    .projects .project #slider-wrap{ display: none; }

    #slider-wrap{display: none;}

    .hide-sm{display: none !important;}
    
    .show-sm{display: block !important;}

    .outer-nav {left: 50%;}
    
    .nav-link {padding: 15px 10px; font-size: 24px;}

    .project-grid .project-col {width: calc(100% - 40px);}

    .work-request--options, .work-request--information { margin: 0px; margin-bottom: 16px; display: flex; flex-direction: column; align-items: stretch;}

    .work-request--information .information-name, .work-request--information .information-email{width: 100%;margin: 0px; margin-top: 24px; text-align: center;}

    .section-scroll a.scroll span {bottom: 70px; right: 10px; left: auto;}

    .work-request-msg textarea { font-size: 24px;}
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin: 25px auto;
  height: calc(100% - 50px);
  border-radius: 20px;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    border-radius: 24px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
    max-width: calc(100% - 180px);
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 8%);
    backdrop-filter: blur(24px);
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: #F79533;
  color: #fff;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-input {
  flex: 1;
  background: #ddd;
}
.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}
.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.msger-chat {
  background-color: rgb(255 255 255 / 8%);
  background-image: url("../img/grid-bg.svg");
}

.msg-text{
    font-size: 1rem;
    font-weight: 300;
}
.msg-info-name{
    font-size: 1.33rem;
    font-weight: 400;
}

.order-review{
    padding: 24px;
    background-color: #fcfcfe;
    border-radius: 24px;
    box-shadow: 0 15px 15px -5px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
}
.order-review p{ padding: 20px; font-size: 18px;}

.profile-pic{width: 80px; height: 80px; border-radius: 50px 50px 50px 50px;}


:root {
  --gradient: conic-gradient(
    from 90deg at 50% 50%,
    rgb(251, 55, 60),
    rgba(252, 114, 28, 1),
    rgba(255, 220, 0, 1),
    rgba(27, 206, 255, 1),
    rgba(42, 107, 255, 1),
    rgba(217, 41, 255, 1),
    rgba(255, 10, 92, 1)
  );
}


.card {
  --start: 0;
  position: relative;
  background-color: #040404;
  transition: border-color 0.3s ease-in-out;
}

.card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  border: 2px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 0.5s ease;
  z-index: -1;
}

.glow {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(14px);
}

.glow::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 98%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  border: 15px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  /* mask: linear-gradient(#0000, #0000), 
  conic-gradient(
    from calc(var(--start)  * 1deg), 
    #000 0deg, 
    #ffffff, 
    rgba(0, 0, 0, 0) 60deg
    ); */
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 1s ease;
}

.card:hover > .glow::before {
  opacity: 1;
}
.card:hover::before {
  opacity: 0.6;
}


h4 svg {
    position: relative;
    left: 5px;
    top: 5px;
    width: 24px;
    fill: #F79533;
    transition: all 500ms;
}

.cta-container-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

/* Image auto scroller */

.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100vw - 10px);
}

.scroll-container .container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%; /* Ensures container uses the full width of the parent */
    /* Hide the scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.scroll-container .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.scroll-container .container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.scroll-container .card {
    flex: 0 0 auto;
    width: 15vw;
    max-width: 300px;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 24px;
    cursor: crosshair;
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
    border: 1px solid #00000010;
    transform: scale(1);
}

.scroll-container .card img {
    display: block;
    width: 100%;
    height: auto;
}

.scroll-container .card:hover {
    transform: scale(1);
}

.scroll-container .scroll-btn {
    /* Hide the buttons initially */
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-container .scroll-btn.left {
    left: 0;
}

.scroll-container .scroll-btn.right {
    right: 0;
}

.buttons {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    pointer-events: auto;
    width: 100%;
}

.glass-button {
    position: relative;
    padding: 18px 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 100%;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1.5px solid transparent;
    border-radius: 40px;
    backdrop-filter: blur(30px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
}

.glass-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1.5px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(138, 43, 226, 0.4) 25%,
        rgba(0, 191, 255, 0.4) 50%,
        rgba(255, 105, 180, 0.4) 75%,
        rgba(255, 255, 255, 0.4) 100%);
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderFlow 3s linear infinite;
    opacity: 0.6;
    transition: opacity 0.5s ease;
}
@keyframes borderFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
.glass-button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.glass-button:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 
        0 6px 12px rgba(138, 43, 226, 0.3),
        0 0 40px rgba(0, 191, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(0px) scale(1.02);
}
.glass-button:hover::before {
    opacity: 1;
    animation-duration: 2s;
}
.glass-button:hover::after {
    opacity: 1;
}
.glass-button:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow:
        0 6px 24px rgba(138, 43, 226, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.glass-button .shimmer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 45%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 55%,
        transparent 100%
    );
    transform: rotate(30deg);
    animation: shimmer 3s infinite;
    pointer-events: none;
}
@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(30deg); }
    100% { transform: translateX(100%) rotate(30deg); }
}
.glass-button:hover .shimmer {
    animation-duration: 1.5s;
}
.glass-button span {
    position: relative;
    z-index: 1;
}



.list-inline {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.list-inline>li {
    display: inline-block;
    padding: 12px;
    background-color: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 4%);
    border-radius: 24px;
    transition: all 600ms;
    width: calc(25% - 18px);
    max-width: 300px;
}
.list-inline>li:hover {
    transform: scale(0.98);
}

.list-inline>li img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgb(0 0 0 / 24%);
    backdrop-filter: blur(24px);
}

.modal-dialog {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.modal-content {
    width: calc(100vw - 48px);
    height: calc(100vh - 48px);
    background-color: rgb(0 0 0 / 16%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border: 2px solid rgb(255 255 255 / 8%);
    overflow: hidden;
}

.modal-header {
    min-height: 48px;
    padding: 24px;
    background-color: rgb(0 0 0 / 24%);
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    position: relative;
    padding: 24px;
    height: 100%;
    background-image: url(../img/grid-bg.svg);
    background-repeat: repeat;
    background-position: center center;
}
.carousel {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-control {
    position: absolute;
    display: flex;
    top: calc(50% - 24px);
    bottom: 50%;
    width: 48px;
    height: 48px;
    opacity: .5;
    border-radius: 100px;
    border: 1px solid rgb(255 255 255 / 8%);
    justify-content: center;
    align-items: center;
}

.modal-header .close {
    display: flex;
    width: 48px;
    height: 48px;
    opacity: .5;
    border-radius: 100px;
    border: 1px solid rgb(255 255 255 / 8%);
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.carousel-inner>.item {
    transform: scale(0.5);
    transition: all 600ms;
}

.carousel-inner>.item.active {
    transform: scale(1);
}

.carousel-inner>.item.active.left, .carousel-inner>.item.active.right  {
    transform: scale(0.5);
    opacity: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    border-radius: 24px;
    max-height: 75vh;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: flex;
    justify-content: center;
}

  .horizontalscrollitems {
    position: relative;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
    user-select: none;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    padding: 0px 24px;
    padding-bottom: 24px;
  }
