:root {
  --corner-size: 7px;
  --corner-stroke: clamp(1px,.175em,3px);
  --primary-color:#fff;
  --light:#727171;
  --white: #fff;
  --dark-light: #151515;
  --dark: #0F1515;
}

#home__banner {
  min-height: calc(80vh - 32px);
  max-height: calc(80vh - 32px);
}
@media (min-width: 768px) {
  #home__banner {
    min-height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
  }
}
#home__banner.vc_row-o-full-height.top-level > .col.span_12 {
  min-height: calc(80vh - 32px);
  max-height: calc(80vh - 32px);
}
@media (min-width: 768px) {
  #home__banner.vc_row-o-full-height.top-level > .col.span_12 {
    min-height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
  }
}

@media (max-width: 768px) {
  #home__game{
      display:none;
  }
}
#home__banner .swiper-container {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #home__banner .swiper-container {
    margin-bottom: 60px;
  }
}
#home__banner .swiper-container.mainlogo {
  margin-top: -50px;
}
#home__banner  .nectar-flickity:first-child {
    margin-bottom: -75px !important;
}
#home__banner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  gap: 0;
}
#home__banner .swiper-slide {
  font-size: 33px;
  width: 400px;
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #home__banner .swiper-slide {
    width: auto;
  }
}
#home__banner .swiper-slide:after {
  border-radius: 50%;
  height: 14px;
  width: 15px;
  content: " ";
  background-color: var(--white);
    position: absolute;
    left: 0;
    top: 8px;
}
#home__services .nectar-fancy-box {
  border: solid 1px var(--primary-color);
}
#home__services .nectar-fancy-box h5 {
  color: var(--primary-color);
}
#home__services .nectar-fancy-box p {
  color: #8A8A8A;
}
#home__team img {
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
#home__team img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
#home__team .team .wpb_wrapper {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}
#home__clients .carousel-outer {
  border-top: solid 1px #8A8A8A;
  padding-left: 160px;
  height: 301px;
}
@media (min-width: 768px) {
  #home__clients .carousel-outer {
    padding-left: 310px;
  }
}
#home__clients .carousel-outer:before {
  content: " ";
  height: 300px;
  width: 150px;
  border-right: solid 1px #8A8A8A;
  position: absolute;
  left: 0;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #home__clients .carousel-outer:before {
    width: 300px;
  }
}
#home__clients .carousel-wrap {
  display: flex;
  align-items: center;
  height: 300px;
}
#home__clients .carousel-wrap img {
  max-height: 100px;
}
#home__works .portfolio--list {
  display: flex;
  gap: 70px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  #home__works .portfolio--item {
    width: calc(50% - 10px);
  }
}
#home__works .portfolio--title {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#home__works .portfolio--title h3 {
  width: 70%;
}
#home__works .portfolio--title h6 {
  line-height: 18px;
  padding-top: 4px;
  text-align: right;
}
#home__works .portfolio--img {
  width: 100%;
}
#home__works .portfolio--img img {
  width: 100%;
}
#home__game {

}



#quotationform {
  max-width: 610px;
  margin: 0 auto;
}
#quotationform input[type=color], #quotationform input[type=date], #quotationform input[type=datetime-local], #quotationform input[type=datetime], #quotationform input[type=email], #quotationform input[type=month], #quotationform input[type=number], #quotationform input[type=password], #quotationform input[type=search], #quotationform input[type=tel], #quotationform input[type=text], #quotationform input[type=time], #quotationform input[type=url], #quotationform input[type=week], #quotationform select,
#quotationform textarea {
  background-color: #202020;
}
#quotationform textarea {
  height: 128px;
}
#quotationform input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  -moz-appearance: textfield;
  direction: rtl; /* Set the direction to right-to-left */
}
#quotationform .gfield_checkbox .gchoice {
  position: relative;
  padding-left: 40px;
  margin:0;
}
#quotationform .gfield_checkbox .gchoice label:after {
  content: "";
  border: solid 1px #8A8A8A !important;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 0;
}
#quotationform .gfield_checkbox .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  left: 20px;
  top: 15px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
#quotationform input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
#quotationform input[type=checkbox] + label {
  cursor: pointer;
  color: #fff;
      margin: 0;
}
#quotationform input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 15px;
}
#quotationform h1 {

  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 17px;
  color: #FFF;
}
#quotationform .gform_required_legend {
  display: none;
}
#quotationform .gf_page_steps {
  display: flex;
  justify-content: space-evenly;
  border: 0;
  gap: 5px;
  margin-bottom: 50px;
      flex-wrap: nowrap;
}
#quotationform .ginput_container_checkbox .gfield_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#quotationform .gf_step {
  margin: 0;
  width: 33%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
#quotationform .gf_step:nth-child(n+4) {
  display: none;
}
#quotationform .gf_step_completed .gf_step_number,
#quotationform .gf_step_active .gf_step_number {
  background: #fff;
}
#quotationform .gf_step_completed .gf_step_label,
#quotationform .gf_step_active .gf_step_label {
  color: #fff;
}
#quotationform .gf_step_number {
  border-radius: 0;
  height: 3px;
  width: 100%;
  font-size: 0;
  padding: 0;
  line-height: 0;
  border: 0;
  background: #202020;
}
#quotationform .gf_step_number::after, #quotationform .gf_step_number::before {
  display: none;
}
#quotationform .gf_step_label {
  position: absolute;
  padding: 0;
  top: 15px;
  font-weight: 400;
  line-height: normal;
}
#quotationform .gsection_subtitle .gsection_title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  padding: 30px 0;
}
#quotationform .gsection {
  border: 0;
}
#quotationform .gfield_subtitle {
  border-top: 2px solid #424242;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 0;
}
#quotationform .gsection_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  color: #fff;
}
#quotationform .gfield_label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: unset !important;
  color: #fff;
}
#quotationform input#input_3_4 {
  width: 100%;
}
#quotationform .gchoice {
  border: solid 1px #8A8A8A;
  max-width: 235px;
  padding: 10px;
  margin-bottom: 10px;
}
#quotationform .gfield_tab .gchoice {
  padding: 0;
  border: 0;
  display: inline-block;
}
#quotationform .gfield_tab .gchoice .gfield-choice-input {
  position: absolute;
  display: none;
  color: #fff !important;
}
#quotationform .gfield_tab .gchoice .gfield-choice-input:hover + label, #quotationform .gfield_tab .gchoice .gfield-choice-input:checked + label {
  color: #fff;
  border: solid 1px #fff;
}
#quotationform .gfield_tab .gchoice label {
  width: 100%;
  max-width: unset;
  color: #8A8A8A;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  border: solid 1px #8A8A8A;
  padding: 15px 20px;
  cursor: pointer;
  margin:0;
}
#quotationform .gfield_tab .gchoice label:before, #quotationform .gfield_tab .gchoice label:after {
  display: none;
}
#quotationform .gform_confirmation_wrapper,
#quotationform .gform_confirmation_message {
  text-align: center;
}
#quotationform .gfields_backhome {
  border-radius: 0 !important;
  min-width: 138px;
  height: 40px;
  color: #FFF;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0 !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
}
#quotationform .gfields_backhome:hover {
  color: #FF4AA8;
  border: 1px solid #FF4AA8;
}
#quotationform .gform_page_footer {
  text-align: right;
  padding-top: 50px;
}
#quotationform .gform_page_footer input {
  border-radius: 0 !important;
  min-width: 84px;
  height: 40px;
  background: #FF4AA8;
  border: 1px solid #FF4AA8;
  color: #FFF;
  padding: 0 !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
#quotationform .gform_page_footer input:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
#quotationform .gform_page_footer input.gform_previous_button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
#quotationform .gform_page_footer input.gform_previous_button:hover {
  border: 1px solid #FF4AA8;
  background: #FF4AA8;
}

#dfooter .nectar-text-inline-images.right_margin_desktop_-4pct .nectar-text-inline-images__marker {
  margin-right: -3%;
}
#dfooter h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
}
#dfooter h2.widgettitle {
  font-size: 20px;
}
#dfooter .jumbo {
  border: 1px solid var(--primary-color) !important;
  border-radius: 0 !important;
  padding: 21px 40px;
  font-size: 16px;
  font-weight: 200;
  color: var(--primary-color) !important;
  min-width: 280px;
}

#dfooter ul#menu-footer-menu {
  margin: 0;
}
#dfooter ul li {
  list-style: none;
}
#dfooter ul li a {
  color: var(--white);
}
#dfooter ul li a:hover {
  opacity: 0.6;
}
#dfooter .nectar-cta {
  margin: 0;
  line-height: 1.15;
}
#dfooter .nectar-cta * {
  line-height: 1.15;
}
#dfooter .link_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  text-transform: none;
}
#dfooter__socials {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  margin-top: 5px;
}
#dfooter__socials .nectar-social {
  margin-left: 12px;
  font-size: 20px;
}
#dfooter__socials .nectar-social a {
  margin-right: 6px;
}
#dfooter .border-top {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
