/**
* Template Name: Ninestars
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

html {
  font-size: 100%;
}

:root {
  --yellow: #fcba03;
  --blue: rgba(66, 100, 250, 1);

  /* Hide Scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
::-webkit-scrollbar {
  display: none; /* Hide Scrollbar - WebKit (Chrome) */
}

/*--------------------------------------------------------------
# Interactor
--------------------------------------------------------------*/
.error-message{
  color: red;
}
#interaction {
  margin-top: 5%vh;
  margin-left: 2%;
  align-items: center;
  justify-content: center;
}
#interaction .row::after {
  clear: both;
  display: table;
}
#interaction .column {
  width: 50%;
}
#interaction .textbox {
  min-width: 400px;
  width: 80%;
  align-self: center;
  min-height: 6em;
  font-family: monospace, monospace;
}
#interaction span {
  display: block;
}
#interaction .output {
  font-family: monospace, monospace;
}
#interaction .child {
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  #interaction .column {
    width: 100%;
  }
  #interaction .textbox {
    min-width: 300px;
    width: 95%;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  /* background: url('../img/beautify/pexels-photo-3214110.jpeg'); */
  background-color: #e6e6e6;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /**
  background-repeat: no-repeat;
  background-attachment: fixed;
  **/
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  /**
background-image: url('../img/beautify/john-fowler.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  **/
}

/* Fixed background for tablet and mobile
@media all and (max-width:1024px) {
    body {
      background-position: center;
      height: 100vh;
      width: 100vw;
    }
}*/

a {
  /* color: rgb(255, 210, 20);; */
  color: #e6e6e6;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #fcba03;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: black;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--blue);
  color: black;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #222222;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .5);
}

#header .logo {
  display: flex;
  flex-direction: row;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Monoton', sans-serif;
  color: #FFC700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #FFC700;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 40px;
  margin-right: 25%;
  /* border-radius: 15px; */
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 10px 30px;
  font-size: 15px;
  color: #f7f7f7;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgb(255, 208, 0);
}

.navbar .top-right-link:hover>a {
  color: #000000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #f7f7f7;
  color: black;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: black;
  background: #c2bfb1;
}

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

.navbar .dropdown ul li {
  /* min-width: 200px; */
  margin-left: -10px;
  margin-right: 20px;
  padding-left: 0;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
}

.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;
}

.past-contests-items {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 30px;
}

.past-contests-text {
  margin: 5px;
}

/* Show the past-contests menu on hover */
.past-contests-target:hover .past-contests-items {display: flex;}

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

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

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

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

@media (max-width: 1200px) {
  .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(78, 78, 57, 0.9);
  transition: 0.3s;
}

.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: black;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: rgb(255, 208, 0);
}

.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: black;
  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: rgb(255, 208, 0);
}

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

.event-name {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* event description (home) */
#event-description{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.event-time {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 900;
    border-bottom:#FFC700;
    border-width: 2px;
    border-bottom-style: solid;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	background-size: cover;
  background: url('https://raw.githubusercontent.com/ritakura/acpc-website/refs/heads/main/assets/img/beautify/background.webp');
  background-color: rgba(255, 255, 255, 0.25);
  margin: 72px 0 -72px 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #FFC700;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  padding: 10px 0;
}

#hero h2 {
  color: #f6f6f6;
  line-height: 30px;
  /* margin: 15px 0 0 0; */
  /* font-size: 24px; */
  padding: 10px 0;
}

#hero h3{
  color: #f6f6f6;
  padding: 10px 0;
}

.btn-gs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
}

.tips-and-tricks {
  color: rgb(255, 210, 20);
  font-size: 32px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: black;
  background: white;
    align-items: center;
    width: fit-content;
}

#hero .btn-get-started:hover {
  background: #DDDDDD;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.countdown-wrapper{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

#countdown {
  display: flex;
  font-family: "Raleway", sans-serif;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 50px;
  color: #FFC700;
  font-weight: bold;
}

.countdown-group {
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
}

.countdown-label {
  font-size: 20px;
  margin: 10px;
}

.hero-right {
  display:flex;
  flex-direction: column;
  align-items: center;
}

.hero-img {
    max-width: 60%;
    margin-left: 1%;
}

.discord-icon {
  height: 40px;
  margin-left: 10%;
  margin-bottom: 7%;
  margin-top: 5%;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }
  
  .countdown-wrapper{
      justify-content: center;
    }

  #hero .animated {
    animation: none;
  }

  .hero-img {
    max-width: 40%;
  }
  
  #countdown {
      display: none;
      font-size: 40px;
    }
    
    .countdown-label {
      font-size: 12px;
      margin: 0px;
      margin-left:5px;
      margin-right:5px;
    }
    
    
}

@media (max-width: 768px) {
  #hero h1 {
    line-height: 36px;
    font-size: 30px;
  }

  #hero h2 {
    line-height: 24px;
    font-size: 14px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

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

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  /* background-color: #e6e6e6; */
}

.section-bg {
  
  background-color: rgba(255, 255, 255, 0.25);
  transition-property:background-color;
  transition-duration: 0.3s;
}

.section-bg .rules:hover {
  background-color: rgba(255, 255, 255, 0.75);
  transition-property:background-color;
  transition-duration: 0.3s;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #b2c2b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  /* color: #ebe28d; */
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #fcba03;
  bottom: 0;
  left: calc(50% - 30px);
}
 
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fefef1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #7d7d6c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.grid-container{
  display: grid;
  grid-template-columns: auto auto;
}

.grid-item{
  padding: 10px;
}

.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #ebe28d;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a7960;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f3e97a;
}

.about-info {
  vertical-align: middle;
  text-align: left;
  font-size: 20pt;
}

.about img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  
}

/* .about p {
  font-size: 15px;
  color: #5a6570;
} */

.prizes{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.desktop .prize-info{
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 50px 10%;
  margin: 0 10%;
}

.prize-info {
  width: 100%;
}

.prize-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.prize-info a {
  display: inline-block;
  transition: color 0.2s; 
  font-size: 22px;
  color: #000000;
}

.prize-info a:hover {
  color: #666666;
}

.prize-info img {
  aspect-ratio: 1/1;
  height: 200px;
}

.prize-info .left-text {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}

.prize-info .right-text {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}

.desktop{
  align-items: center;
  visibility: visible;
  display: flex;
}

.phone {
  visibility: collapse;
  display: none;
}

.phone .about-info {
  text-align: justify;
}

.phone ul {
  list-style-type: none;
  text-align: center;
  margin: 0 0;
  padding: 0 0;
}

.phone .prize-info {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 50px 10%;
  margin: 0 0;
}

.phone .prize-info a {
  margin-top: 10px;
  margin-bottom: 50px;
}

.tba {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(255, 255, 255, 0.25); */
  border-radius: 5px;
  padding: 50px 0px 10px 10px;
  color: #5c5c5c;
}

.img-prize {
  width: 40%;
}

.img-medal {
  width: 20%;
}

.img-team {
  width: max(30vw, min(100vw, 300px));
}


@media (max-width: 575px) {
  .prizes{
    flex-direction: column;
  }

  .img-prize {
    width: 25%;
  }

  .img-medal {
    width: 15%;
  }

  .prize {
    margin-top: 10%;
  }
}

@media (max-width: 991px) {
  .about-info {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  /* .about .about-img img{
    width: 100%;

  } */

  .desktop{
    visibility: collapse;
    display: none;
  }

  .phone{
    visibility: visible;
    display: flex;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: black;
  box-shadow: 0 10px 29px 0 rgba(68, 144, 71, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid black;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #c2ba6e;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #c2ba6e;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fcba03;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 120, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgb(255, 208, 0);
  margin: 0 4px;
  line-height: 0;
  background-color: black;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #fcba03;
  color: black;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: black;
  opacity: 1;
  border: 1px solid #fcba03;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fcba03;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(96, 122, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*
RULES
*/
.contest-rules{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rules-text {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  max-width: 80%;
  color: #000000;
}

.rules-text h2 {
  padding-top: 20px;
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq a {
  color: #666666;
  transition: color .5s;
}

.faq a:hover{
  color: #fcba03;
}

.faq-list {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.25);
  transition-property: background-color;
  transition-duration: 0.3s;
}

.faq-list:hover {
  padding-top: 20px;
  border-radius: 15px;;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.75);
  transition-property: background-color;
  transition-duration: 0.3s;
}

.faq .faq-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #fcba03;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: rgba(66, 100, 250, 1);
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #403f34;
}

.faq .faq-list .collapsed:hover {
  color: rgba(66, 100, 250, 1);
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.team .member {
  width: fit-content;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: bottom 0.2s;
  margin: auto;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
  margin-left: 0;
  margin-right: 0;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  /* color: #17190a; */
  color: white;
  text-shadow: 1.5px 1.5px 5px black;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #17190a;
}

.team .member .social {
  /* position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 76, 57, 0.6);
  text-align: center; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #f7f7f7;
  text-shadow:1px 1px 1px #000000;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ffe600;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  /* background: linear-gradient(0deg, rgba(252, 207, 3, 0.95) 0%, rgba(252, 207, 3, 0.5) 20%, rgba(255, 255, 255, 0) 50%); */
  background: linear-gradient(0deg, rgba(66, 100, 250, 0.9) 0%, rgba(66, 100, 250, 0.5) 25%, rgba(255, 255, 255, 0) 50%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 8%;
  transition: bottom 0.4s;
}



.col-xl-3.col-lg-4.col-md-6 {
  display: block;
  text-align: center;
}

.team .member:hover .social {
  /* left: 0; */
  /* transition: left ease-in-out 0.3s; */

  bottom: 18%;
  transition: bottom 0.4s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
    opacity: 1;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: black;
  opacity: 1;
  border: 1px solid #fcba03;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fcba03;
}

@media screen and (min-width: 992px) {
  .swiper-pagination {
    visibility: hidden;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-info{
  display:flex;
  justify-content: center;
  flex-direction: row;
}

.contact .info {
  border-top: 3px solid #fcba03;
  border-bottom: 3px solid #fcba03;
  padding: 30px;
  background: black;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  display:flex;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .contact .info {
    flex-direction: column;
  }
}

.contact .info i {
  font-size: 20px;
  color: #fcba03;
  float: left;
  width: 44px;
  height: 44px;
  background: #eefdec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #e6e6e6;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #e6e6e6;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333333;
  color: black;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #000000;
  color: black;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #fcba03;
  color: black;
}

.contact .info-left {
  padding-right: 20px;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #fcba03;
  border-bottom: 3px solid #fcba03;
  padding: 30px;
  background: black;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: black;
  background: #e5ed0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: black;
  background: #d2c618;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: black;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #d2c618;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #fcba03;
  border: 0;
  padding: 10px 24px;
  color: black;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #c2ba6e;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 60px 0;
  color: #212529;
  font-size: 14px;
  background: black;
}

@media (max-width: 575px) {
  #footer {
    padding: 0 0 0 0;
  }
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: black;
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  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;
}

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

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  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: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fcba03;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fcba03;
  color: black;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #c2ba6e;
  color: black;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  font-size: 10px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #fcba03;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}


.blackHighlight {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 40px;
	padding: 20px;
}

#hero .spotsLeft {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 32px;
	padding: 8px 28px;
	border-radius: 3px;
	transition: 0.5s;
	margin-top: 30px;
	color: white;
	align-items: center;
	width: fit-content;

	text-shadow: 1px 0px .3em #fcba03, -1px -0px .3em #fcba03, 0 0 0.9em #fcba03;
}