#primary-nav a {
  font-family: 'Altone Trial', arial !important;
  font-style: bold !important;
}

#flipboxesmerge {
  display: inline-block;
  flex-direction: column;


}

.box1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  grid-auto-columns: 200px;
  /* set the width of each column */

  grid-column-gap: 10px;
  /* remove the gap between columns */
  margin-left: 0;
  /* remove the margin */
  padding-bottom: 100px;
  padding-top: 50px;
  width: 1570px;
  height: 470px;
  overflow: hidden;
}

.box3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  grid-auto-columns: 200px;
  /* set the width of each column */

  grid-column-gap: 10px;
  /* remove the gap between columns */
  margin-left: 0;
  /* remove the margin */
  padding-bottom: 100px;
  padding-top: 50px;
  width: 1570px;
  height: 470px;
  overflow: hidden;
}





/*holotry*/

.holographic-card {
  position: relative;
  padding: 5px 20px;
  /* add some space around the text */
  text-align: center;
  display: inline-block;
  width: 385px;
  height: 50px;
  margin: 5px;
  background: rgb(235, 235, 235) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.5s ease;
  z-index: 1;
}

.holographic-card p {
  border: 50px solid transparent;
  color: rgb(170, 170, 170);
  font-size: 1rem;
  position: relative;
  z-index: 1;
  padding-top: 3% !important;

}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: linear-gradient(0deg,
      transparent,
      transparent 50%,
      rgba(255, 255, 252, 0.884));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card p:hover {
  color: rgb(255, 255, 255);
}

.holographic-card:hover {
  background-color: rgb(28, 19, 160) !important;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(157, 197, 243, 0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* load fast try*/

.btn-8 {
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-color: rgb(235, 235, 235) !important;
  width: 385px;
  height: 50px;
  overflow: hidden;
  transition: all 0.1s;
  border-radius: 5px;
}

.btn-8 span.border-left {
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 5px;
  border-top: 0 solid rgb(28, 19, 160);
  border-bottom: 3px solid rgb(28, 19, 160);
  border-left: 1px solid rgb(28, 19, 160);
  transition: all 0.5s;
}

.btn-8 span.border-right {
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 5px;
  border-top: 3px solid rgb(28, 19, 160);
  border-bottom: 0 solid rgb(28, 19, 160);
  border-right: 1px solid rgb(28, 19, 160);
  transition: all 0.5s;
}

.btn-8 p {
  color: rgb(170, 170, 170) !important;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s;
}

.btn-8 span.text-hidden {
  font-size: 1rem;
  opacity: 0;
  transition: all 0;
  transform: translateX(100%);
  left: 0;
}

.btn-8:hover span.border-left {
  width: 100%;
}

.btn-8:hover span.border-right {
  width: 100%;
}

.btn-8:hover {
  background-color: rgb(28, 19, 160) !important;
  transition: .3s ease-in-out;
}

.btn-8:hover p {

  opacity: 0;
  transform: translateX(-100%);
}

.btn-8:hover span.text-hidden {
  color: rgb(255, 255, 255) !important;
  opacity: 1;
  transform: translateX(0);
  transition: .2s ease-in-out;
}

/*guides user*/

.btn-9 {
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(235, 235, 235) !important;
  width: 385px;
  height: 50px;
  box-shadow: inset 0 -4px 0 rgb(219, 219, 219), 2px 5px 0 rgba(173, 173, 173, 0.87), -2px 5px 0 rgba(173, 173, 173, 0.87);
  overflow: hidden;
  transition: all 0.1s;
  border-radius: 5px;
  transition: .005s;
}

.btn-9:active {
  background-color: rgb(28, 19, 160) !important;
  box-shadow: inset 0 2px 0 rgb(211, 210, 255), inset 0 -2px 0 rgb(219, 219, 219), 3px 5px 0 rgba(173, 173, 173, 0.87),
    -3px 5px 0 rgba(173, 173, 173, 0.87), -3px -3px 0 rgba(173, 173, 173, 0.87), 3px -3px 0 rgba(173, 173, 173, 0.87);
  height: 22.8%;
  transform: translateY(.5px);
  top: 4px;
  transition: .005s;
}

.btn-9 p {
  position: absolute;
  top: 0;
  left: 0;
}

#click {
  color: rgb(170, 170, 170);
  z-index: 1;
}

#guide {
  color: rgb(255, 255, 255);
  z-index: 2;
  opacity: 0;
}

.btn-9:active #click {
  opacity: 0;
}

.btn-9:active #guide {
  opacity: 1;
  transition: .2s ease-in-out;
}

/* Align Try*/
.circol {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(255, 251, 0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-shadow: 0 0 30px rgb(255, 251, 0);
  transition: opacity 0.5s ease-in-out;

}



.box-color-change {
  position: relative;
  padding: 5px 20px;
  /* add some space around the text */
  text-align: center;
  display: inline-block;
  width: 385px;
  height: 50px;
  margin: 5px;
  background-color: rgb(235, 235, 235) !important;
  transition: background-color 0.3s, color 0.3s;
  overflow: visible;
  word-wrap: break-word;
  border-radius: 5px;
}

.box-color-change:hover {
  background-color: rgb(28, 19, 160) !important;
}

.box2 p {
  font-family: 'Altone Trial', arial !important;
  font-weight: bold;
  color: rgb(170, 170, 170);
  float: right;
  text-align: center;
  padding-top: 3%;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

.box-color-change:hover .circol {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.box-color-change:hover p {
  opacity: 1;
  color: rgb(255, 255, 255);
  float: right;
  text-align: center;
  padding-top: 3%;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

/*calling altone trial font*/
@font-face {
  font-family: 'Altone Trial';
  src: url('/assets/fonts/altone-trial-cufonfonts/AltoneTrial-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Altone Trial';
  src: url('/assets/fonts/altone-trial-cufonfonts/AltoneTrial-RegularOblique.ttf') format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Altone Trial';
  src: url('/assets/fonts/altone-trial-cufonfonts/AltoneTrial-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Altone Trial';
  src: url('/assets/fonts/altone-trial-cufonfonts/AltoneTrial-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/*calling altone trial font ends here*/

#build-websites {
  margin-top: -10% !important;
  margin-left: 22% !important;
}




/*flipbox inner adjust*/
.autoshow2 {
  animation: autoShowAnimation2 both;
  animation-timeline: view(100% 5%);
}

.UXbox {
  zoom: 120% !important;
}

.UXbox:hover {
  zoom: 20% !important;
}



/*adjustmnets8 prior to meeting*/
/*get quote adjustment*/
.discover-us {
  transform: translateX(7vw) !important;
}


.quote-arrow {
  transform: translateX(0px);
}

.btn-txt {
  color: rgba(255, 255, 255, 1) !important;
}

/*media utility*/
@keyframes autoShowAnimation2 {
  0% {
    opacity: 0;
    transform: translateY(200px) scale(0.3);
  }

  80% {
    opacity: 1;
    transform: translateY(0) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#services1 {
  transform: translateX(50%);
}

#build-websites {
  zoom: 90%;
  transform: translateX(-30px);
}

@media (max-width:1120px) {

  #services1 {
    transform: translateX(25%);
  }

  .box1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-columns: 15vw;
    /* set the width of each column to 15% of the viewport width */
    grid-row-gap: 1.5vw;
    /* set the gap between columns to 1% of the viewport width */
    margin-left: 9%;
    /* remove the margin */
    margin-right: 5%;
    padding-bottom: 10vh;
    /* set the padding to 10% of the viewport height */
    padding-top: 5vh;
    /* set the padding to 5% of the viewport height */
    width: 100vw;
    /* set the width to 100% of the viewport width */
    height: 200vh;
    /* set the height to 50% of the viewport height */
    overflow: hidden;
    opacity: 1 !important;
    font-size: 1em;
  }
  .box3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-columns: 15vw;
    /* set the width of each column to 15% of the viewport width */
    grid-row-gap: 1.5vw;
    /* set the gap between columns to 1% of the viewport width */
    margin-left: 9%;
    /* remove the margin */
    margin-right: 5%;
    padding-bottom: 10vh;
    /* set the padding to 10% of the viewport height */
    padding-top: 5vh;
    /* set the padding to 5% of the viewport height */
    width: 100vw;
    /* set the width to 100% of the viewport width */
    height: 200vh;
    /* set the height to 50% of the viewport height */
    overflow: hidden;
    opacity: 1 !important;
    font-size: 1em;
  }

 
  .box2>* {
    grid-column: 1 / -1;
  }

  /*eachboxsizing*/
  .holographic-card {
    width: 100vw;
  }

  .box-color-change {
    width: 100vw;
  }

  .btn-9 {
    width: 100vw;
  }

  .btn-8 {
    width: 100vw;
  }

  .disabled.btn-9:active {
    background-color: rgb(28, 19, 160) !important;
    box-shadow: inset 0 2px 0 rgb(211, 210, 255), inset 0 -2px 0 rgb(219, 219, 219), 3px 5px 0 rgba(173, 173, 173, 0.87),
      -3px 5px 0 rgba(173, 173, 173, 0.87), -3px -3px 0 rgba(173, 173, 173, 0.87), 3px -3px 0 rgba(173, 173, 173, 0.87);
    height: 22.8%;
    transform: translateY(.5px);
    top: 4px;
    transition: .005s;
    visibility: hidden !important;
  }

  .btn-9:hover {
    background-color: rgb(28, 19, 160) !important;
    box-shadow: inset 0 2px 0 rgb(211, 210, 255), inset 0 -2px 0 rgb(219, 219, 219), 3px 5px 0 rgba(173, 173, 173, 0.87),
      -3px 5px 0 rgba(173, 173, 173, 0.87), -3px -3px 0 rgba(173, 173, 173, 0.87), 3px -3px 0 rgba(173, 173, 173, 0.87);
    height: 50% !important;
    transform: translateY(.5px);
    top: 4px;
    transition: .005s;
    padding-bottom: 50px;
    margin-bottom: 2%;
  }

  .disabled.btn-9:active #click {
    opacity: 0;
    visibility: hidden !important;
    ;
  }

  .disabled.btn-9:active #guide {
    opacity: 1;
    transition: .2s ease-in-out;
    visibility: hidden !important;

  }

  .btn-9:hover #click {
    opacity: 0;
  }

  .btn-9:hover #guide {
    opacity: 1;
    transition: .05s ease-in-out;
  }

  #click.text-hidden {
    visibility: hidden;
    position: relative;
  }

  #click.text-hidden:after {
    content: "Press Me";
    visibility: visible;
    position: absolute;
    left: 45%
  }
}

.main-nav .is-active>a,
.main-nav .current-menu-item>a,
.main-nav .current-menu-ancestor>a {
  color: #c5a00b !important;
}