/**
* Template Name: Avilon
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  background: linear-gradient(45deg, #281f67, #140a59);
  color: #fff;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  visibility: hidden;
  opacity: 0;
  width: 64px;
  height: 34px;
}

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

.back-to-top:focus {
  background: linear-gradient(45deg, #281f67, #140a59);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(90deg, #281f67, #140a59);
}

#header.header-transparent {
  background: transparent;
}

#header.header-detail {
  background: linear-gradient(90deg, #ee2664, #ee2664);
}

#header.header-detail-transparent {
  background: linear-gradient(45deg, #281f67, #140a59);
}

#header.header-scrolled {
  background: linear-gradient(45deg, #281f67, #140a59);
  height: 90px;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  width: 60px;
  height: auto;
  margin: 10px 20px 10px 10px;
}

#header .como-text {
  display: none !important;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    width: 46px;
  }
}

@media (max-width: 640px) {
  #header {
    height: 75px;
  }

  #header .header-wrapper {
    display: block !important;
  }

  #header .header-logo-nav {
    justify-content: space-between;
  }

  #header #logo {
    display: flex;
    align-items: center;
  }

  #header .como-text {
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    height: 20px !important;
  }
}

/*--------------------------------------------------------------
# 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 > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Gotham", sans-serif;
  color: #fff;
  font-size: 12px;
  padding: 0 2px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
}

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

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}

.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: #140a59;
}

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

/* line */

.line {
  position: absolute;
  top: 0;
  margin-top: 90px;
  z-index: 1000;
  height: 1px;
  width: 81%;
  background-color: white;
}

@media (min-height: 1400px) {
  .line {
    width: 68%;
  }
}

.line-hide {
  display: none;
}

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

@media (max-width: 991px) {
  .line {
    display: none;
  }
  .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(26, 26, 26, 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 > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

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

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

.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: #140a59;
}

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


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh; */
  /* background: url("../img/BG-HEROS.png") center top no-repeat; */
  /* background-size: cover; */
  margin-top: 90px;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 640px) {
  #hero {
    margin-top: 75px !important;
  }
}

#hero .hero-text {
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  height: calc(70% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#hero h1 {
  font-family: "Charge Vector Black", sans-serif;
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
  color: #fff;
}

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

#hero p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#hero .btn-get-started {
  font-family: "Charge Vector Black", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 18px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  color: #140a59;
  background: #fff;
}

#hero .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#hero .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#hero .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#hero .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#hero .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #hero .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #hero .product-screens .product-screen-2,
  #hero .product-screens .product-screen-3 {
    display: none;
  }
}

.image-section {
  width: auto !important;
  height: 80px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 640px) {
  .image-section {
    height: 40px !important;
    margin-bottom: 20px !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 92px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

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

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.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: #6c757d;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

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

.social-header img {
  width: 34px;
  height: 34px;
}

@media (max-width: 640px) {
  .social-header {
    display: none !important;
  }
}

/* About Us Section
--------------------------------*/

#about {
  height: 100%;
  padding-bottom: 54px;
  overflow: hidden;
  /*
	background: url("../img/bg-video.png") center top no-repeat;
	*/
  background-color: #140a59;
}

#about .title-floating {
  position: absolute;
  margin-top: -300px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#about .image-section {
  margin-bottom: 40px;
}

#about .container-about {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .title-about {
  font-size: 56px;
  line-height: 20px;
  font-weight: 800;
  margin-top: 200px;
  margin-bottom: 40px;
  font-family: "'Charge Vector Black", sans-serif;
  color: white;
}

#about .substitle-about {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  /* margin-top: 260px; */
  /* margin-bottom: 40px; */
  font-family: "Catamaran", sans-serif;
  color: white;
}

#about .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 12px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

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

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#prize {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#prize .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}


#prize .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#prize h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#prize h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#prize h4 sup {
  font-size: 20px;
  top: -20px;
}

#prize h4 span {
  color: #bababa;
  font-size: 20px;
}

#prize ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#prize ul li {
  padding-bottom: 12px;
}

#prize ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

#prize .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
}

#prize .featured {
  border: 2px solid #1dc8cd;
}

#prize .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
}

#faq .faq-list li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #1dc8cd;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #179ca0;
  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: black;
}

#faq .faq-list .collapsed:hover {
  color: #1dc8cd;
}

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

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

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

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

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

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* News Section 
--------------------------------- */
#news {
  padding: 40px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#news .container-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#news .card-news {
  width: 347px;
  height: 620px;
  background: linear-gradient(180deg, #00b1ff, #0072cf);
  border-radius: 16px;
  margin-right: 20px;
  margin-left: 20px;
}

#news .image-news {
  width: 100%;
  height: 347px;
  object-fit: cover;
  background-size: contain;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#news .container-info {
  padding: 20px 36px;
}

#news .title-card {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#news .substitle-card {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#news .btn-card {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#news .btn-card:hover {
  color: #140a59;
  background: #fff;
}

#news .btn-all {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 12px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#news .btn-all:hover {
  color: #140a59;
  background: #fff;
}

@media (max-width: 540px) {
  #news {
    padding: 20px 8px;
  }

  #news .container-card {
    flex-direction: column;
  }

  #news .card-news {
    width: 100%;
    margin: 10px;
  }

  #news .image-news {
    width: 100%;
  }
}


/* Games Section 
-------------------------------- */
#games {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#games .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#games .container-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}

#games .card-game {
  padding: 20px 26px 30px 26px;
  width: 420px;
  height: 210px;
  background-image: url("/assets/theme1/img/card-games.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  gap: 20px;
}

#games .image-games {
  width: 160px;
  height: 100%;
}

#games .title {
  font-size: 20px;
  font-weight: 1000;
  font-family: "Charge Vector Black", sans-serif;
  color: #000;
}

#games .substitle {
  font-size: 14px;
  font-weight: 500;
  font-family: "Avenir", sans-serif;
  color: #000;
}

#games .btn-card {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: 0.5s;
  border: 1px solid #140a59;
  color: #140a59;
  padding: 4px 8px;
}

#games .btn-card:hover {
  color: #140a59;
  background: #fff;
}

@media (max-width: 540px) {
  #games {
    padding: 20px 0;
  }

  #games .card-game {
    padding: 10px 20px 20px 20px;
    width: 360px;
    height: 180px;
    gap: 16px;
  }

  #games .image-section {
    width: 220px;
  }

  #games .content {
    padding: 0px;
  }

  #games .image-card {
    height: 400px;
  }

  #games .image-games {
    width: 130px;
  }

  #games .title {
    font-size: 14px;
  }

  #games .substitle {
    font-size: 12px;
  }

  #games .btn-card {
    font-size: 8px;
  }
}

/* Prize Section 
-------------------------------- */
#prize {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#prize .content {
  padding: 40px 80px;
}

#prize .card-prize {
  display: flex;
  flex-direction: row;
  background: linear-gradient(135deg, #b91f1b, #941f1b);
  padding: 80px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(37, 38, 39, 0.25);
  gap: 30px;
}

#prize .img-prize {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

#prize .container-info {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}

#prize .text-info-light {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#prize .text-info-bold {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#prize .text-title-desc {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
  margin-top: 36px;
}
#prize .text-desc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
  margin-top: 8px;
}

#prize .btn-more-know {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#prize .btn-more-know:hover {
  color: #140a59;
  background: #fff;
}

#prize .container-social-media {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#prize .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Catamaran", sans-serif;
  color: #888;
}

#prize .content-social {
  margin: 0 140px;
}

#prize .social-links {
  padding-bottom: 20px;
  margin-left: 16px;
  margin-top: 16px;
}

#prize .social-links a {
  font-size: 14px;
  background: #fff;
  color: #140a59;
  padding: 8px 0;
  margin-right: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#prize .social-links a i {
  line-height: 0;
}

#prize .social-links a:hover {
  background: #140a59;
  color: #fff;
}

#prize .text-social-media {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
}

@media (max-width: 540px) {
  #prize {
    padding: 8px;
  }

  #prize .content {
    padding: 0px;
  }
  #prize .image-section {
    width: 220px;
    margin-bottom: 24px;
  }

  #prize .img-prize {
    width: 100%;
    height: 280px;
    margin-right: 0px;
  }

  #prize .card-prize {
    flex-direction: column;
    padding: 16px;
  }

  #prize .text-info-light {
    margin-right: 4px;
  }

  #prize .content-social {
    margin: 0px;
  }
}
/* Tournaments Section 
-------------------------------- */
#tournaments {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#tournaments .card-tournaments .image-lost-found {
  width: 130px;
}

#tournaments .content {
  padding: 40px 80px;
  text-align:center;
}

#tournaments .card-tournaments {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  border-bottom: 12px solid #d3d3d3;
}

#tournaments .card-tournaments .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  width: 100%;
}

#tournaments .card-tournaments .date {
  background-image: url("/assets/theme1/img/calendar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 170px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#tournaments .card-tournaments .date-list {
  font-size: 70px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#tournaments .line-list {
  width: 100%;
  height: 2px;
  background-color: #000;
}

#tournaments .card-tournaments .month-list {
  font-size: 12px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#tournaments .card-tournaments .list-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#tournaments .title-list {
  font-size: 22px;
  font-weight: 900;
  font-family: "Catamaran", sans-serif;
  color: black;
  text-align: center;
  width: 60%;
}

#tournaments .address-list {
  font-size: 16px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: black;
  text-align: center;
  width: 30%;
}

#tournaments .button-list {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  background: linear-gradient(45deg, #0074d6, #00a5ff);
  border-bottom: 2px solid linear-gradient(45deg, #00a5ff, #0074d6);
  color: #fff;
  align-items: center;
}

#tournaments .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#tournaments .button-list:hover {
  color: #140a59;
  background: #fff;
}

@media (max-width: 540px) {
  #tournaments {
    padding: 20px 0;
  }

  #tournaments .card-tournaments .list {
    gap: 12px;
    justify-content: flex-start;
  }

  #tournaments .card-tournaments .date {
    width: 80px;
    height: 100px;
  }

  #tournaments .card-tournaments .date-list {
    font-size: 40px;
    line-height: 38px;
  }

  #tournaments .card-tournaments .month-list {
    font-size: 8px;
  }

  #tournaments .card-tournaments .list-detail {
    flex-direction: column;
    width: auto;
    align-items: left;
  }

  #tournaments .title-list {
    font-size: 14px;
    text-align: left;
	width: 100%;
  }

  #tournaments .address-list {
    font-size: 10px;
    text-align: left;
	width: 100%;
  }

  #tournaments .button-list {
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    width: 85px;
    display: flex;
    justify-content: center;
    margin-top:10px;
  }

  #tournaments .content {
    padding: 0px;
  }
  #tournaments .image-section {
    width: 220px;
  }

  #tournaments .card-tournaments {
    margin-top: 24px;
    padding: 16px;
    overflow: scroll;
  }

  #tournaments .button-list {
    margin-right: 16px;
  }
}

/* lost and found Section 
-------------------------------- */
#lostandfound {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#lostandfound .content {
  padding: 0 80px;
  text-align: center;
}

#lostandfound .card-lostandfound .image-lost-found {
  width: 130px;
}

#lostandfound .card-lostandfound {
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: white;
  border-bottom: 12px solid #d3d3d3;
}

#lostandfound .card-lostandfound .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

#lostandfound .card-lostandfound .date {
  background-image: url("/assets/theme1/img/calendar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 130px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#lostandfound .card-lostandfound .date-list {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#lostandfound .line-list {
  width: 100%;
  height: 2px;
  background-color: #000;
}

#lostandfound .card-lostandfound .month-list {
  font-size: 10px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#lostandfound .card-lostandfound .list-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#lostandfound .title-list {
  font-size: 22px;
  font-weight: 900;
  font-family: "Catamaran", sans-serif;
  color: black;
  text-align: center;
  width:50%;
}

#lostandfound .address-list {
  font-size: 16px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: black;
  text-align: center;
  width:50%;
}

#lostandfound .button-list {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 20px;
  transition: 0.5s;
  background: linear-gradient(45deg, #0074d6, #00a5ff);
  border-bottom: 2px solid linear-gradient(45deg, #00a5ff, #0074d6);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

#lostandfound .button-list:hover {
  color: #140a59;
  background: #fff;
}

#lostandfound .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
  align-items: center;
}

@media (max-width: 540px) {
  #lostandfound {
    padding: 20px 0;
  }

  #lostandfound .card-lostandfound .image-lost-found {
    width: 100px;
    margin-top: 10px;
  }

  #lostandfound .card-lostandfound .list {
    gap: 12px;
    justify-content: space-between;
    align-items: center;
  }

  #lostandfound .card-lostandfound .date {
    min-width: 80px;
    min-height: 100px;
  }

  #lostandfound .card-lostandfound .date-list {
    font-size: 40px;
    line-height: 38px;
  }

  #lostandfound .card-lostandfound .month-list {
    font-size: 8px;
  }

  #lostandfound .card-lostandfound .list-detail {
    flex-direction: column;
    width: auto;
    gap: 6px;
  }

  #lostandfound .title-list {
    font-size: 14px;
    text-align: left;
	width:100%;
  }

  #lostandfound .address-list {
    font-size: 10px;
    text-align: left;
	width:100%;
  }

  #lostandfound .button-list {
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    width: 85px;
    display: flex;
    justify-content: center;
  }

  #lostandfound .content {
    padding: 0px;
    text-align: left;
  }

  #lostandfound .card-lostandfound {
    padding: 16px;
    overflow: scroll;
  }
}

/* Footer Detail 
--------------------------------- */
#footer-detail {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#footer-detail .lines {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 8px;
}

#footer-detail .content-footer-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px;
}

/* Detail Article 
-------------------------------- */
#article-detail {
  margin-top: 80px;
  min-height: 88vh;
  padding: 40px 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#article-detail .container-list {
  width: 89%;
  margin-left: 40px;
  margin-right: 80px;
  margin-top: 24px;
}

#article-detail .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}

#article-detail :last-child {
  border-bottom: none;
}

#article-detail .list-image {
  width: 180px;
  height: auto;
  margin-right: 36px;
  border-radius: 12px;
}

#article-detail .container-desc {
  width: 65%;
  margin-right: 24px;
}

#article-detail .title-desc {
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  font-family: "Gotham Bold", sans-serif;
  color: #fff;
}

#article-detail .substitle-desc {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 8px;
  font-family: "Catamaran", sans-serif;
  color: #fff;
}

#article-detail .time-desc {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 16px;
  font-family: "Catamaran", sans-serif;
  color: #fff;
}

#article-detail .btn-more {
  font-family: "Catamaran", sans-serif;
  width: 140px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#article-detail .btn-more:hover {
  color: #140a59;
  background: #fff;
}

@media (max-width: 540px) {
  #article-detail {
    padding: 8px;
  }

  #article-detail .image-section {
    width: 220px;
  }

  #article-detail .container-list {
    width: 840px;
    margin-left: 8px;
    overflow: scroll;
  }

  #article-detail .list {
    width: 800px;
    overflow: scroll;
  }
}

/* Section About Detail 
-------------------------------- */

#desc-detail {
  min-height: 100vh;
  padding: 80px;
  padding-bottom: 100px;
  padding-top: 40px;
  background: linear-gradient(90deg, #1b0d72, transparent),
    url(../img/BG-HEROS.png) fixed center center;
}

#desc-detail .image-section {
  margin-top: 80px;
}

#desc-detail .title-about {
  font-size: 26px;
  line-height: 30px;
  margin-top: 24px;
  font-weight: 800;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#desc-detail .sub-about {
  font-size: 18px;
  line-height: 22px;
  margin-top: 24px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
  margin-bottom: 24px;
}

#desc-detail .image-section {
  margin-top: 80px;
}

#store-detail {
  min-height: 100vh;
  padding: 80px;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#store-detail .title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 46px;
  margin-bottom: 40px;
  font-weight: 800;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#store-detail .image-store {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#store-detail .title-store {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 36px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#store-detail .card-top {
  width: 60%;
  background: linear-gradient(90deg, #016bc1, #00a7ff);
  padding: 24px;
  padding-left: 40px;
  margin-left: 260px;
  border-radius: 20px;
  margin-top: -160px;
}

#store-detail .container-card-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#store-detail .list-card {
  margin-right: 40px;
}

#store-detail .image-list {
  width: 40px;
  height: 40px;
}

#store-detail .image-list {
  width: 30px;
  height: 30px;
}

#store-detail .container-text {
  display: flex;
  flex-direction: row;
}
#store-detail .text-value {
  font-size: 36px;
  line-height: 40px;
  margin-top: 8px;
  font-weight: 900;
  font-family: "Gotham", sans-serif;
  color: white;
}

#store-detail .text-value-plus {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  font-weight: 900;
  font-family: "Gotham", sans-serif;
  color: white;
}

#store-detail .text-value-desc {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  font-weight: 800;
  font-family: "Gotham", sans-serif;
  color: white;
}

@media (max-width: 540px) {
  #store-detail .card-top {
    width: 100%;
    margin: 0px;
    overflow: scroll;
    margin-top: -90px;
  }
  #desc-detail {
    padding: 8px;
    padding-bottom: 90px;
  }

  #desc-detail .image-section {
    margin-top: 124px;
    max-width: 220px;
  }
  #store-detail {
    padding-top: 80px;
    padding: 8px;
  }
  #store-detail .title-store {
    margin-bottom: 36px;
  }
}
/* Detail Prize
-------------------------------- */

#prize-detail {
  margin-top: 80px;
  min-height: 88vh;
  padding: 40px 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#prize-detail .card-detail {
  width: 76%;
  margin-left: 140px;
  margin-right: 150px;
  margin-top: 40px;
  height: 448px;
  background-color: white;
  border-radius: 20px;
  border-bottom: 12px solid #d3d3d3;
}

#prize-detail .container-card {
  display: flex;
  flex-direction: row;
  padding: 24px;
}
#prize-detail .container-image {
  margin-right: 24px;
}
#prize-detail .images-card-big {
  width: 348px;
  height: 258px;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
#prize-detail .container-card-small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 340px;
  padding: 16px;
  margin-top: 16px;
  overflow: scroll;
}

#prize-detail .images-card-small {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#prize-detail .container-info {
  margin: 24px;
}

#prize-detail .title {
  width: 380px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 16px;
  font-weight: 800;
  font-family: "Charge Vector Black", sans-serif;
  color: black;
}

#prize-detail .substitle {
  width: 380px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: black;
}

#prize-detail .desc {
  width: 380px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: black;
}

@media (max-width: 540px) {
  #prize-detail {
    padding: 8px;
    min-height: 100vh;
  }

  #prize-detail .image-section {
    width: 220px;
  }
  #prize-detail .card-detail {
    width: 100%;
    height: 760px;
    margin: 0px;
    margin-top: 16px;
  }

  #prize-detail .container-card {
    flex-direction: column;
  }

  #prize-detail .images-card-big {
    width: 304px;
  }

  #prize-detail .container-info {
    margin: 0px;
  }

  #prize-detail .title {
    width: 100%;
  }

  #prize-detail .substitle {
    width: 100%;
  }

  #prize-detail .desc {
    width: 100%;
  }
}
/* 
Details Tournament 
-------------------------------- */
#tournament-detail {
  margin-top: 80px;
  min-height: 82.4vh;
  padding: 40px 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#tournament-detail .card-detail {
  width: 76%;
  margin-left: 140px;
  margin-right: 150px;
  margin-top: 40px;
  margin-bottom: 80px;
  height: 408px;
  background-color: white;
  border-radius: 20px;
  border-bottom: 12px solid #d3d3d3;
}

#tournament-detail .container-card {
  display: flex;
  flex-direction: row;
  padding: 24px;
}

#tournament-detail .images-card {
  width: 350px;
  height: auto;
  max-height: 350px;
}

#tournament-detail .container-info {
  margin: 24px;
}

#tournament-detail .title {
  width: 380px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 16px;
  font-weight: 800;
  font-family: "Charge Vector Black", sans-serif;
  color: black;
}

#tournament-detail .title-time {
  width: 220px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: black;
}

#tournament-detail .substitle-time {
  width: 220px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: black;
}

#tournament-detail .lines {
  height: 1px;
  width: 210px;
  margin-top: 14px;
  background-color: #000;
}

#tournament-detail .desc {
  width: 400px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 24px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: black;
}

@media (max-width: 540px) {
  #tournament-detail {
    padding: 20px;
    padding-top: 80px;
  }

  #tournament-detail .image-section {
    width: 220px;
  }

  #tournament-detail .card-detail {
    width: 100%;
    margin: 0px;
    height: 100%;
    margin-top: 24px;
  }

  #tournament-detail .container-card {
    flex-direction: column;
    padding: 16px;
  }

  #tournament-detail .images-card {
    width: 100%;
    height: auto;
  }

  #tournament-detail .container-info {
    width: 100%;
    margin: 0px;
  }

  #tournament-detail .title {
    width: 100%;
  }

  #tournament-detail .substitle-time {
    width: 100%;
  }

  #tournament-detail .desc {
    width: 100%;
    margin-top: 16px;
  }
}

/* Detail Games Section 
-------------------------------- */
#detail-games {
  margin-top: 80px;
  min-height: 80vh;
  padding: 40px 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#detail-games .container-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#detail-games .image-card {
  width: 76%;
  margin-top: 40px;
  margin-left: 150px;
  margin-right: 160px;
  height: auto;
  z-index: 1000;
}

#detail-games .image-games {
  position: absolute;
  width: 380px;
  height: auto;
  margin-left: 200px;
  margin-top: 70px;
}

#detail-games .title {
  position: absolute;
  width: 340px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 1000;
  margin-top: 100px;
  margin-left: 608px;
  font-family: "Charge Vector Black", sans-serif;
  color: #000;
}

#detail-games .substitle {
  position: absolute;
  width: 320px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 140px;
  margin-left: 608px;
  font-family: "Avenir", sans-serif;
  color: #000;
}

#detail-games .substitle-next {
  position: absolute;
  width: 340px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 220px;
  margin-left: 608px;
  font-family: "Avenir", sans-serif;
  color: #000;
}

@media (max-width: 540px) {
  #detail-games {
    padding: 8px;
    height: 72vh;
  }

  #detail-games .image-section {
    width: 220px;
    margin-top: 24px;
  }

  #detail-games .image-card {
    width: 100%;
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
    height: 494px;
  }

  #detail-games .image-games {
    margin-top: 48px;
    margin-left: 30px;
    width: 84%;
  }

  #detail-games .title {
    margin-left: 30px;
    margin-top: 316px;
  }

  #detail-games .substitle {
    width: 88%;
    margin-left: 30px;
    margin-top: 344px;
  }

  #detail-games .substitle-next {
    width: 88%;
    margin-left: 30px;
    margin-top: 424px;
  }
}

/* Detail Section 
--------------------------------- */
#detail {
  margin-top: 80px;
  padding: 40px 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #ee2664, #ee2664);
}

#detail .title {
  font-size: 16px;
  line-height: 18px;
  margin-top: 60px;
  font-weight: 800;
  margin-left: 80px;
  margin-right: 80px;
  font-family: "Gotham", sans-serif;
  color: white;
}

#detail .time {
  font-size: 8px;
  line-height: 12px;
  font-weight: 500;
  margin-left: 80px;
  margin-top: 8px;
  margin-right: 80px;
  font-family: "Gotham", sans-serif;
  color: white;
}

#detail .content {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
}

#detail .image-content {
  width: 100%;
  height: auto;
}

#detail .desc {
  margin-top: 24px;
}

#detail .desc-content {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-left: 40px;
  margin-top: 24px;
  margin-right: 40px;
  font-family: "Gotham", sans-serif;
  color: white;
}

@media (max-width: 540px) {
  #detail {
    padding: 8px;
  }

  #detail .title {
    padding: 8px;
    margin: 0px;
  }
  #detail .time {
    padding: 8px;
    margin: 0;
    font-size: 10px;
  }

  #detail .content {
    flex-direction: column;
    margin: 0px;
  }

  #detail .desc-content {
    margin: 0px;
  }
}
/* Leaderboard Section 
--------------------------------- */
#leaderboard {
  padding-top: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b0d72, #140a59);
}

#leaderboard .content {
  padding: 80px 80px;
}
#leaderboard .content-images {
  z-index: 100;
}

#leaderboard .container-list {
  z-index: 1;
  margin-top: -68px;
  padding: 80px;
  border: 5px solid #1f8df7;
  border-radius: 20px;
}

#leaderboard .container-list-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 200px;
}

#leaderboard .title {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: 800;
  font-family: "Catamaran", sans-serif;
  color: white;
  padding: 0 20px;
}

#leaderboard .medal {
  display: flex;
  align-items: center;
}

#leaderboard .image-medal {
  width: 90px;
  height: auto;
}

#leaderboard .image-profile {
  width: 90px;
  height: auto;
}

#leaderboard .substitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: white;
  padding: 0 20px;
}

#leaderboard .container-list-desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 540px) {
  #leaderboard {
    padding: 8px;
  }

  #leaderboard .content {
    padding: 0px;
  }

  #leaderboard .image-section {
    width: 220px;
  }

  #leaderboard .container-list {
    margin-top: -32px;
    padding: 24px 8px 28px 8px;
    overflow: scroll;
  }

  #leaderboard .image-medal {
    width: 60px;
    height: auto;
  }

  #leaderboard .image-profile {
    width: 70px;
    height: auto;
  }

  #leaderboard .container-list-title {
    margin-left: 70px;
  }

  #leaderboard .title {
    line-height: 30px;
  }

  #leaderboard .substitle {
  }
}
/* Videos Section 
--------------------------------- */

#videos {
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
  background: url("../img/bg-video.webp") center top no-repeat;
  background-color: #140a59;
}

#video-wrap {
  padding-top: 20px;
}

#videos .title-floating {
  position: absolute;
  margin-top: -300px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#videos .image-section {
  margin-bottom: 40px;
}

#videos .container-videos {
  display: flex;
  align-items: center;
  justify-content: center;
}

#videos .title-about {
  font-size: 56px;
  line-height: 20px;
  font-weight: 800;
  margin-top: 200px;
  margin-bottom: 40px;
  font-family: "'Charge Vector Black", sans-serif;
  color: white;
}

#videos .substitle-about {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  /* margin-top: 260px; */
  /* margin-bottom: 40px; */
  font-family: "Catamaran", sans-serif;
  color: white;
}

#videos .btn-more {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 12px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

@media (max-width: 540px) {
  #videos {
    padding: 8px;
  }

  #videos .image-section {
    width: 220px;
    margin-bottom: 40px;
  }
}

/* Photo Section 
-------------------------------- */
#photos {
  overflow: hidden;
  background: linear-gradient(180deg, #140a59, #140a59);
}

#photos .image-section {
  margin-bottom: 40px;
}

#photos .images-big {
  text-align: center;
  height: 430px;
  margin-bottom: 40px;
  width: auto;
  object-fit: cover;
  border-radius: 20px;
}

#photos .image-small {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

#photos .content-image-small {
  display: flex;
  flex-direction: "row";
  gap: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  justify-content: center;
  overflow-x: auto;
}

@media (max-width: 540px) {
  #photos {
    padding: 8px 0;
  }
  #photos .image-section {
    width: 220px;
  }
  #photos .content-image-small {
    width: 100%;
    justify-content: flex-start;
    padding: 0 14px;
  }
  #photos .image-small {
    width: 80px;
    height: 80px;
  }

  #photos .images-big {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
/* Team Section 
--------------------------------- */

#team {
  padding-top: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #140a59, #140a59);
}

#team .image-section {
  margin-bottom: 40px;
}

#team .container-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#team .card-team {
  width: 347px;
  height: 379px;
  background-color: white;
  border-radius: 16px;
  padding-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

#team .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: "Catamaran", sans-serif;
  color: black;
}

#team .substitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Catamaran", sans-serif;
  color: black;
}

#team .btn-get-started {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 12px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 36px;
}

#team .btn-get-started:hover {
  color: #140a59;
  background: #fff;
}

@media (max-width: 540px) {
  #team {
    padding: 8px;
    padding-bottom: 16px;
  }

  #team .image-section {
    width: 220px;
  }

  #team .container-card {
    flex-direction: column;
  }

  #team .card-team {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* Award Section 
--------------------------------- */

#awards {
  padding: 40px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffb800, #ff9300);
}

#awards .logo-awards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#awards .images-logo {
  margin-right: 48px;
}

@media (max-width: 540px) {
  #awards {
    padding: 20px 8px;
  }

  #awards .logo-awards {
    flex-direction: column;
  }

  #awards .images-logo {
    margin-right: 0px;
  }
}
/* Download Section
--------------------------------- */

#download {
  padding: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #00b1ff, #0072cf);
}

#download .content {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 80px;
}

#download .image-download {
  width: 180px;
  height: 80;
}

#download .title-download {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#download .subtitle-download {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  color: white;
}

@media (max-width: 540px) {
  #download {
    padding: 8px;
  }
  #download .content {
    padding: 8px;
  }
  #download .image-download {
    width: 100%;
  }
}

/* Sponsor Section 
---------------------------------*/
#sponsor {
  padding: 40px 0 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffb800, #ff9300);
}

#sponsor .logo-sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sponsor .image-logo {
  margin-right: 24px;
}

@media (max-width: 540px) {
  #sponsor {
    padding: 20px 0;
  }

  #sponsor .logo-sponsor {
    justify-content: start;
    align-items: start;
    overflow: scroll;
  }

  #sponsor .image-logo {
    margin-right: 0px;
  }
}
/* Contact Section
--------------------------------*/
#contact {
  padding: 40px 0;
  overflow: hidden;
  background-color: #140a59;
}

#contact .image-maps {
  width: 75%;
  height: 240;
  margin-bottom: 40px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #140a59;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Catamaran", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
  margin-left: 28px;
  margin-top: 24px;
}

#contact .social-links a {
  font-size: 14px;
  background: #fff;
  color: #140a59;
  padding: 8px 0;
  margin-right: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#contact .social-links a i {
  line-height: 0;
}

#contact .social-links a:hover {
  background: #140a59;
  color: #fff;
}

#contact .info {
  color: #333333;
  margin-top: 24px;
  margin-left: 28px;
}

#contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 24px;
  line-height: 28px;
  margin: 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

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

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

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  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 #18d26e;
  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::focus,
#contact .php-email-form textarea::focus {
  background-color: #1dc8cd;
}

#contact .php-email-form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .php-email-form button[type="submit"]:hover {
  cursor: pointer;
}
@media (max-width: 540px) {
  #contact {
    padding: 20px 8px;
  }

  #contact .image-maps {
    width: 100%;
    margin-bottom: 0px;
  }

  #contact .info {
    margin-top: 24px;
    margin-left: 0px;
  }

  #contact .social-links {
    margin-left: 0px;
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  height: 30vh;
  background: url("../img/bg_footer.webp") center top no-repeat;
  padding: 30px 0;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.content-footer {
  display: inline-block;
  align-self: flex-end;
}

.footer-links {
  padding-top: 26px;
  margin-bottom: 4px;
  text-align: end !important;
}

#footer .credits {
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

#footer .footer-links a {
  color: #fff;
  padding-left: 24px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #140a59;
}

#footer .content-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  height: 80x;
  width: 80px;
}

.line-footer {
  width: 100%;
  height: 1px;
  background-color: white;
}

.text-copyright-left {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.text-copyright-right {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
  line-height: 24px;
  text-align: end !important;
  color: white;
}

@media (max-width: 540px) {
  #footer .footer-links a {
    padding-left: 2px;
  }
}

#map {
  width: 100%;
  height: 400px;
}

#article-detail .container-list .date {
  background-image: url("/assets/theme1/img/calendar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 170px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#article-detail .container-list .date-list {
  font-size: 70px;
  line-height: 60px;
  font-weight: 900;
  font-family: "Catamaran", sans-serif;
  color: white;
}

#article-detail .container-list .month-list {
  font-size: 12px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  color: white;
}