

/*-----------------------------------------------------------------------------------------------
-----------------------------WHAT DO WE DO--------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/


.m-t-120 {
  margin-top: 80px;
}

.section-common-space {
  padding: 100px 0;
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  color: #1c1c1c;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.section-title span {
  position: relative;
}
.section-title span:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
}

.ft-wt-bold {
  font-weight: 700;
}

.section-subtitle {
  font-size: 17px;
  color: #666666;
}

.features-item {
  background-color: #fff;
  margin-bottom: 110px;
  padding: 90px 50px 40px;
  position: relative;
  transition: 0.3s;
  border-radius: 2px;
}
.features-item:hover {
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  border-radius: 20px;
}
.features-item:hover .features-icon {
  color: #536dfe;
  border-color: #536dfe;
}
.features-item:hover .features-info .title {
  color: #536dfe;
  border-color: #536dfe;
}
.features-item:hover .features-info p {
  color: #536dfe;
  border-color: #536dfe;
}

.features-icon {
  font-size: 36px;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background: #fff;
  border-radius: 60px;
  border: 2px dashed #f0f0f0;
  box-shadow: 0 0 0 10px #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  color: #bdbdbd;
  transition: 0.3s;
}

@media only screen and (max-width: 992px) {
  .clear-problem > div:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-space {
    padding: 50px 0;
  }

  h4 {
    font-size: 17px;
  }

  h2 {
    font-size: 21px;
  }

  .section-title {
    margin-bottom: 20px;
  }
  .section-title span:before {
    bottom: -10px;
  }
}
.clear-problem > div:nth-child(3n+1) {
  clear: left;
}

.features-info .title {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------------------
-------------------------GAMES CARD------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/




/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
  color: #fff !important;
}
.game-section .item-desc h3 {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  color: #fff !important;
}
.game-section .item.active .item-desc h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff !important;
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;

}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}



/*-----------------------------------------------------------------------------------------------
-----------------------------------OUR PARTNERS--------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/




.containerg{
  width: 100%;
  margin: 0 auto;
}



.customer-logos{
  
  background-color: black;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  align-items: center;
  
  width: 100%;
  margin: 0 auto;
}

.slide img{
width: 150px;
margin: 10px;

}

@media (max-width: 990px) {
 

  
  .customer-logos{
    
    background-color: black;
  
    
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
   
  }
  
  .slide img{
  width: 100%;
  height: 100%;
  margin: 30px;
  
  }

}


/*-----------------------------------------------------------------------------------------------
---------------------------------TEXT INFORMATION----------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/


/*Section for stories*/
.stories {
  margin-top: 25px;
  margin: 10px auto;
  padding: 10px 75px 0px 75px;
}

.storyContainerl {
  padding: 50px 0 50px 0;
  opacity: 1;
  position: relative;
  clear: both;
}

.storyContainerl .wrap {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  display: -webkit-inline-box;
}

.storyHeader {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  line-height: 110%;
}

.storyTitle {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "futura-pt";
  font-size: 35px;
  line-height: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  color: #404040;
  float: left;
}
/*Style for the post data  */
.post-meta {
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-meta .date-sep {
  margin: 0 5px;
  color: #ddd;
}

.storySummary {
  margin: 0 0 15px 0;
  display: inline-block;
  line-height: 110%;
  
}







/*-----------------------------------------------------------------------------------------------
--------------------------------------DONTATION CARD-----------------------------------------------------------
-----------------------------------------------------------------------------------------------*/
.main-head {
	background: #0D1440;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 1rem;
	margin-bottom: 0;
	margin-top: 5rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 16px;
}

.pricing-table {
	background: #fff;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
}

.pricing-table:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
  text-align: center;
}

.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
  text-align: center;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 64px;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 20px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
  
}

.purple .pricing-label {
	background: #cad2ff;
	color: #627afe;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}








/*-----------------------------------------------------------------------------------------------
----------------------------------------TESIMONIAL---------------------------------------------------------
-----------------------------------------------------------------------------------------------*/



.gtco-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color:black;
  padding:10px 5px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  height:auto;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}




