/**
* Template Name: GreenHorse
* Author: Florin Tomoiaga
*/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "ZonaPro-Bold";
  src: url('../fonts/ZonaPro-Bold.otf') format('opentype');
}

@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Regular.ttf');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 
  color: #444444;
  font-family: 'Poppins';
}

a {
  color: #00A99D;
  text-decoration: none;
  font-family: 'Poppins';
}

a:hover {
  color: #D9E021;
  text-decoration: none;
}

h1 {
  font-family: "ZonaPro-Bold";
  font-size: 168px;
  line-height: 142px;
  color: #fff;
}


h2 {
  font-family: "ZonaPro-Bold";
}


h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}



p {
  font-family: 'Poppins';
  font-size: 22px;
  line-height: 36px;
}

a.cta-btn {
  background: #00A99D;
  padding: 18px 34px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: left ease-out 4s;
}


a.cta-btn:hover{
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  transition: left ease-out 4s;
  color: #203235;
}

a.cta-btn.light-button {
  background: transparent;
  padding: 18px 34px;
  border-radius: 12px;
  border: 2px solid #D9E021;
  color: #D9E021;
  font-size: 16px;
  font-weight: 500;
  transition: left ease-out 4s;
}

a.cta-btn.light-button:hover{
  background:#D9E021;
  transition: left ease-out 4s;
  color: #203235;
}


h1:after {
content: '';
width: 120px;
position: relative;
display: block;
height: 14px;
background: rgb(217,224,33);
background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
margin-top: 9%;
}


.dark-heading-2 h2 {
  font-family: "ZonaPro-Bold";
  font-size: 85px;
  line-height: 80px;
  color: #203235;
}


.dark-heading-2 h2:after {
  content: '';
  width: 120px;
  position: relative;
  display: block;
  height: 14px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 7%;
}


.dark-heading-2-center h2 {
  font-family: "ZonaPro-Bold";
  font-size: 85px;
  line-height: 80px;
  color: #203235;
  text-align: center;
}


.dark-heading-2-center h2:after {
  content: '';
  width: 120px;
  position: relative;
  display: block;
  height: 14px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin: 5% auto;
}

.light-heading-2 h2 {
  font-family: "ZonaPro-Bold";
  font-size: 85px;
  line-height: 80px;
  color: #fff;
}

.light-heading-2 h2:after {
  content: '';
  width: 120px;
  position: relative;
  display: block;
  height: 14px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 7%;
  }

  .dark-heading-3 h2 {
    font-family: "ZonaPro-Bold";
    font-size: 38px;
    line-height: 40px;
    color: #203235;
    margin-left: 5%;
    width: 100%;
  }
  
  
  .dark-heading-3 h2:after {
    content: '';
    width: 99px;
    position: relative;
    display: block;
    height: 8px;
    background: rgb(217,224,33);
    background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
    margin-top: 5%;
  }
  

  body::-webkit-scrollbar {
    width: 10px;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background: rgb(217,224,33);
    background: linear-gradient(180deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  }

  ::marker {
    font-size: 10px;
}


li {
  font-family: 'Poppins';
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #203235;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}



#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.7);
  background: #203235;
}

#header.header-scrolled ul li a {
  color:#fff;
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


nav#navbar {
  width: 100%;
  justify-content: space-around;
  padding-right: 10%;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: 10px 0 10px 30px;
}


.navbar li:last-child {
  position: absolute;
  right: 0;
  }

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #ffffffbf;
  white-space: nowrap;
  transition: 0.5s;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .active,
.navbar .active:focus {
  color: #fff;
}


.navbar a:hover,
.navbar li:hover>a {
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 5px 20px;
  margin-left: 30px;
  border-radius: 8px;
  color: #D9E021;
  font-size: 16px;
  background: transparent;
  border: 2px solid #D9E021;
  font-weight: 500;
}

.navbar .active:after{
  content: '';
  width: -webkit-fill-available;
  position: relative;
  display: block;
  height: 2px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 9%;
  position: absolute;
  bottom: 4px;
}

.navbar .active:last-child:after {
    background:transparent;
}

.navbar .active a.getstarted{
    background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
    -webkit-text-fill-color: #203235;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
 color:#00A99D;
 border-color: #00A99D;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color:#203235;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #D9E021;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #D9E021;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #D9E021;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/



#hero {
  width: 100%;
  height: 100vh;
  background-color: #203235;
  overflow: hidden;
  position: relative;
  padding-top:85px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* #hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
} */

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h1 {
    font-family: "ZonaPro-Bold";
    width: 54%;
    font-size: 10vw;
    line-height: 9vw;
    padding-top:5vw;
    color: #fff;
}



#hero h1:after {
  content: '';
  width: 120px;
  position: relative;
  display: block;
  height: 14px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 9%;
}

 
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#heroCarousel .carousel-indicators {
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 5%;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #d9e021;
}


@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #ECECEC;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.content p {
    padding: 40px 0px;
}


/*--------------------------------------------------------------
# Who we are
--------------------------------------------------------------*/
.who-we-are,
.join-us,
.banner-pages {
  padding: 0;
}

.who-we-are .content,
.join-us .content,
.banner-pages .content  {
  padding: 70px 15px 0 100px;
}

.who-we-are .content p{
  max-width: 550px;
  padding: 40px 0px 30px;
}

.who-we-are .image-col {
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    background-position: center center;
}

.who-we-are .accordion-list {
  padding: 0 100px 60px 100px;
}

.who-we-are .accordion-list ul {
  padding: 0;
  list-style: none;
}

.who-we-are .accordion-list li+li {
  margin-top: 15px;
}

.who-we-are .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.who-we-are .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.who-we-are .accordion-list span {
  color: #D9E021;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.who-we-are .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.who-we-are .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.who-we-are .accordion-list .icon-show {
  display: none;
}

.who-we-are .accordion-list a.collapsed {
  color: #0b2341;
}

.who-we-are .accordion-list a.collapsed:hover {
  color: #D9E021;
}

.who-we-are .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.who-we-are .accordion-list a.collapsed .icon-close {
  display: none;
}


.our-games-container {
  position: relative;
  width: 100%;
}

.our-games-inner {
  position: absolute;
  bottom: 10%;
  right: 17%;
  width: 255px;
  background-color: rgba(220, 255, 253, 0.5);
  padding: 12px 20px 25px;
  /* filter: blur(8px); */
  background: rgba(220, 255, 253, 0.54);
  box-shadow: 0px 20.2218px 25.5433px rgb(0 0 0 / 8%), inset 1px 1px 2px rgb(255 255 255 / 45%);
  backdrop-filter: blur(12.5px);
  border-radius: 31px;
  transition:0.7s;
}


.our-games-container-wwd {
  /*position: relative;*/
  width: 100%;
}

.our-games-inner-wwd {
  position: absolute;
  bottom: 65px;
  right: 30%;
  width: 255px;
  background-color: rgba(220, 255, 253, 0.5);
  padding: 12px 20px 25px;
  /* filter: blur(8px); */
  background: rgba(220, 255, 253, 0.54);
  box-shadow: 0px 20.2218px 25.5433px rgb(0 0 0 / 8%), inset 1px 1px 2px rgb(255 255 255 / 45%);
  backdrop-filter: blur(12.5px);
  border-radius: 31px;
  transition:0.7s;
}

.our-games-inner-wwd:hover{
  bottom:75px;
}

.our-games-inner:hover{
  bottom:12%;
}

.our-games-inner a,
.our-games-inner-wwd a{
    color:#000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-3-games img { 
  width: 76px;
  height: 76px;
  border-radius: 18px;
  border: 3px solid #00A99D;
  /* box-shadow: 0px 2.8134px 8.44019px rgb(223 0 0 / 35%); */
  margin: 20px 12px 0px;
}

.col-3-games {
  position: relative;
  left: -15px;
  width: 100%;
  display: flex;
  flex-direction: row;

}

.join-us.section-bg {
  background-color: #00A99D;
}

.join-us .content p {
  max-width: 550px;
  padding: 40px 0px 30px;  
  color:#fff;
}

.get-in-touch.section-bg {
  background-color: #fff;
  padding: 140px 15px;
}


.get-in-touch-column h3 {
  font-size: 50px;
  font-weight: 700;
  color: #203235;
  padding: 40px 5px 30px;
}


.content.get-in-touch-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
}



/*--------------------------------------------------------------
# Who we are
--------------------------------------------------------------*/
.banner-pages.section-bg {
  background-color: #203235;
}


.banner-pages .content h1{
  font-size: 10vw;
  line-height: 8vw;
}

.banner-pages .content p {
  color:#fff;
  max-width: 700px;
  padding: 40px 0px 30px;
}

section#our-story {
  padding: 140px 20px;
  background: #F5F5F5;
}

section#our-history {
  padding: 140px 20px;
  background: #fff;
}


.our-story li {
  display: inline-flex;
  align-items: start;
  padding: 5px 0px 30px;
  font-size: 18px;
  line-height: 32px;
  color:#000;
}

.our-story li img{ 
  margin-right:30px;
}


section#our-value {
  padding: 140px 20px;
  background: #ECECEC ;
}

.extra-pt {
  padding-top:50px;
}

.content.our-values h3{
font-size: 50px;
padding: 30px 0px;
color: #00A99D;
font-weight: 300;
}

.content.our-values p {
  padding: 10px 40px 0px 0px;
  font-size:22px;
}

img.horizontal-timeline-gh { 
    display:block;
}

img.vertical-timeline-gh {
    display:none;
}

section#our-team {
  padding: 140px 20px;
  background: #F5F5F5;
}


.extra-text p {
  padding: 15px 0px 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.extra-text b {
  color:#00A99D;
}


/* TESTIMONIALE */

section.testimonials{
  background-color: #00A99D;
  padding: 0px;
}
.team-testimonials {
  display: none;
}

.team-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  color: #fff;
}
.team-testimonials .item {
  text-align: left;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 50%;
}
.team-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.team-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #D9E021;
}
.team-testimonials.owl-carousel .owl-dots{
  width: 100%;
  float: right;
  max-width: 55%;
  margin-top: -7%;
  padding-left: 8px;
}

.team-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
.team-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  display: inline-block;
  height: 8px;
  margin: 0 5px 5px;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 8px;
  border-radius: 10px;
}

.content-testimonial {
  max-width: 55%;
  padding: 0px 0px 10px 10px;
}

.content-testimonial h3 {
  color: #2A4949;
  font-size: 50px;
  line-height: 45px;
  font-family: "ZonaPro-Bold";
  padding-bottom: 15px;
}

.content-testimonial p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
}


.testimonial-separator {
  height: 2px;
  background-color:#0F6464;
  width: 70%;
  margin: 35px 0px;
}
.testimonial-separator.img {
  display: none;
}

.content-testimonial ul{ 
  padding: 0px;
}

.content-testimonial li{ 
display: inline-flex;
align-items: start;
padding: 5px 0px 0px;
font-size: 18px;
line-height: 32px;
color: #fff;
}

.content-testimonial img {
  width: 30px !important;
  margin-right: 40px;
}

.team-testimonials.owl-carousel .owl-nav {
  display: flex;
  max-width: 54%;
  float: right;
  width: 100%;
  margin-top: -5%;
  position: relative;
}

.team-testimonials.owl-carousel .owl-prev {
  background: transparent;
  border: 1px solid #D9E021;
  color: #D9E021;
  padding: 9px;
  margin-right: 15px;
}

.team-testimonials.owl-carousel .owl-next {
  border: 1px solid #D9E021;
  background-color: #D9E021;
  color: #000000;
  padding: 9px 10px;
  margin-right: 15px;
}


.team-testimonials .item .img-team-wrapper {
    display: block;
    margin-bottom: -1px;
}
.item img.img-team {
  max-width: 100%;
  margin:0;
  padding: 55px 20px 0px 20px;
}

.see_more {
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-family: 'Poppins';
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
  background: rgb(0 169 157);
  padding: 17px 39px;
  border-radius: 6px;
}


@media (max-width: 1024px) {

  .who-we-are .content,
  .who-we-are .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .who-we-are .content {
    padding-top: 30px;
  }

  .who-we-are .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.timeline-greenhorse {
  padding-top: 170px;
}



/*--------------------------------------------------------------
# what we do
--------------------------------------------------------------*/

.content.dark-heading-3 img.icon-games{
  max-width: 108px;
  border-radius: 20px;
  display:block;
  height: max-content;
}

.content.dark-heading-3 p {
  font-size: 18px;
  line-height: 32px;
  padding: 15px 0px;
}

.content.dark-heading-3 .title-button-row a{
  border: double 2px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #D9E021,#00A99D);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 0;
  margin: 0;
  height: fit-content;
  margin: 3px 40px;
  padding:7px 12px;
  color: #000000;
  font-size: 18px;
  width: 140px;
  text-align: center;
}

.title-button-row {
  display: inline-flex;
  width: 100%;
}

.content-extra-games {
  display: flex;
  padding-top: 30px;
}
.content-extra-games h4{
  font-size: 36px;
  line-height: 36px;
  font-family: 'ZonaPro-Bold';
  color: #00A99D;
}

.content.dark-heading-3 .content-extra-games p{
  font-size: 18px;
  line-height: 32px;
  color: #000;
  padding: 0px;
}

.game-players {
  padding-right: 5%;
}

.content.dark-heading-3 ul {
  padding: 30px 0px 0px;
}

section.games-sections.section-bg {
  padding:140px 0px;
  background-color: #fff;
}

.games-sections .col-lg-5.left-game-col{
  padding-left: 8.5%;
}


.games-sections li {
  display: inline-flex;
  align-items: center;
  padding: 5px 0px 10px;
}

.games-sections li img{
  margin-right: 20px;
}

.games-section-separator {
  padding:80px 0px
}




/*--------------------------------------------------------------
# Join Us
--------------------------------------------------------------*/

.banner-pages.section-bg .hero-join-us {
    margin-top: 5%;
    position: absolute;
    left: 0;
}

.banner-pages .hero-join-us .content h1 {
  font-size: 10vw;
  line-height: 8.8vw;
}

.banner-pages .hero-join-us .content h1:after {
  content: none;
}

.banner-pages .hero-join-us .content  img{
height: 7vw;
margin-top: -20px;
margin-right: -15px;
}

.banner-pages .hero-join-us .content  a{
  display: block;
  margin-top: 10%;
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  padding: 15px 19px;
  border-radius: 11px;
  max-width: fit-content;
  color: #203235;
  font-weight: 500;
  font-size: 16px;
}

section.jobs {
  padding: 90px 0px;
}

section.jobs h2{
  font-size: 54px;
  max-width: 520px;
}

section.jobs h2:after {
  content: '';
  width: 99px;
  position: relative;
  display: block;
  height: 8px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 25px;
}

section.jobs p{
  font-size: 16px;
  max-width: 520px;
  line-height: 32px;
  padding-top: 34px;
}

.accordion-flush .accordion-item {
  border-right: 0;
  margin-bottom: 15px;
}

.accordion-button:not(.collapsed)::after {
  background: #00A99D;
  content: url(../img/minus-icon.png);
  padding: 17px 27px 23px 13px;
}


.accordion-button::after {
  background: #D9E021;
  content: url(../img/plus-icon.svg);
  padding:10px 35px 32px 9px;
}

h3.accordion-header button.accordion-button.collapsed {
  font-size: 24px;
  color: #203235;
  padding: 15px 15px 30px;
  font-family: 'ZonaPro-Bold';
}

h3.accordion-header button.accordion-button {
  font-size: 24px;
  color: #00A99D;
  padding: 30px 30px;
  font-family: 'ZonaPro-Bold';
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #e5e5e5;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.accordion-flush .accordion-collapse {
  background-color: #e5e5e5;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  border-top: 2px solid #ddd;
}
.accordion-body h4{
  font-size: 16px;
  line-height: 25px;
  font-family: 'ZonaPro-Bold';
  padding-bottom: 20px;
}

.accordion-body h4:after {
  content: '';
  width: 61px;
  position: relative;
  display: block;
  height: 5px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top: 13px;
}

.accordion-body ul {
  padding: 0px 18px 20px;
}

.accordion-body li {
  font-size: 14px;
  line-height: 20px;
  color:#203235;
  padding-bottom: 10px;
}

section.jobs .accordion-body p {
  font-size: 14px;
  line-height: 20px;
  color:#203235;
  padding: 3px;
}

.accordion-body a{
  font-size: 16px;
  font-weight: 500;
  border-radius: 13px;
  background: linear-gradient(280.79deg, #00A99D -0.11%, #D9E021 103.28%);
  padding: 12px 30px;
  display: block;
  max-width: max-content;
  margin: 30px 0px;
  color: #203235;
}

section.jobs .positions-available p {
  padding-top: 30px;
}

.send-resume-section {
  padding-top: 70px;
}

section.jobs .send-resume-section p {
  padding: 0px;
}

.send-resume-section h5{
  font-family: 'ZonaPro-Bold';
  padding-bottom: 10px;
}

.send-resume-section img{
  display: block;
  padding: 15px 0px;
}

.send-resume-section a{
  font-size: 26px;
  color:#000;
  font-family: 'ZonaPro-Bold';
}

.hr-member {
  display: flex;
  flex-direction: row;
  margin:10px 0px;
  flex-wrap: wrap;
}

.member {
    width: 33%;
    margin: 40px 0px 10px;
}

.hr-member img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 100%;
    margin-bottom:12px;
}

.hr-member h4 {
    font-size:25px;
    font-weight:700;
    color:#000;
    margin:0px;
    padding-right:5px;
}

.hr-member span {
    font-size:18px;
    font-weight:600;
    color:#00A99D;
}

section.team-members {
  padding: 0px;
}

section.team-members img {
  width: 100%;
}


/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
section.banner-pages.section-bg.contact-section {
  padding: 120px 0px;
}


::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */
    
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

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

.form-group label{
  color: #D9E021;
  display: block;
  padding-bottom: 5px;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group textarea {
    width:100%;
    display: block;
    width: 100%;
    padding: 10px 7px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #bfc8d1;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #516366;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.text-left { 
    margin-top: 30px;
}
.form_error { 
  color: red;
}
.form_success {
    color: green;
    margin-top: 20px;
    font-size: 18px;
}
a#contact-submit{
    background: transparent;
    padding: 6px 22px;
    border-radius: 7px;
    border: 1px solid #D9E021;
    color: #D9E021;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}

a#contact-submit:hover{
    border: 1px solid #00A99D;
    color: #00A99D;
    cursor: pointer;
}

.form-control:focus{
    background-color:transparent;
    color: #bfc8d1;
}


form p.success {
    font-size: 15px;
    color: #d9e021;
}
.tacbox {
    display:block;
}

.tacbox label {
    font-size: 15px;
    padding-left: 10px;
    color: #898989;
    display: inline;
}

.tacbox a {
    color:#D9E021;
}

.hi-section img {
  width:100%;
}

.hi-section span{
  font-size: 18px;
  color:#fff;
  opacity: 60%;
}

.hi-section a{
  font-size: 28px;
  display: block;
  margin-top: 12px;
  color: #fff;
}

.contact-form-column {
  padding: 20px 10% 20px 30px;
}


.arrow-contact-col {
  position:relative;
}

.arrow-contact-col img {
  position: absolute;
  bottom:20%;
  width: 140px;
  left: -22px;
}

form.php-email-form button{
  background: transparent;
  padding: 6px 22px;
  border-radius: 7px;
  border: 1px solid #D9E021;
  color: #D9E021;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}






.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .carousel-fade  .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }
 
.col-lg-6.slider-carousel-wwd {
  padding:0px;
}

 .carousels-right img {
  width:100%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
 }
 
 .carousels-left img {
  width:100%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
 }

.carousel-control-next span,
.carousel-control-prev span{
  color: #203235;
  opacity: 1;
  border: 2px solid #203235;
  padding: 8px;
  font-size: 14px;
}
.carousel-control-next span:hover,
.carousel-control-prev span:hover{
  color: #203235;
  opacity: 1;
  border: 2px solid #D9E021;
  background-color: #D9E021;
  padding: 8px;
  font-size: 14px;
}

.carousel-indicators{
position: absolute;
bottom: 0;
left: 0;
z-index: 99;

}

.carousel-indicators li {
  border: none;
  margin: 5px 7px;
    height: 4px;
    padding: 4px;
    border-radius: 35px;
    background: #fff;
}


.carousel-indicators .active {
  opacity: 1;
  background: #203235;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}


/*JOB APPLY*/


.container.container-job-apply {
  margin-top: 7%;
  margin-bottom: 5%;
  max-width: 830px;
  padding: 15px;
}

.breadcrumbs-job a{
    color:#203235;
}

.breadcrumbs-job a:after{
    content: '';
    width: 98px;
    position: relative;
    display: block;
    height: 2px;
    background-color: #203235;
    margin-top: 10px;
}

.content-title-form h3{
  font-family: 'ZonaPro-Bold';
  font-size: 22px;
  color: #00A99D;
  padding: 30px 0px;
}
.content-title-form h1{
  font-size: 54px;
  line-height: 54px;
  color: #000;
  padding: 20px 0px;
}

.content-title-form h1:after{
  width:99px;
  height:9px;
  background: rgb(217,224,33);
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  margin-top:20px;
}

.content-title-form p {
  max-width: 520px;
  font-size: 18px;
  line-height: 32px;
  padding-top: 15px;
}


.form-job {
  max-width: 570px;
}

.php-job-form label{
  color: #00A99D;
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
}

.php-job-form input{
  border: none;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px 0px 8px;
  color: rgb(0 0 0 / 30%);
}

#apply-submit {
    background: linear-gradient(280.79deg, #00A99D -0.11%, #D9E021 103.28%);
    border: none;
    padding: 8px 27px;
    border-radius: 12px;
    margin-top: 15px;
}

#apply-submit:hover{
  background: linear-gradient(280.79deg, #D9E021 -0.11%, #00A99D 103.28%);
  cursor: pointer;
}

.disclaimer-terms {
    padding-top: 30px;
}

.disclaimer-terms p {
    font-size: 14px;
    line-height: 24px;
}

.disclaimer-terms h6 {
    text-decoration: underline;
}

.disclaimer-terms h5 {
  font-size: 1.05rem;
}

.disclaimer-terms tbody,
.disclaimer-terms td,
.disclaimer-terms tfoot,
.disclaimer-terms th,
.disclaimer-terms thead,
.disclaimer-terms tr {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #203235;
  padding: 15px 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 4% 30px 4%;
}

#footer .footer-top .footer-info {
  text-align: center;
}

#footer .footer-top .social-links a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 30px;
  border-radius: 4px;
  text-align: center;
  width: auto;
  height: auto;
  transition: 0.3s;
}

#footer .footer-top .social-links img:hover {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(25deg);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #D9E021;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding-bottom:30px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  line-height: 27px;
  font-family: poppins;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  color: #D9E021;
}

#footer .footer-top .footer-links ul li:last-child a{
  color: #D9E021;
  border: 1px solid;
  border-radius: 10px;
  padding: 6px 19px;
  text-align: center;
}

.rights {
    text-align: center;
}


/* ----------  COOKIES  ------------ */

.cookie_policy {
  width: 100%;
  -webkit-box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #203235;
  min-height: 100px;
  bottom: 0px;
  z-index: 1000000000;
}

.popup_text {
  color: #aaa;
  font-size: 13px;
  padding: 0px 20px;
}

.popup_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.accept_cookies, .decline_cookies {
  font-size: 14px!important;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 10px!important;
  margin-top: 5px;
  margin-right: 20px;
  text-align: center;
  width: 80px;
}

.decline_cookies {
  background-color: #999;
}

.cookie_policy .cta {
    background: #00A99D;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: left ease-out 4s;
}
.cookie_policy .cta:hover{
  background: linear-gradient(90deg, rgba(217,224,33,1) 0%, rgba(0,169,157,1) 100%);
  transition: left ease-out 4s;
  color: #203235;
}


/* ----------  RESPONSIVE  ------------ */


@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@media (max-width: 767px) { 
  .footer-top .logo {
    width: 30%;
    margin-bottom: 10%;
  }
  .footer-top .social {
    width: 70%;
  }

  .store_apple_button {
    max-width: 39%;
  }
  .store_google_button {
    max-width: 45%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 

  p {
    font-size: 18px;
    line-height: 31px;
  }

  .mobile-nav-toggle {
    color: #fff;
  }

  nav#navbar {
    width: 100%;
    justify-content: end;
    padding-right: 0;
}

.navbar-mobile ul {
  background-color: #203235;
}

.navbar li:last-child {
  position: initial;
  right: auto;
  max-width: fit-content;
}

.navbar .active:after {
    height: 3px;
    bottom: 13px;
    width: 30px;
    left: 50px;
}


#hero {
  height: 65vh;
}

#hero h1 {
  width: 100%;
  font-size: 60px;
  line-height: 55px;
  padding-top: 55px;
  text-align: left;
}

#hero .carousel-container {
  left: 15px;
  right: 15px;
}


#hero h1:after,
h1:after {
  width: 64px;
  height: 6px;
  margin-top: 15px;
}


#heroCarousel .carousel-indicators {
  left: 30px;
  bottom: 7%;
 
}

.banner-pages .content h1 {
  font-size: 50px;
  line-height: 58px;
}

.dark-heading-2 h2,
.light-heading-2 h2,
.dark-heading-2-center h2 {
  font-size: 42px;
  line-height: 50px;
}

.dark-heading-2 h2:after,
.light-heading-2 h2:after,
.dark-heading-2-center h2:after,
.dark-heading-3 h2:after{
  width: 64px;
  height: 6px;
  margin-top: 15px;
}

a.cta-btn,
a.cta-btn.light-button,
.banner-pages .hero-join-us .content a,
.accordion-body a {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 400;
}

.content p {
  padding: 20px 0px;
}


.who-we-are .image-col {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 60vh;
}

.our-games-inner-wwd {
    position: absolute;
    bottom: -15px;
    right: 25%;
}

.our-games-inner {
  bottom: 0%;
  right: 20%;
  width: 200px;
  padding: 10px 15px 15px;
}

.our-games-inner a {
    color:#000;
}

.col-3-games img {
  width: 55px;
  height: 55px;
  margin: 5px 10px 0px;
}

.who-we-are .content, .join-us .content, .banner-pages .content {
  padding: 0px 15px 0 15px;
}

.col-lg-6.align-items-stretch.image-col.aos-init.aos-animate.join-us-div {
  height: 65vh !important;
}

.get-in-touch.section-bg,
section#our-story,
section#our-value,
section#our-history,
section#our-team,
section.games-sections.section-bg,
section.jobs{
  padding: 80px 15px;
}

.get-in-touch-column h3 {
  font-size: 31px;
  padding: 40px 5px 30px;
  text-align: center;
}

.banner-pages.section-bg {
  padding-top: 25%;
}

.col-lg-6.align-items-stretch.image-col.aos-init.aos-animate.banner-pages-img-col {
  height: 45vh !important;
}

.our-story ul{
  padding: 30px 0px 0px 0px;
}

.our-story li {
  display: inline-flex;
  align-items: start;
  padding: 0px 0px 28px;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

.extra-pt {
  padding-top: 30px;
}
.content.our-values {
  padding-top: 20px;
}


.content.our-values h3 {
  font-size: 35px;
  padding: 20px 0px;
}

.content.our-values p {
  padding: 5px 0px 0px 0px;
  font-size: 17px;
  line-height: 30px;
}

img.horizontal-timeline-gh {
    display:none;
}

img.vertical-timeline-gh {
    display:block;
}

section#our-history img {
  padding: 50px 15px 10px 15px;
}

.timeline-greenhorse {
  padding-top: 20px;
}

#our-team img {
  padding: 0px 15px 70px 15px;
}

section.testimonials {
  background-color: #00A99D;
  padding: 40px 0px;
}

.content-testimonial {
  max-width: 100%;
  padding: 0;
}

.content-testimonial h3 {
  font-size: 20px;
  line-height: 15px;
}

.content-testimonial p,
.content-testimonial li {
  font-size: 16px;
  line-height: 23px;
}
.content-testimonial .testimonial-name {
  margin: 0;
}
.item img.img-team {
  max-width: 50%;
  padding: 0;
  transform: scale(1.5);
  transform-origin: top center;
}
.content-testimonial img {
    width: 25px !important;
    margin-right: 10px;
}
.testimonial-separator.img {
  display: block;
  margin: 0 0 15px 0;
}
.testimonial-separator {
  height: 1px;
  width: 100%;
  margin: 15px 0px;
}
.team-testimonials .item {
  flex-direction: column;
}
.team-testimonials .item .img-team-wrapper {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0px;
}

.team-testimonials.owl-carousel .owl-nav {
  float: left;
  margin-top: 10%;
  margin-left: 10px;
}

.team-testimonials.owl-carousel .owl-dots {
  float: left;
  margin-top: -20%;
  padding-left: 8px;
}

.games-sections .col-lg-5.left-game-col {
  padding-left: 0;
}

.dark-heading-3 h2 {
  font-size: 30px;
  line-height: 37px;
}


.content.dark-heading-3 .title-button-row a {
  
  margin: 20px 0px;
  padding: 7px 12px;
  font-size: 17px;
  width: max-content;
  text-align: center;
  display: block;
}

.content-extra-games h4 {
  font-size: 30px;
  line-height: 32px;
}

.content-extra-games h4 {
  font-size: 30px;
  line-height: 32px;
}

.col-lg-6.slider-carousel-wwd {
  order:2;
}

.carousels-right img,
.carousels-left img {
  border-radius: 20px;
}

.banner-pages.section-bg .hero-join-us {
  margin-top: 0;
  width: 60%;
}

.banner-pages .hero-join-us .content h1 {
    font-size: 30px;
    line-height: 33px;
    white-space: nowrap;
}

.banner-pages .hero-join-us .content img {
    height: 27px;
    margin-top: -11px;
    margin-right: -3px;
}


section.jobs h2 {
  font-size: 36px;
  max-width: 520px;
}

section.jobs p {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0px 30px;
}

.send-resume-section {
  padding: 15px 0px 50px 0px;
}

.send-resume-section a {
  font-size: 18px;
}


h3.accordion-header button.accordion-button.collapsed {
  font-size: 19px;
  padding: 10px 5px 25px;
}

h3.accordion-header button.accordion-button {
  font-size: 19px;
  padding: 19px 15px;
}

.accordion-button:not(.collapsed)::after {
  padding: 14px 24px 18px 10px;
}

.accordion-button::after {
  padding: 7px 32px 29px 6px;
}


.accordion-body {
  padding: 20px 5px;
}

.accordion-body h4 {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 17px;
}

.accordion-body li {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}

section.team-members img {
  width: 100%;
  object-fit: cover;
}


.hi-section a {
  font-size: 18px;
}

.contact-form-column {
  padding: 50px 30px;
}

.arrow-contact-col {
  position: relative;
  display: none;
}

section.banner-pages.section-bg.contact-section {
  padding:100px 0px 30px 0px;
}

.container.container-job-apply {
    margin-top: 101px;
    margin-bottom: 5%;
}


.content-title-form h1 {
    font-size: 42px;
    line-height: 50px;
    color: #000;
    padding: 15px 0px;
}


#footer {
  padding: 15px 0 10px 0;
}

.footer-info img {
  width: 45px;
}

#footer .footer-top .social-links a {
  padding: 25px 0 5px;
  margin-right: 15px;
}


#footer .footer-top .footer-links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

#footer .footer-top .footer-links ul li {
  padding-bottom: 15px;
}

.member {
    width: 50%;
    margin: 30px 0px 10px;
}

.hr-member h4 {
    font-size: 21px;
}

.hr-member span {
    font-size: 17px;
}

.hr-member img {
    width: 120px;
    height: 120px;
}



}



@media only screen and (min-width: 768px) and (max-width: 992px) { 

  p {
    font-size: 18px;
    line-height: 31px;
  }

  .mobile-nav-toggle {
    color: #fff;
  }

  nav#navbar {
    width: 100%;
    justify-content: end;
    padding-right: 0;
}

.navbar-mobile ul {
  background-color: #203235;
}

.navbar li:last-child {
  position: initial;
  right: auto;
  max-width: fit-content;
}

.navbar .active:after {
 height: 4px;
  bottom: 6px;
  width: 21px;
}


#hero {
  height: 60vh;
}

#hero h1 {
  width: 100%;
  font-size: 70px;
  line-height: 71px;
  text-align: left;
}

#hero .carousel-container {
  left: 15px;
  right: 15px;
}


#hero h1:after,
h1:after {
  width: 70px;
  height: 8px;
  margin-top: 20px;
}


#heroCarousel .carousel-indicators {
  left: 7%;
  bottom: 7%;
 
}

.banner-pages .content h1 {
  font-size: 55px;
  line-height: 58px;
}

.dark-heading-2 h2,
.light-heading-2 h2,
.dark-heading-2-center h2 {
  font-size: 50px;
  line-height: 53px;
}

.dark-heading-2 h2:after,
.light-heading-2 h2:after,
.dark-heading-2-center h2:after,
.dark-heading-3 h2:after{
  width: 70px;
  height: 8px;
  margin-top: 20px;
}

a.cta-btn,
a.cta-btn.light-button,
.banner-pages .hero-join-us .content a,
.accordion-body a {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 400;
}

.content p {
  padding: 20px 0px;
}


.who-we-are .image-col {
  background-size: contain;
  background-position: bottom center;
  height: 80vh;
}

.our-games-inner-wwd {
    position: absolute;
    bottom: 80px;
    right: auto;
    left: 50px;
}

.our-games-inner {
  bottom: 0%;
  right: 20%;
  width: 200px;
  padding: 10px 15px 15px;
}

.col-3-games img {
  width: 55px;
  height: 55px;
  margin: 5px 10px 0px;
}

.who-we-are .content, .join-us .content, .banner-pages .content {
  padding: 0px 15px 0 15px;
}

.col-lg-6.align-items-stretch.image-col.aos-init.aos-animate.join-us-div {
  height: 60vh !important;
}

.get-in-touch.section-bg,
section#our-story,
section#our-value,
section#our-history,
section#our-team,
section.games-sections.section-bg,
section.jobs{
  padding: 80px 15px;
}

.get-in-touch-column h3 {
  font-size: 31px;
  padding: 40px 5px 30px;
  text-align: center;
}

.banner-pages.section-bg {
  padding-top: 25%;
}

.col-lg-6.align-items-stretch.image-col.aos-init.aos-animate.banner-pages-img-col {
  height: 80vh !important;
}

.our-story ul{
  padding: 30px 0px 0px 0px;
}

.our-story li {
  display: inline-flex;
  align-items: start;
  padding: 0px 0px 28px;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}

.extra-pt {
  padding-top: 30px;
}
.content.our-values {
  padding-top: 20px;
}


.content.our-values h3 {
  font-size: 35px;
  padding: 20px 0px;
}

.content.our-values p {
  padding: 5px 0px 0px 0px;
  font-size: 17px;
  line-height: 30px;
}


section#our-history img {
  padding: 50px 15px 10px 15px;
}

.timeline-greenhorse {
  padding-top: 20px;
}

#our-team img {
  padding: 0px 15px 70px 15px;
  width:30%;
}

section.testimonials {
  background-color: #00A99D;
  padding: 40px 0px;
}

section.testimonials img {
  width:100%;
}

.content-testimonial {
  max-width: 100%;
  padding: 0px 10px 10px 10px;
}

.content-testimonial h3 {
  font-size: 26px;
  padding: 25px 0px 8px;
}

.content-testimonial p,
.content-testimonial li {
  font-size: 17px;
  line-height: 30px;
}

.item img.img-team {
    max-width: 70%;
    margin: 0;
    padding: 40px 20px 0px 20px
}

.team-testimonials .item {
  flex-direction: column;
}

.team-testimonials .item .img-team-wrapper {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0px;
}

.testimonial-separator {
  height: 1px;
  width: 100%;
  margin: 15px 0px;
}

.testimonial-separator.img {
  display: block;
  margin: 0 0 15px 0;
}

.team-testimonials.owl-carousel .owl-nav {
  float: left;
  margin-top: 2%;
  margin-left: 10px;
}

.team-testimonials.owl-carousel .owl-dots {
  float: left;
  margin-top: 10%;
  padding-left: 8px;
}

.games-sections .col-lg-5.left-game-col {
  padding-left: 0;
}

.dark-heading-3 h2 {
  font-size: 35px;
  line-height: 37px;
}


.content.dark-heading-3 .title-button-row a {
  
  margin: 20px 0px;
  padding: 7px 12px;
  font-size: 17px;
  width: max-content;
  text-align: center;
  display: block;
}

.content-extra-games h4 {
  font-size: 30px;
  line-height: 32px;
}

.content-extra-games h4 {
  font-size: 30px;
  line-height: 32px;
}

.col-lg-6.slider-carousel-wwd {
  order:2;
}

.carousels-right img,
.carousels-left img {
  border-radius: 20px;
}

.banner-pages.section-bg .hero-join-us {
  height: 30vh;
}

.banner-pages .hero-join-us .content h1 {
  font-size: 100px;
  line-height: 100px;
}

.banner-pages .hero-join-us .content img {
  height: 80px;
  margin-top: -23px;
  margin-right: -6px;
}


section.jobs h2 {
  font-size: 36px;
  max-width: 520px;
}

section.jobs p {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0px 30px;
}

.send-resume-section {
  padding: 15px 0px 50px 0px;
}

.send-resume-section a {
  font-size: 18px;
}


h3.accordion-header button.accordion-button.collapsed {
  font-size: 19px;
  padding: 10px 5px 25px;
}

h3.accordion-header button.accordion-button {
  font-size: 19px;
  padding: 19px 15px;
}

.accordion-button:not(.collapsed)::after {
  padding: 14px 24px 18px 10px;
}

.accordion-button::after {
  padding: 7px 32px 29px 6px;
}


.accordion-body {
  padding: 20px 5px;
}

.accordion-body h4 {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 17px;
}

.accordion-body li {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}

section.team-members img {
  width: 100%;
  object-fit: cover;
}


.hi-section a {
  font-size: 18px;
}

.contact-form-column {
  padding: 50px 30px;
}

.arrow-contact-col {
  position: relative;
  display: none;
}

section.banner-pages.section-bg.contact-section {
  padding:100px 0px 30px 0px;
}

#footer {
  padding: 15px 0 10px 0;
}

.footer-info img {
  width: 45px;
}

#footer .footer-top .social-links a {
  padding: 25px 0 5px;
  margin-right: 15px;
}


#footer .footer-top .footer-links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top:30px;
}

#footer .footer-top .footer-links ul li {
  padding-bottom: 15px;
}



}