@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* Loader */
.loader-body{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;

    text-align: center;
    align-content: center;

    transition: all 1s;
}



/* texts */

p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px !important;
}
h1{
    font-family: sans-serif !important;
    font-weight: 600;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}
h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}
h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}
h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}

.tix-description{
    font-family: 'monospace', sans-serif;
    font-weight: 400;
    margin: 0px !important;
    font-size: 14px;
}

.text-dark{
    color: #086375;
}


.primary-blue{
    color: #6ad3c6 !important;
}



/* icons */
.icon-lg{
    font-size: 6rem;
}



/* Links */
a.primary-blue{
    color: #6ad3c6 !important;
}

.nav-link{
    color: #6ad3c6 !important;
}

.nav-link-light{
    color: #ffffff !important;
}

/* backgrounds */
.primary-blue-bg{
    background-color: #6ad3c6;
}

.dark-blue-bg{
    background-color: #086375;
}

/* buttons */
.btn-primary-blue{
    background-color: #6ad3c6;
    color: white;
}
.btn-primary-blue:hover{
    background-color: #5ab8b0;
    color: white;

}
.btn-primary-blue:focus{
    background-color: #5ab8b0;
    color: white;
}
.btn-primary-blue:active{
    background-color: #5ab8b0;
    color: white;
}  

.btn-primary-blue:disabled{
    background-color: #5ab8b0;
    color: white;
}


/* cards */
.card{
    border-radius: 20px;
    overflow: hidden;

}

/* Mobile Styles */
@media (max-width: 768px) {
    .c-slide{
        height: 400px;
    }

    .card{
        width: 70vw !important;
    }
}
.navbar-brand {
    width: 10% ;
}
.navbar-brand img{
    width: 60% !important;
}
.centered-search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
.search-mobile{
    display: none;}





/* Mobile Styles */
@media (max-width: 997px) {
    .navbar-brand {
        width: 30% !important;
    }
    .navbar-brand img{
        width: 60% !important;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
    .nav-item {
        margin-right: 0px !important;
    }

    .centered-search {
        position: static;
        transform: none;
        margin: 10px auto;
        width: 100vw;
      }
    .search-desktop{
        display: none !important;
    }
    .search-mobile{
        display: block;
    }
}

