:root {
  --secondary-color: rgba(229, 148, 0, 0.9);
  --menu-speed: 0.8s;
}

/*menu*/
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 999;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
}

.menu-wrap.fixed {
  padding-top: 10px;
  background: #ffcd00;;
  height: 93px;
  -webkit-box-shadow: 0px 0px 38px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 38px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 38px 5px rgba(0, 0, 0, 0.75);
}
.menu-wrap .wrapper{
  display: flex;
  /*width: 100%;*/
}
.menu-wrap .wrapper .logo{
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.menu-wrap .wrapper .right-menu {
  width: 100%;
  display: flex;
  justify-content: end;
}
.after-load {
  overflow: hidden;
}

.menu-wrap .hamburger > div, .menu-wrap .hamburger > div:after, .menu-wrap .hamburger > div:before {
  background: #000 !important;
}

.menu-wrap .container {
  height: 60px;
}
.menu-wrap .menu ul {
  list-style: none;
}
.menu-wrap .menu ul li {
    background: #000;
    padding: 0 20px;
}
.menu-wrap .menu ul li a {
  font-size: 30px;
  color: #ffcd00;
  margin-bottom: 20px;
  display: block;
}

.menu-wrap .menu ul li a:hover {
  color: #fff;;

}

.menu-wrap .logo img {
  width: 160px;
  height: auto;
  filter: brightness(7);
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 65px;
  height: 65px;
  padding: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*humburger line center*/
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2.5px;
  background: #fff;
  transition: all 0.4s ease;
}

/*humburger lines top and bottom*/
.menu-wrap .hamburger > div:after,
.menu-wrap .hamburger > div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.5px;
  background: #ffffff;
  top: -12px;
  z-index: 1;
}

.menu-wrap .hamburger > div:after {
  top: 12px;
}

/*animation the lines */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/*turns lines into X */
.menu-wrap .toggler:checked + .hamburger > div:after,
.menu-wrap .toggler:checked + .hamburger > div:before {
  transform: rotate(90deg);
  top: 0;
}

/*rotate on hover when checked*/
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/*show menu*/
.menu-wrap .toggler:checked ~ .menu > a {
  position: absolute;
  top: 35px;
  z-index: 3;
  left: 30px;
  max-width: 110px;
}
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

/*overlay menu*/
.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menu-wrap .menu > div {
  width: 200vw;
  height: 200vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  transform: scale(0);
  flex: none;
  border-radius: 50%;
  /*background: #000000;*/
  /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(20,84,102,1) 0%, rgba(0,0,0,1) 100%);*/
  /*background: #ffcd00;;*/
  background: #efefef;
}


.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}


/*media*/
@media (min-width: 320px) and (max-width: 768px) {
  .menu-wrap .menu > div {
    width: 400vh;
    height: 400vh;
  }
}


.banner {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60vh;

}
/* .banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
} */
.banner video{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  /*height: 100%;*/
}

.banner .title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2rem;
  max-width: 960px;
  text-align: center;
}

.banner .title .smallsep {
  background: #fff;
  height: 2px;
  width: 70px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner .title h1 {
  font-size: 80px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 28px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.banner .title h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 50px;
  font-family: 'Inter';
}

.banner .nextsection {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.banner .nextsection img {
  max-width: 60px;
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
  animation-iteration-count: infinite;
}


@keyframes bounce {
  from {
    transform: translate3d(0, -100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-height: 700px) {
  .title h1 {
    font-size: 80px;
  }
}

.banner .title p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 150%;
}

@media only screen and (max-width: 500px) {
  .title h1 {
    font-size: 65px;
  }
}

.banner .title .icon {
  color: #FFFFFF;
  font-size: 50px;
}
.no-padding-top {
  padding-top: 0 !important;
}
/*About*/
.about {
  display: block;
  position: relative;
  padding: 100px 0;
  overflow: visible;
}
.about:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/gamfu/assets/images/grey-bg.svg) no-repeat;
  height: 100%;
  width: 100%;
  top: 25px;
  left: -25px;
  background-size: contain;
  background-position: center;
}

.about.without-bg:before {
  display: none;
}



.about .bg-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/wp-content/themes/gamfu/assets/images/wave2.svg") no-repeat;
  background-position: 0;
  background-size: cover;
}
.about .intro {
  max-width: 750px;
}
.about.intro .inner-wrap .intro h1, .about.intro .inner-wrap .intro p, .about.intro .inner-wrap .intro h3, .about.intro .inner-wrap .intro h4 {
  margin-bottom: 30px;
}
.about .intro p {
  margin: 20px 0
}

.ocean {
  height: 153%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -28%;
  transform: rotate(90deg);
  z-index: 1;
  opacity: 0.5;
}

.wave {
  position: absolute;
  top: -192px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.about .row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about .intro {
  margin-bottom: 30px;
  flex: 0 0 50%;
  max-width: 50%
}
.about .man {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.about .man img {
  max-width: 450px;
  margin: 0 auto;
}



.about .row-wrap .col-three {
  padding: 0 20px;
}

.about .row-wrap .columns {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  height: 410px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.about .row-wrap .columns h3 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.about .row-wrap .columns span {
  font-size: 50px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.about .row-wrap .columns .content {
  position: absolute;
  bottom: 0;
  background: #ffcd00;
  height: 0;
  transition: height 0.5s ease-in-out;
  opacity: 0;
  left: 0;
  padding: 40px;
  text-align: center;
  color: #fff;
}

.about .row-wrap .columns:hover .content {
  height: 100%;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}


.about .inner-wrap {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  color: #000000;
}

/*Product*/
.product-card {
  padding: 100px 0;
}
.product-card .tabs__nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  max-width: 450px;
  margin: 0 auto;
}
.product-card .tabs__nav a {
  padding: 10px 20px;
  border: 2px solid #ffcd00;
  border-radius: 30px;
  color: #ffcd00;
  font-size: 20px;
}
.product-card .tabs__nav a.active  {
  background: #ffcd00;
  color: #fff;
  text-decoration: none;
}

.product-card:after {
  /*content: "";*/
  position: absolute;
  top: -60%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffcd00;
  width: 50%;
  transform: skewX(46deg);
  opacity: 0.5;
  z-index: 1;
}

.product-card .intro-content {
  padding: 0 40px 0 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

.product-card .row-wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-card .row-wrap .card {
  flex: 0 0 30%;
  max-width: 30%;
  /*background-color: #ffffff;*/
  z-index: 2;
}
.product-card .price {
  display: none;
}


.product-card .card {
  position: relative;
  padding: 10px 10px 70px;
  /*box-shadow: -1px 15px 30px -12px rgb(32, 32, 32);*/
  border-radius: 0.9rem;
  cursor: pointer;
  margin: 20px 20px 30px;
}
.product-card .row-wrap .card p {
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  background: #ffcd00;
  line-height: 1;
  margin-top: 30px;
}

.product-card .card-blue {
  background: #000;
}

.product-card .product-image {
  margin: 0 auto;
  transform: translate(0, 0);
  transition: transform 0.7s ease-in-out;
  filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
}

.product-card .product-info {
  text-align: center;
}
.product-card .card .image-wrap img {
  height: 320px;
  object-fit: contain;
}

.product-card .card:hover .product-image {
  transform: translate(-1.9rem, -9rem) rotate(-40deg)
}



.product-card .product-info h4 {
  margin-bottom: 20px;
  font-family: inherit;
  text-transform: capitalize;
}

.product-card .product-info h5 {
  margin-bottom: 20px;
}

.product-card .product-info p {
  margin-bottom: 20px;
}

.product-card .product-info p span {
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 15px;
}

.product-card .btn-outer {
  text-align: center;
}


.product-card .btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0.8rem;
}

.product-card .fav {
  box-sizing: border-box;
  background: #fff;
  padding: 0.5rem 0.5rem;
  border: 1px solid #000;
  display: grid;
  place-items: center;
}

.product-card .svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  transition: all 500ms ease;
}

.product-card .fav:hover .svg {
  fill: #000;
}

/*Footer*/
.site-footer {
  padding: 30px 0 0;
  color: #000;
  position: relative;
  background: #000;
}
.site-footer .bg-one {
  position: absolute;
  content: "";
  left: -120px;
  bottom: 80px;
  width: 250px;
  height: 250px;
  background: url('/wp-content/themes/gamfu/assets/images/balls/cricket-ball.png') no-repeat;
  background-size: cover;
  animation: movebounce 4s linear infinite;
  opacity: 0.4;
}
.site-footer .bg-two {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 0;
  width: 170px;
  height: 170px;
  background: url('/wp-content/themes/gamfu/assets/images/balls/glitter-ball.png') no-repeat;
  background-size: cover;
  animation: movescale 6s linear infinite;
  opacity: 0.4;
}

.site-footer .row {
  padding-bottom: 40px;
  justify-content: space-between;
}
.site-footer .logo {
  max-width: 110px;
  filter: invert(1);
}
.site-footer ul {
  list-style: none;
}
.site-footer h6 {
  font-size: 20px;
  color: #fff;
  font-family: inherit;
}
.site-footer .row a {
  color: #fff;
  font-size: 18px;
}
.site-footer .row .footer-links  a{
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer .row .footer-links li {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .row .footer-links li > a {
  flex: 0 0 80%;
  max-width: 80%;
}
.site-footer ul .fa {
  font-size: 30px;
  margin-bottom: 15px;
}

.site-footer .bottom-footer {
  padding: 10px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.site-footer .bottom-footer .social-icons {
  display: inline-flex;
  margin-bottom: 0;
}

.site-footer .bottom-footer .social-icons li a .fa {
  top: 10px;
  position: relative;
}

.site-footer .bottom-footer .social-icons li a {
  background: #000;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 30px;
  color: #000;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
}

.banner-second {
  height: 500px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(93deg, #006AAB 2%, #00A5D9 105%);
  align-items: center;
}

.banner-second .title {
  text-align: center;
  color: #FFFFFF
}
.banner-second .nextsection {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}


/*Cta*/
.cta {
  padding: 60px 0;
}
.cta .graphic {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  width: 38%;
}
.cta .bg-img {
  border-radius: 50px;
  position: relative;
  max-width: 450px;
  float: left;
}

.cta .content-wrap {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    /* background: linear-gradient(0deg, hsla(58, 100%, 68%, 1) 2%, hsla(48, 100%, 50%, 1) 98%); */
    border-radius: 30px;
    max-width: 58%;
    text-align: left;
}
.cta .content-wrap .content {
  text-align: center;
  padding: 30px;

}
.cta .content-wrap .content h3 {
  margin-bottom: 20px;
}
.promo-box {
  padding: 20px 0;
  /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(20,84,102,1) 0%, rgba(0,0,0,1) 100%);*/
  color: #000;
  background: #ffcd00;;
}
.promo-box .row-wrap .card {
  position: relative;
}
.promo-box .row-wrap .col-four:last-child .card:after {
  display: none;
}
.promo-box .row-wrap .card:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 22px;
  background: #000;
  width: 2px;
  height: 130%;
}
.promo-box .row-wrap .card svg {
  width: 58px;
  height: 58px;
  float: left;
  border: 2px solid #000;
  margin-right: 17px;
  padding: 10px;
  border-radius: 50%;
  fill: #000;
}

.promo-box .row-wrap {
  display: flex;
  flex-wrap: wrap;
}




h2.animation {
  --heading-text: #ffffff;
  --heading-start: transparent;
  --easing: ease-out;
  --speed: 0.8s;
  position: relative;
  overflow: hidden;
  color: var(--heading-start);
  letter-spacing: -3px;
  font-size: clamp(2rem, 0.3523rem + 8.2386vw, 4.5rem);
}
h2.animation::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: var(--heading-text);
}

h2.animation.animate {
  -webkit-animation: var(--speed) headingFadeInText var(--speed) var(--easing) forwards;
  animation: var(--speed) headingFadeInText var(--speed) var(--easing) forwards;
}
h2.animation.animate::after {
  -webkit-animation: var(--speed) headingSliderOverlay var(--speed) var(--easing) forwards;
  animation: var(--speed) headingSliderOverlay var(--speed) var(--easing) forwards;
}

@-webkit-keyframes headingSliderOverlay {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
    right: 0;
  }
}

@keyframes headingSliderOverlay {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
    right: 0;
  }
}
@-webkit-keyframes headingFadeInText {
  0% {
    color: var(--heading-start);
  }
  49% {
    color: var(--heading-start);
  }
  50%, 100% {
    color: var(--heading-text);
  }
}
@keyframes headingFadeInText {
  0% {
    color: var(--heading-start);
  }
  49% {
    color: var(--heading-start);
  }
  50%, 100% {
    color: var(--heading-text);
  }
}



.contact-us-section {
  padding: 100px 0;
  background: url("/wp-content/themes/gamfu/assets/images/map.jpg");
}
.contact-us-section .row {
  max-width:650px;
  margin: 0 auto;
}
.contact-us-section h2 {
  font-weight: 600;
  font-size: 72px;
  color: #000000;
  text-align: center;
  margin-bottom:20px;
}

.contact-us-section h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom:20px;
}
.contact-us-section p a {
  font-size: inherit;
}
/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .styled-input {
    width:100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 20px;
  width: 100%;
  font-size: 1rem;
  background-color: #ffffff;
  color: white;
  border-radius: 4px;
  border: 2px solid #ffcd00;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #4b8cfb;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
  0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
  0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
  .submit-btn {
    width:100%;
    float: none;
    text-align:center;
  }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
}

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
.gallery-grid {
  padding: 100px 0;
  /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(20,84,102,1) 0%, rgba(0,0,0,1) 100%);*/
  background: #efefef;
}

.gallery-grid .modal-content {
  background: transparent;
  border: 0;
}
.gallery {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  width: 90%;
  max-width: 1200px;
}

@media only screen and (max-width: 1100px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-auto-rows: 200px;
  }
}

@media only screen and (max-width: 900px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
    grid-auto-rows: 175;
  }
}

@media only screen and (max-width: 700px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
    grid-auto-rows: 150px;
  }
}

@media only screen and (max-width: 550px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-auto-rows: 150px;
  }

  .gallery-wrapper .wide {
    grid-column: span 2 !important;
  }
  .gallery-wrapper .xl-wide {
    grid-column: span 2 !important;
  }
  .gallery-wrapper .tall {
    grid-row: span 2 !important;
  }
  .gallery-wrapper .big {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }

  .gallery-wrapper .xl-big {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
}

.gallery {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  width: 90%;
  max-width: 1200px;
}

@media only screen and (max-width: 1100px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    grid-auto-rows: 200px;
  }
}

@media only screen and (max-width: 900px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
    grid-auto-rows: 175;
  }
}

@media only screen and (max-width: 700px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
    grid-auto-rows: 150px;
  }
}

@media only screen and (max-width: 550px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-auto-rows: 150px;
  }

  .gallery-wrapper .wide {
    grid-column: span 2 !important;
  }
  .gallery-wrapper .xl-wide {
    grid-column: span 2 !important;
  }
  .gallery-wrapper .tall {
    grid-row: span 2 !important;
  }
  .gallery-wrapper .big {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }

  .gallery-wrapper .xl-big {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-auto-rows: 100px;
  }
}

.gallery-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: 0.25s all;
}

.gallery-wrapper > div:hover {
  padding: 4px;
  transition: 0.25s all;
  filter: brightness(1.1);
  cursor: pointer;
}

.gallery-wrapper > div > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-sizing: border-box;
}

.gallery-wrapper .wide {
  grid-column: span 2;
}
.gallery-wrapper .xl-wide {
  grid-column: span 3;
}
.gallery-wrapper .tall {
  grid-row: span 2;
}
.gallery-wrapper .big {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-wrapper .xl-big {
  grid-column: span 3;
  grid-row: span 2;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.9);*/
  background: #000;
}

.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-content {
  max-width: 90%;
  max-height: 90vh;
  border: 2px solid white;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: none;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  opacity: 1;
}
.content-with-icon-circle {
  padding: 80px 0;
}
.content-with-icon-circle .intro-wrap {
  margin-bottom: 80px;
}
.content-with-icon-circle .intro-wrap h2 {
  text-align: center;
}
.content-with-icon-circle .row-wrap {
  align-items: center;
  width: calc(100% + 150px);
  margin-left: -75px;
}
.content-with-icon-circle .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 20px;
}
.content-with-icon-circle .row-wrap .text-with-icon {
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.content-with-icon-circle .row-wrap .text-with-icon .icon-wrap {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.content-with-icon-circle .row-wrap .text-with-icon p {
  max-width: 365px;
  margin: 0 auto;
}
.content-with-icon-circle .row-wrap .text-with-icon h4 {
  font-size: 22px;
  margin: 20px 0 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
  width: auto;
}
.content-with-icon-circle .row-wrap .text-with-icon h4:before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffcd00;
  transition: all 0.3s ease;
}
.content-with-icon-circle .row-wrap .text-with-icon:hover h4:before {
  width: 100%;
}
.content-with-icon-circle .row-wrap .text-with-icon.active h4:before {
  width: 100%;
}
.content-with-icon-circle .row-wrap .text-with-icon.active img {
  border: 4px solid #ffcd00;
  border-radius: 50%;
}
.content-with-icon-circle .row-wrap .main-img-wrap {
  width: 100%;
  overflow: hidden;

}
.content-with-icon-circle .row-wrap .main-img-wrap img {
  display: none;
}
.content-with-icon-circle .row-wrap .main-img-wrap img:first-child {
  display: block;
}
.content-with-icon-circle .row-wrap .left-col .text-with-icon:first-child {
  position: relative;
  left: 80px;
}
.content-with-icon-circle .row-wrap .left-col .text-with-icon:last-child {
  position: relative;
  left: 80px;
}
.content-with-icon-circle .row-wrap .right-col .text-with-icon:first-child {
  position: relative;
  right: 80px;
}
.content-with-icon-circle .row-wrap .right-col .text-with-icon:last-child {
  position: relative;
  right: 80px;
}
.content-with-icon-circle .btn-outer {
  text-align: center;
  margin: 0 auto;
}

/*Col With Image*/
.col-with-img {
  position: relative;
  padding: 60px 0 0;
  overflow: visible;
}


.col-with-img h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
  font-family: inherit;
}

.col-with-img .wrapper {
  align-items: center;
  margin: 0 0 40px;
}

.col-with-img .wrapper .text-wrap {
  padding-right: 60px;
  padding-top: 50px;
}

.col-with-img .wrapper .text-wrap p {
  margin-bottom: 25px;
}

.col-with-img .wrapper .img-wrap {
  position: relative;

}
.col-with-img.technology .wrapper .img-wrap:before {
  display: none;
}

.col-with-img .wrapper .img-wrap:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 113%;
    left: -56px;
    top: -33px;
    border: 10px solid #ffcd00;
    border-radius: 10px;
    z-index: -1;
}

.col-with-img .wrapper .img-wrap img {
  width: 550px;
  border-radius: 10px;
  max-height: 674px;
  overflow: hidden;
}

.col-with-img .wrapper .img-wrap .icon {
  position: absolute;
  left: -23px;
  bottom: -80px;
  border-radius: 50%;
  max-width: 185px;
  height: 173px;
}
.testimonial-slider {
  background: #ffcd00;
}

.testimonial-slider .slide {
  /*background: url("/wp-content/themes/gamfu/assets/images/ground.jpeg") no-repeat;*/
  background-size: cover;

  position: relative;
  padding: 80px 0;
  color: #000;
  padding: 80px 30px;
  border-radius: 30px;
  margin: 30px;
}


.testimonial-slider h2 {
  font-family: 'Passion One', sans-serif;
  font-size: 120px !important;
  line-height: 0.6;
}
.testimonial-slider h2 img {
  max-width: 230px;
}
.testimonial-slider .slide .author .icon {
  max-width: 80px;
  margin: 40px auto 20px;
}
.testimonial-slider .slide .author {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
.testimonial-slider .slide .content {
  display: flex
  ;
      flex-wrap: wrap;
}
.testimonial-slider .heading {
  flex: 0 0 70%;
  max-width: 70%;
}
.testimonial-slider .heading h4 {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-size: 30px !important;
}
@media screen and (max-width: 991px) {
  .testimonial-slider .heading {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-slider .slide {
    padding: 40px 0;
  }
  .testimonial-slider .slide .author {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonial-slider button.slick-arrow {
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 40px;
  background: url("/wp-content/themes/gamfu/assets/images/right-arrow.png") no-repeat;
  background-size: contain;
  font-size: 0;
  height: 50px;
  width: 120px;
  filter: invert(1);
}
.testimonial-slider button.slick-arrow.slick-prev {
  transform: rotate(180deg);
  background: url(/wp-content/themes/gamfu/assets/images/right-arrow.png) no-repeat;
  background-size: contain;
  left: 0;
  z-index: 2;
}
.testimonial-slider button.slick-arrow.slick-next {
  right: 0;
  left: auto;
}

/*---------------team cards--------------*/
.team {
  padding: 50px 0 0;
}
.team .card-wrap {
  display: flex;
  align-items: center;
  background-color: #efefef;
  padding: 0;
  max-width: 583px;
  margin: 0 auto 50px;
  border-radius: 20px; }
.team .card-wrap:hover {
  box-shadow: 0 1.4rem 1rem rgba(0, 0, 0, 0.1); }
.team .card-wrap .img-wrap img {
  width: 395px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
.team .card-wrap .content-wrap {
  padding: 0 26px; }
.team .card-wrap .content-wrap .designation {
  position: relative;
  padding-bottom: 10px;
  color: black; }
.team .card-wrap .content-wrap .designation:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #ffcd00;
  bottom: 0;
  left: 0; }
.team .card-wrap .content-wrap p {
  margin-top: 20px;
 }
.team .card-wrap .content-wrap .share i {
  font-size: 20px;
  color: #ffcd00;
  margin-right: 10px;
}
.team .intro {
  text-align: center;
  color: #ffcd00;
  margin-bottom: 30px;
}



:root{
  --purple: rgb(255,255,255,1);
  --violet: rgb(255,225,229,1);
  --pink: rgb(227,17,46,1);
}
/* animation frames for moving gradient */
@keyframes background-pan{
  from {
    background-position: 0% center;
  }

  to {
    background-position: -200% center;
  }
}

/* animate the stars */
@keyframes scale {
  from, to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.intro-wrap h1{
  color: #000;
  font-family: "Inter";
  font-size: clamp(2em, 4vw, 4em);
  font-weight: 400;
  margin: 0px;
  padding: 20px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.intro-wrap h1 > .magic {
  display: inline-block;
  position: relative;
  background: #000;
}

.intro-wrap h1 > .magic > .magic-star {
  --size: clamp(20px, 1.5vw, 30px);
  display: block;
  height: var(--size);
  left: var(--star-left);
  position: absolute;
  top: var(--star-top);
  width: var(--size);

  /* animate the stars */
  animation: scale 700ms ease forwards;
}

.intro-wrap h1 > .magic > .magic-star > svg {
  /* animate the rotation of the stars */
  animation: rotate 1000ms linear infinite;
  display: block;
  opacity: 0.7;
}

.intro-wrap h1 > .magic > .magic-star > svg > path {
  fill: var(--violet);
}
.intro-wrap h1 > .magic > .magic-text {

  background: linear-gradient(
          to right,
          var(--purple),
          var(--violet),
          var(--pink),
          var(--purple)
  );
  /* for animating the text color */
  animation: background-pan 3s linear infinite;
  background-size: 200%;
  /* make the text have gradient color */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 70px;

}

.no-padding {
  padding: 0 !important;
}


.product-card .card {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media  screen and (max-width: 991px) {
.product-card .card {
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media  screen and (max-width: 595px) {
  .product-card .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}