﻿
.thumb-box {
  display: flex;
  position: relative;
}
.form-floating{
  padding-right:10px;
}

.thumb-box a {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

.thumb-box img {
  width: 100%;
  float: left;
  height:331px;
}

.overlay-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9998;
  left: 0;
  padding: 5%;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.75));
}

.meta {
  font-size: 14px;
  display: block;
}

.main-title {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.description {
  color: #ccc;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  color: #ccc;
  max-height: 0;
  line-height: 18px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
}

.thumb-box a:hover .description {
  opacity: 1;
  max-height: 120px;
  margin-top: 5px;
  transition: opacity 0.4s ease-out, max-height 0.9s ease-out
}

.thumb-box a:hover .overlay-box {
  background-image: linear-gradient(to bottom, black, #c20202);
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
  }

  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }

    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li > .timeline-panel {
      width: 46%;
     
      float: left;
      border: 1px solid #d4d4d4;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
.timeLine1 {
  background: linear-gradient(to bottom right, #c20202, #0e0e0e);
  color: white;
}
.timeLine2 {
  color: #c20202;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
      }

    .timeline > li > .timeline-badge {
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 16px;
      left: 50%;
      margin-left: -25px;
      background-color: #999999;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
    }

      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
      }

      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
      }

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

  .timeline-body > p + p {
    margin-top: 5px;
  }
.accordion-button:not(.collapsed) {
  background: white;
  color: #c20202;
  font-size:20px;
}
.accordion-button {
  background: linear-gradient(to bottom right, #c20202, #0e0e0e);
  color: white;
  font-size: 20px;
}
.accordion-body {
  background: white;
  color: #c20202;
  
}

@media only screen and (max-width: 500px)  {
  .timeline > li > .timeline-panel{
    width:100%!important;
  }
  .timeline > li > .timeline-badge{
    display:none!important;
  }
  .timeline:before{
    display:none;
  }
  .logo2 {
    display:block!important;
  }
  .logo {
    display: none !important;
  }
  .btnSend{
    float:left!important;
  }
  .divClubs{
    margin-bottom:10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  .timeline > li > .timeline-panel {
    width: 100% !important;
  }

  .timeline > li > .timeline-badge {
    display: none !important;
  }

  .timeline:before {
    display: none;
  }

  .logo2 {
    display: block !important;
  }

  .logo {
    display: none !important;
  }
  
  .HeightIframe{
    height:300px!important;
  }
  .thumb-box img{
    height:500px!important;
  }
  .divClubs{
    margin-bottom:20px;
  }
}
.logo2{
  display:none;
}
.btnSend{
  float:right;
}

.btnBackground {
  background: white;
  border-radius: 30px;
  color: #c20202 !important;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  padding: 15px 15px!important;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.sticky-top.navbar-light .btnBackground {
  background: #c20202 !important;
  color:white!important;
}

.modal-open .modal{
  z-index:99999!important;
  padding-right:0!important;
}
.modal-open{
  padding-right:0!important;
}

.modal-content {
  background: url(../Images/bg-circle.png), url(../Images/bg-triangle.png), url(../Images/bg-bottom.png), linear-gradient(to bottom right, var(--primary), var(--secondary));
  background-position: left 0px top 0px, right 0px top 50%, center bottom;
  background-repeat: no-repeat;
}
.modal-title {
  color: white;
  font-size: 17px;
}
.btn-close{
  color:white!important;
}

@media only screen and (min-width: 0) and (max-width: 900px) {
  .btnBackground{
    padding-left:0!important;
    padding-right:0!important;
  }
  .sticky-top.navbar-light .btnBackground {
    background: transparent !important;
    color: #c20202 !important;
  }

}

.btnClose {
  background: linear-gradient(to bottom right, var(--secondary), var(--primary));
  border: none !important;
  border-radius: 50rem !important;
}
  .btnClose:hover {
    background: linear-gradient(to bottom right,white,#c20202) !important;
   
  }
.PTitleModal{
  font-size:13px;
  color:white;
  text-align:center;
}
.span1{
  display:none;
  color:white;
  font-size:15px;
}
.span11 {
  display: block !important;
}
.span2 {
  display: none;
  color: white;
  font-size: 15px;
}
.span22 {
  display: block!important;
}

.HowToWork {
  height: 570px;
}

  .HowToWork p {
    text-align: justify;
  }
.HeightIframe{
  height:200px;
}

.btn.btn-social {
  margin-right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid white;
  border-radius: 40px;
  transition: .3s;
}
  .btn.btn-social:hover {
    background-color: white !important;
    border-color: #c20202 !important;
    color: #c20202!important;
  }
  .divSocialMedia {
    background-color: #c20202;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

@media (max-width: 1000px) {
  .iti-mobile .intl-tel-input.iti-container {
    z-index: 999999;
  }
}