
/* css style */
:root {
    --primary-color: #ffc107;
    --secondary-color: #00a4f5;
    --bg-color:  #fff;
    --heading-color: #060606;
    --font-color: #6f6f6f;
    --border-radius: 8px;
    --border-radius-full: 30px;
    --border-color-light: #eee;
    --iframe-filter: grayscale(0%);
    --bg-grey: #f4f4f4;
    --bg-light: #fbfbfb;
    --box-shadow: 0 0.5rem 1rem rgb(12 12 12 / 5%);
    --banner-layer: rgb(255 255 255 / 90%);
    --gradient-color: linear-gradient(to left, #11d5ff 0%, #0089cd 100%);
    --gradient-color-banner: linear-gradient(to left, #00c9f5 0%, #00a4f5 100%);
    --layer: rgb(80 51 14 / 75%);
    --subscribe-footer-input: #fff;
  }
  
/* call block */
.w3l-call-to-action-6 {
    background: var(--gradient-color);
  }
  
  h3.title-big {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
  }
  
  .w3l-call-to-action-6 .buttons li {
    list-style: none;
    display: inline-block;
    line-height: 1.3;
  }
  
  .w3l-call-to-action-6 .buttons li.green {
    margin: 0 20px;
  }
  
  .w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  
  .w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3:hover {
    color: #222;
  }
  
  .buttons li.phone-sec i {
    font-size: 38px;
    color: #fff;
    transform: rotate(-26deg);
  }
  
  @media (max-width: 992px) {
    .w3l-call-to-action-6 .buttons li {
      display: block;
    }
  }
  
  @media (max-width: 567px) {
    .w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3 {
      font-size: 18px;
    }
  
    li.phone-sec span {
      font-size: 28px;
    }
  }
  
  /* //call block */

  
/* button style */
.btn-style {
    padding: 12px 36px 14px;
    font-size: 16px;
    color: #fff;
    border-radius: var(--border-radius-full);
    font-weight: bold;
    outline: none;
    border: none;
    background: #ffc107;
    transition: all 1.8s ease-in-out;
  }
  
  .btn-style:hover {
    color: #fff;
    background: #94383d;
  }
  
  .btn-style-2 {
    color: var(--heading-color);
    background: var(--bg-color);
  }
  
  .btn-style-2:hover {
    color: #fff;
    background: #ffc107;
  }
  
  .btn-style-3 {
    background: var(--secondary-color);
  }
  
  .btn-style-3:hover {
    background: #ffc107;
  }
  
  .btn-style-primary {
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--heading-color);
  }
  
  .btn-style-primary:hover {
    color: #ffc107;
  }
  
  .btn-style-primary i {
    margin-left: 4px;
  }
  
  /* //button style */
  
  /* title style */
  h3.title-style {
    font-size: 25px;
    line-height: 55px;
    font-weight: bold;
  }
  
  @media (max-width:991px) {
    h3.title-style {
      font-size: 40px;
      line-height: 50px;
    }
  }
  
  @media (max-width:568px) {
    h3.title-style {
      font-size: 35px;
      line-height: 45px;
    }
  }
  
  @media (max-width:320px) {
    h3.title-style {
      font-size: 30px;
      line-height: 40px;
    }
  }
  
  /* //title style */
  
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

/* team block */
.w3l-team-13 .left-side h4 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  
  .image-one:hover h4 {
    color: var(--secondary-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
  }
  
  .w3l-team-13 img {
    transition: .3s;
    background: var(--bg-grey);
    border-radius: 8px 8px 0 0;
  }
  
  .w3l-team-13 img:hover {
    transition: .3s;
    background: var(--secondary-color);
  }
  
  .w3l-team-13 .image-one {
    box-shadow: var(--box-shadow);
    padding-bottom: 15px;
  }
  
  .w3l-team-13 .buttons-teams2 a i {
    font-size: 24px;
    margin: 0 3px;
  }
  
  .w3l-team-13 .buttons-teams2 a .fa-facebook-square {
    color: #3b5998;
  }
  
  .w3l-team-13 .buttons-teams2 a .fa-twitter-square {
    color: #00acee;
  }
  
  .w3l-team-13 .buttons-teams2 a .fa-google-plus-square {
    color: #DD4B39;
  }

  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.5rem !important;
    }
  
    .fs-2 {
      font-size: 2rem !important;
    }
  
    .fs-3 {
      font-size: 1.75rem !important;
    }
  
    .fs-4 {
      font-size: 1.5rem !important;
    }
  }  

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  #about-section.background-image {
    background: url("../images/preview-revue.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}

#venue-section.background-image2 {
    background: #00000033  url("../images/preview-revue2.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}


/** Caroussel **/

.hero-linear{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to right,rgba(0, 0, 120, 0.9),rgba(0, 0, 0.1, 0.3));
}

.hero-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-carousel .carousel-inner {
    height: 100%
}

.hero-carousel .carousel-item {
    width: 100%;
    height: 100%
}

.hero-carousel .carousel-item-1 {
    background: url("../images/slide1.jpg") no-repeat center center;
    background-size: cover;
}

.hero-carousel .carousel-item-2 {
    background: url("../images/slide2.jpg") no-repeat center center;
    background-size: cover;
}

.hero-carousel .carousel-item-3 {
    background: url("../images/slide3.jpg") no-repeat center center;
    background-size: cover;
}


*{
    margin: 0px;
    padding: 0px;
}

.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.theme-bg-indigo{background:#6610f2;}
.theme-bg-purple{background:purple;}
.theme-bg-pink{background:#d63384;}
.theme-bg-gray{background:#b0c1d4;}
.theme-bg-blue{background:#0a56c8;}
.theme-bg-subtle{background:#aa636a;}
