@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.hero-area-bg
{
    background: linear-gradient(179deg, #150a40, #df2066);
    height: 600px;
    position: relative;
    width: 100%;
    top: -100px;
    z-index: -2;
}

.video-overley
{
    background: linear-gradient(179deg, #150a40c9, #df2066e0);
    position: absolute;
    width: 100%;
    height: 100%;
}

body
{
    font-family: 'Montserrat', sans-serif!important;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat', sans-serif!important;
}

p
{
    font-family: 'Montserrat', sans-serif!important;
}

.navbar
{
    background: transparent!important;
}

.navbar-expand-lg .navbar-nav .nav-link
{
    font-family: 'Montserrat', sans-serif!important;
    
}

#information-bar ul li
{
    background:linear-gradient(180deg, #bf2060, #321245)!important;
}

#information-bar .inforation-wrapper
{
    top:-150px!important;
}



.home-next .echo-about p
{
    font-size:16px!important;
}

.echo-spons
{
    box-shadow: 0px 0px 10px #cfcfcf;
    padding: 30px 0;
    border-radius: 10px;
}

.echo-about .card
{
    padding:25px;
    border:none;
    box-shadow: 0px 0px 5px #c5c5c5;
    position: relative;
    right: -80px;
    z-index:10;
}

.echo-about img
{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: 1px solid #de1253;
    padding: 3px;
    border-top: 1px solid #de1253;
    border-bottom: 1px solid #de1253;
}

#contact-text .contact-wrapper
{
    border-radius:50px!important;
}

body.inner-home ul.navbar-nav li a
    {
        color:#fff!important;
    }

body.echo-inner-page ul.navbar-nav li a
{
    color:#444!important;
}

.social-icons-footer a
{
    border:1px solid #fff!important;
}

.echo-team .our-team .pic
{
    border-top: 5px solid #38154c;
    border-bottom: 5px solid #bb1f8a;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.echo-team .our-team:hover .pic{
    border-top-color: #8f2d56;
    border-bottom-color: #8f2d56;
    border-radius: 50% 0;
}
.echo-team .our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.echo-team .our-team .team-content{ padding: 20px 0; }
.echo-team .our-team .title
{
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.echo-team .our-team .post{
    display: block;
    font-size: 17px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.echo-team .our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.echo-team .our-team .social li{ display: inline-block; }
.echo-team .our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #de1253;
    background: #fff;
    font-size: 17px;
    color: #de1253;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.echo-team .our-team:hover .social li a{
    background: #de1253;
    color: #fff;
}

    .svg-title
    {
        padding-top:100px;
    }

@media only screen and (max-width: 990px){
    .echo-team .our-team{ margin-bottom: 0px; }
}

footer
{
    background: url('../img/footer-bg.jpg');
    background-size: cover;
}

.social-icons-footer a
{
    color:#fff;
}

.col-banner-text
{
    margin-top:-70px;
}

.site-info p
{
    color:#fff!important;
    margin-bottom:0!important;
}

@media all and (max-width: 767px) 
{
    .navbar
    {
        background:#501e5e!important;    
    }
    
    body.inner-home ul.navbar-nav li a
    {
        color:#fff;
    }
    body.echo-inner-page ul.navbar-nav li a
    {
        color:#fff;
    }
    .echo-team .our-team .social li a
    {
        width:25px;
        height:25px;
        line-height: 22px;
    }
    
    .echo-team h2
    {
        font-size:30px!important;
    }

    .echo-top
    {
        margin-top:-100px;
    }

    .echo-top h2
    {
        font-size: 26px;
    }

    .echo-team h2::before
    {
        display:none;
    }

    .echo-team h2::after
    {
        display:none;
    }

    .echo-team
    {
        padding-top: 50px;
        padding-bottom:50px!important;
    }

    .hero-area-bg
    {
        height:450px;
    }

    svg text
    {
        font-size:85px!important;
    }
    .col-banner-text h3
    {
        font-size: 18px!important;
        animation: none !important;
        border: none!important;
        white-space: break-spaces!important;
        overflow: visible!important;
        justify-content:center;
    }

    .col-venue
    {
        font-size:18px!important;
        justify-content: center;

    }
    .col-time
    {
        font-size:18px!important;
        margin-bottom: 10px;
    }
    .col-banner-text
    {
        margin-top:0!important;
        margin-bottom: 20px;
    }
    .svg-title
    {
        padding-top:120px!important;
    }

    .echo-spons
    {
        margin-bottom:20px;
        padding:10px;
    }

    .echo-spons img
    {
        width:80px;
        margin:0 20px 0 0;
    }
    .echo-spons h2
    {
        font-size: 30px;
    }

    .home-next .echo-about
    {
        margin-top:0;
    }

    .echo-about .card
    {
        right: 0px;
        z-index: 0;
        box-shadow: none;
        margin-bottom:20px;
        padding:0;
    }

    .echo-about h3
    {
        font-size:25px;
    }

    #contact-text .contact-wrapper
    {
        border-radius: 0!important;
    }

    .site-info
    {
        margin-bottom:0!important;
    }

    .event-slide-mobile .event-item img
    {
        border-radius:100%;
    }
    .echo-inner-page .navbar-expand-lg .navbar-nav .nav-link
    {
        color:#ffffff!important;
    }
}

.echo-team h2::after
{
    content:'';
    height: 3px;
    width: 30%;
    background: #701955;
    position: absolute;
    top: 20px;
    right: 0;
}

.echo-team h2::before {
    content: '';
    height: 3px;
    width: 30%;
    background: #701955;
    position: absolute;
    top: 20px;
    left: 0;
}

.event-slide .event-item img
{
    border-radius:100%;
}

.event-slide .event-item .overlay-text
{
    border-radius:100%;
}

#event-up .event-item
{
    border-radius: 100%;
    border: 2px dashed #de1253;
    padding: 5px 
}


/******** CSS Card ****************/

.test-intro-desktop .card {
  /*position: relative;
  height: 300px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: 0.5s; */
  box-shadow:none;
  border:none;
}

.test-intro-desktop .card:nth-child(1) .box .content a {
  background: #2196f3;
}

.test-intro-desktop .card:nth-child(2) .box .content a {
  background: #e91e63;
}

.test-intro-desktop .card:nth-child(3) .box .content a {
  background: #23c186;
}

.test-intro-desktop .card .box {
  /*position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;*/
  transition: 0.5s;
  background: linear-gradient(45deg, #3d1347, #be2266);
  border-radius: 15px;
}

.test-intro-desktop .card .box:hover {
  transform: translateY(-50px);
}

.test-intro-desktop .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.test-intro-desktop .card .box .content {
  padding: 20px;
  text-align: center;
}

.test-intro-desktop .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.test-intro-desktop .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.test-intro-desktop .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.test-intro-desktop .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.test-intro-desktop .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/******** Mobile Card *********/

.test-intro-mobile .card {
  /*position: relative;
  min-width:350px;
  height: 300px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);*/
  border:none;
  transition: 0.5s;
  background:linear-gradient(45deg, #3d1347, #be2266);
}

.test-intro-mobile .card:nth-child(1) .box .content a {
  background: #2196f3;
}

.test-intro-mobile .card:nth-child(2) .box .content a {
  background: #e91e63;
}

.test-intro-mobile .card:nth-child(3) .box .content a {
  background: #23c186;
}

.test-intro-mobile .card .box {
  /*position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(45deg, #3d1347, #be2266);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;*/
  transition: 0.5s;
}

.test-intro-mobile .card .box:hover {
  transform: translateY(-50px);
}

.test-intro-mobile .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.test-intro-mobile .card .box .content {
  padding: 20px;
  text-align: center;
}

.test-intro-mobile .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.test-intro-mobile .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.test-intro-mobile .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.test-intro-mobile .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.test-intro-mobile .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}



.footer-menu ul li
{
    font-size:18px;
    margin-bottom: 10px;
}

.gal-img .grow img{
transition: 1s ease;
position: relative;
}

.gal-img .grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
z-index:1;
}

.typewriter h3 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, start),
    blink-caret .5s step-end;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 80% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  30% { border-color: orange }
}

