@font-face {
  font-family: "Barlow-Medium";
  src: url(../fonts/Barlow-Medium.woff);
}

@font-face {
  font-family: "Barlow-Bold";
  src: url(../fonts/BarlowSemiCondensed-SemiBold.woff);
}

@font-face {
  font-family: "Barlow-Light";
  src: url(../fonts/BarlowSemiCondensed-Light.woff);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

img,
div {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
							supported by Chrome and Opera */
}

.foxapp-header .navbar-light .navbar-toggler {
  border-color: #fff0;
}

.container {
  max-width: 85%;
}

iframe {
  border: unset;
  background-image: url(../../svg/BlueDiamond.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 72%;
  max-width: 860px;
  height: 970px;
  /* height: 818px; */
  background-size: contain;
}

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 16%;
}

.gallery-item img {
  max-width: 100%;
  margin: 0 auto;
  /*transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;*/
}

/*.gallery-item:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/
.gallery-icon img {
  width: 50px;
  height: auto;
  position: relative;
  top: 0;
  /*-webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;*/
}

/*.gallery-icon:hover img{
	top:-10px;
}*/

.gallery-icon {
  text-align: center;
  width: 110px;
}

.gallery-icon .icon-text {
  text-align: center;
  /*  color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.05em;*/
}

.platforms-row {
  max-width: 1080px;
  margin: auto;
}

.platforms-row .logoDiv {
  width: calc(70% / 3);
  height: 180px;
  text-align: center;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platforms-row .logoDiv.mid {
  width: 15%;
}

.logoDiv img {
  max-width: 100%;
  height: auto;
}

.logoDiv.mid img {
  width: auto;
  height: 100%;
}

.device-row {
  justify-content: space-evenly;
  padding: 0 40px;
}

.m-r30 {
  margin-right: 30px;
}

.m-b30 {
  margin-bottom: 30px;
}

.pos-r {
  position: relative;
}

.serviceBoard {
  position: absolute;
  color: white;
  bottom: 32px;
  left: 24px;
  width: calc(100% - 24px);
}

.talk-content {
  background: #00e5e8;
  position: relative;
}

.talk-contentDiv {
  position: relative;
  left: 24px;
  padding-top: 112px;
  padding-bottom: 30px;
}

.talk-contentDiv span {
  flex: 0;
}

.talk-contentDiv img {
  width: 300px;
  align-self: flex-end;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h3,
.why-us h3,
.main-features .one-feature h5,
.recent-news .recent-news-slider .item h3,
.download-app h2,
.git-in-touch .contact-info .info-box h5,
.git-in-touch .contact-info .info-box a,
.blog-page .blog-box .blog-details h3 a,
aside.sidebar .categories ul li a,
aside.sidebar .recent-post .post h4 a,
aside.sidebar .tags ul li a,
.single-blog-page .blog-box .blog-details h3 {
  color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.color-blue {
  color: #01bec3;
  position: relative;
}

.projectContentDiv .color-blue:hover {
  color: #01bec3;
}

.projectContentDiv .color-blue::after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #01bec3;
  transition: 300ms;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.projectContentDiv .color-blue:hover::after {
  width: 100%;
}

.color-white {
  color: #1c1c1c;
}

.slide:after {
  border: unset;
}

body,
.background-withcolor,
.foxapp-header.sticky,
.preloader,
footer,
.foxapp-header {
  background: #f6f6f6;
}

/*
footer {
    font-size: 18px;
    letter-spacing: 0.05em;
}*/

footer .icon {
  border-radius: 50%;
  background: #1c1c1c;
  padding: 8px;
  margin-right: 16px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

footer .icon:hover {
  background: #7b7b7b;
}

.card {
  background-color: unset;
  box-shadow: unset;
  border: unset;
}

.card-header {
  background-color: unset;
  border: unset;
}

.btn-link,
.card-body {
  color: #1c1c1c;
}

.btn-link {
  padding: 0;
  font-size: 48px;
}

.accordion .card:not(:last-of-type) {
  /*border-bottom: solid 1px #ffffff !important;*/
}

.accordion .card:not(:last-of-type):after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a5a5a5;
}

.navbar-brand img,
.widget img {
  max-height: 40px;
  width: auto;
}

#vzionLogo,
#vz777Logo {
  /* min-width: 125px; */
  /* max-height: 32px; */
  height: 100%;
  width: 80px;
}
#vzionLogo {
  position: absolute;
  left: 0%;
  opacity: 0;
  margin-left: 10px;
}

body {
  font-family: "Barlow-Medium";
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #2a2b2d;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
}

.card-body {
  padding-top: 0;
  font-size: 18;
}

.font-18 {
  font-size: 18px;
}

.font-24 {
  font-size: 24px !important;
}

.font-48 {
  font-size: 48px;
  line-height: 1.1;
}

.font-64 {
  font-size: 64px;
  line-height: 1.1;
}

.font-96 {
  font-size: 96px;
  line-height: 1.2;
  font-family: "Barlow-Bold";
}

.font-bold {
  font-family: "Barlow-Bold";
}

.letterSpacing-01 {
  letter-spacing: 0.1em;
  font-size: 24px;
}

.letterSpacing-045 {
  letter-spacing: 0.045em;
}

.letterSpacing-875 {
  letter-spacing: 0.875em;
}

.heading-01 {
  font-size: 96px;
  font-family: "Barlow-Bold";
  letter-spacing: 0.045em;
  line-height: 1.2;
}

.heading-02 {
  font-size: 64px;
  font-family: "Barlow-Bold";
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.heading-03 {
  font-size: 48px;
  font-family: "Barlow-Bold";
  letter-spacing: 0.045em;
  line-height: 1.1;
}

.heading-04 {
  font-size: 18px;
  font-family: "Barlow-Medium";
  letter-spacing: 0.875em;
  margin-right: -0.875em;
}

.heading-05 {
  font-size: 40px;
  font-family: "Barlow-Bold";
  letter-spacing: 0.045em;
}

.heading-06 {
  font-family: "Barlow-Bold";
  font-size: 288px;
  line-height: 315px;
  letter-spacing: 0.03em;
}

.missionRow {
  position: relative;
  justify-content: flex-end;
}

.missionDiv {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.missionContent {
  max-width: 800px;
  text-transform: uppercase;
}

.serviceRow {
  margin-left: 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 334px);
}

.serivceCardDiv {
  width: 304px;
  height: 404px;
  border-radius: 44px;
  overflow: hidden;
}

.serivceCardDiv img {
  width: 100%;
  height: 100%;
}

.featuresListDiv {
  height: 1000px;
}

.projectRow {
  margin: auto auto;
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.projectRow.reverse {
  flex-direction: row-reverse;
}

.projectImgDiv {
  max-width: 50%;
}

.projectContentDiv {
  width: 100%;
  max-width: 500px;
}

.projectContentRow {
  max-width: 40%;
}

.projectImg {
  max-width: 700px;
  width: 100%;
}

.projectImgDiv .mask {
  -webkit-mask-image: url(../img/OurProjects/Thumbnail_Mask.png);
  mask-image: url(../img/OurProjects/Thumbnail_Mask.png);
  -webkit-mask-size: 95%;
  mask-size: 95%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: 100%;
}

.projectImgDiv .mask > div {
  position: relative;
  left: -2.5%;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.projectImgDiv .mask:hover div {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#features-video-layer {
  height: 100%;
  /* align-content: center; */
}

#features-canvas {
  position: sticky;
  top: 0;
  padding-top: 80px;
}

.features-video {
  position: sticky;
  top: 0;
  padding-top: 80px;
  left: 0;
  /*position: absolute;
    opacity: 0;*/
  pointer-events: none;
}
.showVideo {
  display: block !important;
}

.gallery-icon-layer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gallery-icon-layer .gallery-icon {
  display: inline-block;
}

/*
<<<<<<< HEAD*/
.gallery-icon-layer > div {
  display: flex;
  align-items: baseline;
  height: 100%;
}

.font-light {
  font-family: "Barlow-Light";
  letter-spacing: 1px;
}

#faqAccordion {
  margin: 1.25rem;
}

#faqAccordion button {
  white-space: normal;
  text-align: left;
}

#letsTalk a {
  color: #fff;
}

#letsTalk .heading-06:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#letsTalk .d-flex:hover .heading-06:after {
  opacity: 1;
}

#letsTalk .arrow-layer {
  position: relative;
}

#letsTalk .arrow-layer img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(0deg);
}

#letsTalk .d-flex:hover .arrow-layer img {
  transform: rotate(60deg);
}

#letsTalk .arrow-layer img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

#letsTalk .d-flex:hover .arrow-layer img:nth-child(2) {
  opacity: 1;
}

footer .footer-widgets .widget ul li a:hover {
  color: #007bff;
}

.foxapp-header {
  top: 17px;
}

.slide .content-bottom {
  padding-top: 170px;
}

.foxapp-header .navbar .navbar-nav .nav-item > .nav-link.active,
.foxapp-header .navbar .navbar-nav .nav-item > .nav-link:hover {
  color: #00e5e8;
}

.foxapp-header .navbar .navbar-nav .nav-item > .nav-link:before {
  display: none;
}

.letsTalkBtn,
.letsTalkBtn-mobile {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: auto;
}

.letsTalkBtn a,
.letsTalkBtn-mobile a {
  padding: 10px 35px;
  background: #00e5e8;
  border-radius: 25.5px;
  white-space: nowrap;
  color: #1c1c1c;
  position: relative;
  overflow: hidden;
}

.letsTalkBtn-mobile {
  display: none;
}

.letsTalkBtn .hoverBg {
  width: 0%;
  height: 100%;
  background: #1c1c1c;
  position: absolute;
  top: 0;
  left: -1%;
  /*transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);*/
  border-radius: 0px;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.letsTalkBtn:hover .hoverBg {
  width: 102%;
}

.letsTalkBtn .hoverText {
  color: #00e5e8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-weight: 500;
}

.letsTalkBtn:hover .hoverText {
  opacity: 1;
}

.contentCol .collapsed {
  /* opacity: 0.5; */
  opacity: 0.5 !important;
  color: #1c1c1c !important;
}

.btn-link:hover {
  color: unset;
  opacity: 1;
  text-decoration: unset;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: unset;
}

.emptyItem {
  display: none;
}

.letsTalkBtn.collapseMenu {
  display: none;
}

#expertise .description {
  max-width: 50%;
}

#faqAccordion .collapse:not(.show) {
  height: 0;
  overflow: hidden;
  display: block;
}

.project-btn {
  display: inline-block;
  cursor: pointer;
}

.logo img {
  border-radius: 0 !important;
}

#metaverse-img {
  width: 100%;
  max-width: 1200px;
}

#metaverse .container {
  max-width: 100%;
  padding: 0;
}

#metaverse .container .row {
  max-width: 85%;
  margin: 0 auto;
}

#loader-wrapper {
  width: 168px;
  margin: 0 auto;
  height: 100%;
}

.grid {
  display: grid;
  grid-auto-flow: column;
  width: 50vw;
  /* height: 120px; */
  min-width: 2160px;
  /* position: relative; */
  white-space: nowrap;
}
.grid .gallery-item {
  width: 100%;
  height: 100%;
}
.brandBtn,
.brandBtn-mobile,
.navbar-brand {
  /* white-space: nowrap; */
  position: relative;
  overflow: hidden;
}
.brandBtn,
.brandBtn-mobile {
  background-color: #00e5e8;
  border: 0px;
  border-radius: 16px;
  width: 180px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.brandBtnMobile,
.brandBtn-mobile {
  display: none;
}
.brandBtn div,
.brandBtn-mobile div {
  width: 54px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
.brandBtn a,
.brandBtn-mobile a {
  background-color: #ffffff;
  border-radius: 10px;
  height: 60px;
  width: 100px;
  align-content: center;
  margin-right: 0px !important;
}
.white {
  background-color: #ffffff;
  border-radius: 10px;
  height: 60px !important;
  width: 100px !important;
  align-content: center;
  margin-right: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  pointer-events: none;
}
.brandBtn:hover,
.brandBtn-mobile:hover {
  background-color: #fa0237;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
} 
.brandBtn:hover .white,
.brandBtn-mobile:hover .white {
  transform: translateX(-65%);
}
.brandBtn:hover .brandIcon,
.brandBtn-mobile:hover .brandIcon {
  transform: translateX(203%);
}
.brandBtn:hover #vz777Logo,
.brandBtn-mobile:hover #vz777Logo {
  opacity: 0;
}
.brandBtn:hover #vzionLogo,
.brandBtn-mobile:hover #vzionLogo {
  opacity: 1;
}
.brandBtn:hover #brandIcon,
.brandBtn-mobile:hover #brandIcon {
  display: none;
}
.brandBtn:hover #brandIcon2,
.brandBtn-mobile:hover #brandIcon2 {
  display: block !important;
}
.gradient-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(246, 246, 246, 1), rgba(246, 246, 246, 0) 10%, rgba(246, 246, 246, 0) 90%, rgba(246, 246, 246, 1));
  pointer-events: none;
}

.letsTalkDes {
  min-width: 300px;
}
.letsTalkBtn a,
.letsTalkBtn-mobile a {
  border-radius: 50px;
}
.letsTalkBtn-mobile a {
  padding: 0;
  color: #fff !important;
}

.letsTalkBtn-mobile span {
  margin: 0 50px;
}

.letsTalkBtn-mobile a {
  width: 200px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}


@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*=======
>>>>>>> a2c4e3f35cb737a412d72fb13090b9164c8a36ff
*/
/*
.row {
    margin-left: unset;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: unset;
}
*/
@media (max-width: 1560px) {
  .heading-01 {
    font-size: 84px;
  }
  .title {
    width: 60%;
  }
}
@media (max-width: 1440px) {
  .heading-01 {
    font-size: 76px;
  }
  .title {
    width: 40%;
  }
}
@media (max-width: 1240px) {
  .slide .content-bottom {
    padding-top: 140px;
  }
  .brandBtnMobile,
  .brandBtn-mobile {
    display: flex;
  }
  .brandBtn {
    display: none;
  }
  #expertise .description {
    max-width: 75%;
    margin: 0 auto;
  }

  #faqAccordion button {
    text-align: center;
  }

  /*
    .row {
        margin-left: -15px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 15px;
    }
*/

  .projectRow {
    margin-top: 30px;
  }

  .m-r30 {
    margin-right: 14px;
  }
  .title {
    width: 100%;
  }
  .missionContent {
    max-width: 85vw;
  }
  .gradient,
  .mobile_anim,
  .case {
    transform: none;
  }

  .heading-01 {
    font-size: 64px;
  }

  .heading-05 {
    font-size: 32px;
  }

  .heading-06 {
    font-size: 196px;
    line-height: 109.5%;
  }

  .talk-contentDiv img {
    width: 200px;
  }

  section {
    overflow: hidden;
  }

  .missionDiv {
    text-align: center;
    position: unset;
    margin: 40px 0 22px 0;
  }

  iframe,
  .bannerDiv {
    background-size: contain;
    width: 100%;
  }

  .gallery-item {
    width: 25%;
  }

  #expertise {
    text-align: center;
  }

  .featuresListDiv {
    height: unset;
    justify-content: center;
    width: 100%;
    max-width: 995px;
  }

  .contentCol {
    max-width: 100%;
    min-width: 70vw;
  }

  footer .row {
    display: block;
  }

  .footerEmailDiv {
    margin: 40px 0;
  }

  footer .col-md-6 {
    max-width: 100%;
  }

  .sectionHeader {
    text-align: center;
  }

  .missionRow {
    justify-content: center;
  }

  #expertise .videoCol {
    display: block;
    margin: 15px auto 15px auto;
  }

  .features-video {
    /*  position: unset;*/
    pointer-events: none;
    padding-top: unset;
  }

  .gallery-icon-layer {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .gallery-icon-layer > div {
    justify-content: center;
    margin-bottom: 32px;
  }

  .gallery-icon-layer > div:nth-child(3) {
    order: 2;
  }

  .gallery-icon-layer > div:nth-child(2) {
    order: 3;
    margin-bottom: unset;
  }

  #features-video-layer {
    height: unset;
    display: flex;
    /* max-width: 80%; */
    max-width: 63%;
  }

  #main_menu {
    font-size: 64px;
    text-align: center;
  }

  .foxapp-header {
    padding: 0;
    /* height: 95px; */
  }

  header.expanded {
    height: 100vh;
  }

  header.expanded .navbar-toggler-icon {
    background-image: url(../img/UIElements/cross.svg) !important;
  }

  .letsTalkBtn {
    /* position: absolute;
    right: 70px;
    top: -13px; */
    display: none;
  }

  .emptyItem {
    display: none;
  }

  #features-canvas {
    padding-top: unset;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100% !important;
    height: auto !important;
  }

  .letsTalkBtn {
    display: none;
  }

  .letsTalkBtn.collapseMenu {
      display: block;
  }

  .mobileMenuContainer{
      display: flex;
  }

  .serviceRow {
    grid-template-columns: repeat(auto-fit, 318px);
  }

  #faqAccordion,
  .featuresListDiv {
    margin: 0;
  }

  .foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
}

@media (max-width: 768px) {
    #features-video-layer {
      max-width: 100%;
    }
    .letsTalkBtn.collapseMenu {
        display: none;
    }
    .letsTalkBtn-mobile {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 414px) {
  .heading-01 {
    font-size: 48px;
    letter-spacing: 0.03em;
  }

  .heading-02 {
    font-size: 48px;
    letter-spacing: 0.03em;
  }

  .heading-03 {
    font-size: 24px;
    letter-spacing: 0.045em;
  }

  .heading-04 {
    font-size: 14px;
  }

  .heading-05 {
    font-size: 32px;
    letter-spacing: 0.045em;
  }

  .letterSpacing-01 {
    font-size: 16px;
  }

  body {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  iframe,
  .bannerDiv {
    height: 400px;
  }

  .projectRow {
    flex-direction: column;
  }

  .projectImgDiv {
    max-width: unset;
    order: 1;
    text-align: center !important;
  }

  .projectContentRow {
    max-width: unset;
    order: 2;
    text-align: center;
    margin: 16px 0;
  }

  #faqAccordion {
    width: 100%;
  }

  .contentCol {
    padding: 0;
  }

  .gallery-icon {
    width: 95px;
  }

  #main_menu {
    font-size: 38px;
    width: 100%;
    line-height: 100%;
    position: absolute;
    top: 100px;
    left: 0;
  }

  .letsTalkBtn,
  .letsTalkBtn.collapseMenu {
    display: none;
  }

  .letsTalkBtn-mobile {
    display: block;
    margin-top: 10px;
  }

  /*.talk-content{
		height: 650px;
	}*/
  #letsTalk .heading-06 {
    font-size: 90px;
    line-height: 100%;
  }

  .talk-contentDiv img {
    width: 120px;
  }

  .letsTalkDes {
    max-width: 350px;
  }


  .grid {
    min-width: 768px;
  }

  .gallery-icon img {
    width: 40px;
  }

  .gallery-icon .icon-text {
    font-size: 15px;
  }

  #color-layer {
    left: -20px;
  }

  #foxapp_menu {
    height: 100%;
  }

  .foxapp-header {
    padding: 0;
    /* height: 64px; */
    top: 0;
  }

  .foxapp-header .container {
    display: flex;
    align-items: center;
  }

  .navbar-brand img {
    max-height: 39px;
  }

  .expanded .navbar-expand-lg > .container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
  }

  #about .heading-04.subtitle {
    display: flex;
    flex-direction: column;
  }

  #about .section-title {
    padding: 0;
  }

  #letsTalk .heading-06:after {
    height: 6px;
  }

  #expertise .description {
    max-width: 100%;
  }

  #letsTalk .heading-06:after {
    margin-top: -5px;
  }

  .foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
    padding: 10px 0 0 0;
    font-size: 32px;
  }

  .logoDiv.mid img {
    max-height: 100px;
  }

  .platforms-row {
    flex-direction: column;
  }

  .platforms-row .logoDiv {
    width: 70%;
    height: auto;
  }

  .platforms-row .logoDiv.mid {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: auto;
    height: auto;
    margin: -40px auto;
  }

  .logoDiv.mid img {
    max-height: 200px;
  }

  .projectImgDiv .mask {
    mask-size: 100%;
  }

  .projectImgDiv .mask > div {
    left: 0;
  }
}
@media (max-height: 768px) {
  .foxapp-header {
    top: 0;
    padding: 0px;
    height: auto;
  }
}

@media (max-height: 414px) {
  .brandBtnMobile,
  .brandBtn-mobile {
      display: none;
  }
  .brandBtn {
      display: flex;
      width: 115px;
      padding: 5px;
      border-radius: 10px;
  }
  .brandBtn div, .brandBtn-mobile div {
    width: 37px;
  }
  #brandIcon, #brandIcon2 {
    width: 21px !important;
  }
  .white {
    height: 38px !important;
    width: 63px !important;
  }
  .brandBtn a, .brandBtn-mobile a {
    border-radius: 8px;    
  }
  #vzionLogo, #vz777Logo {
    height: 19px;
    width: 53px;
  }
  #vzionLogo {
    margin-left: 6px;
  }
  .brandBtn:hover .brandIcon,
  .brandBtn-mobile:hover .brandIcon {
    transform: translateX(185%);
  }
  .grid {
    min-width: 1080px;
  }
  .foxapp-header .navbar {
    padding: 0px;
  }
  #features-video-layer {
      max-width: 60%;
  }
  .heading-01 {
    font-size: 48px;
    letter-spacing: 0.03em;
  }

  .heading-02 {
    font-size: 64px;
    letter-spacing: 0.03em;
  }

  .heading-03 {
    font-size: 24px;
    letter-spacing: 0.045em;
  }

  .heading-04 {
    font-size: 14px;
  }

  .heading-05 {
    font-size: 32px;
    letter-spacing: 0.045em;
  }

  #about .section-title {
    padding: 0;
  }

  .letterSpacing-01 {
    font-size: 16px;
  }

  #main_menu {
    font-size: 8vh;
    width: 100%;
    line-height: 90%;
  }

  .serivceCardDiv {
    height: 304px;
  }

  .foxapp-header {
    top: 0;
    padding: 0px;
    height: auto;
  }

  .serivceCardDiv img {
    height: auto;
  }

  .serviceBoard {
    line-height: 109.5%;
  }

  #letsTalk .heading-06:after {
    margin-top: -5px;
  }

  iframe,
  .bannerDiv {
    width: 55%;
    height: 414px;
  }
  .bannerContainer{
    justify-content: center;
  }


  .talk-contentDiv span {
    font-size: 96px;
  }

  .foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
    padding: 5px 0;
    font-size: 30px;
  }

  .projectImgDiv .mask {
    mask-size: 100%;
  }

  .projectImgDiv .mask > div {
    left: 0;
  }

  .mobile_anim, .case {
      height: 40vw;
  }
  .letsTalkBtn.collapseMenu {
      display: block;
  }
  .letsTalkBtn-mobile {
      display: none;
      margin-top: 10px;
  }
}

/* @media (max-width: 768px) {
    #expertise .videoCol {
        display: block;
        margin: 15px auto 15px auto;
    }

    #features-video {
        top: -20px;
    }

    .gallery-icon-layer {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .gallery-icon-layer>div {
        justify-content: center;
        margin-bottom: 32px;
    }

    .gallery-icon-layer>div:nth-child(3) {
        order: 2;
    }

    .gallery-icon-layer>div:nth-child(2) {
        order: 3;
        margin-bottom: unset;
    }
} */
