/*
Light Purple: #CB6CE6
Primary Purple: #8C52FF
Green: #44B61B
*/

body {
    margin: 0;
    padding: 0;
}

/* HERO */

.hero-wrapper {
    position: relative;
}

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-custom .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    margin: 0 10px;
}

.navbar-custom a.nav-link:hover
{
    color: #61269A !important;
}

.navbar-custom .navbar-brand {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
}

.slider-img {
    height: 100vh;
    object-fit: cover;
}

.icon
{
    text-align: center;
}

.icon p{
    font-weight: bold;
    font-size: 40px;
}

.w50
{
    float: left;
    width: 48%;
    margin: 1%;
}

.submit-area 
{
    margin: 1%;
}

.clients div img {
    padding: 25px;
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 25px;
}

.submit-area  button{
    background: #61269A;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
}

.error-handling-messages
{
    display: none;
}

.fullwidth
{
    width: 98%;
    margin: 0 1%;
}

.about_us
{
    background: url(../images/about_us.jpg);
    height:450px;
    background-size: 100%;
}

.page_banner
{
    padding-top: 200px;
    color: #fff;
}

.fullwidth textarea
{
    height: 250px;
}

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .01);
    z-index: 1;
}

.custom-caption {
    position: absolute;
    z-index: 2;
    left: 10%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    bottom: auto;
}

.custom-caption h5 {
    color: #f7c600;
    font-size: 20px;
    font-weight: 600;
}

.custom-caption h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.custom-caption p {
    max-width: 600px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.card {
    transition: all .3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-10px);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-title {
    font-weight: 700;
}

.card-text {
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.badge {
    padding: 8px 12px;
    font-size: 12px;
    letter-spacing: 1px;
}

.about-section {
    padding: 100px 0;
}

.about-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0;
}

.about-title span {
    color: #61269A;
}

.section-tag {
    color: #61269A;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.info-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}

.info-card h5 {
    color: #61269A;
    font-weight: 700;
}

.about-image-wrapper {
    position: relative;
}

.experience-box {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #61269A;
    color: #fff;
    padding: 25px 35px;
    border-radius: 20px;
    text-align: center;
}

.experience-box h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 800;
}

.experience-box span {
    font-size: 14px;
    text-transform: uppercase;
}

.bg-color1 {
    background: #CB6CE6;
}

.bg-color2 {
    background: #8C52FF;
}

.bg-color3 {
    background: #44B61B;
}

.btn-color1 {
    background: #CB6CE6;
    color: #fff;
}

.btn-color2 {
    background: #8C52FF;
    color: #fff;
}

.btn-color3 {
    background: #44B61B;
    color: #fff;
}

.hr1 {
    width: 60px;
    margin: auto;
    margin-bottom: 5px;
    background: #61269A;
    opacity: 1;
    height: 1px;
}

.hr2 {
    width: 30px;
    margin: auto;
    height: 1px;
    background: #61269A;
    opacity: 1;
    margin-bottom: 10px;
}

.footer_clients ul {
    list-style: none;
    padding: 0;
}

.footer_clients ul li {
    float: left;
}

.footer_clients ul li img {
    width: 23%;
    margin-bottom: 4px;
}

.clients marquee img {
    border:1px solid #ccc;
    margin-right: 5px;;
}

.vibe-footer {
    padding: 30px 0;
}

h .quick_links {
    padding-left: 20px;
    margin: 0;
}

.quick_links li {
    list-style: square;
}

.quick_links li a {
    color: #000;
    text-decoration: none;
}

.vibe-footer span {
    float: left;
}

.gallery img
{
width:250px;      /* your thumbnail width */
    height:180px;     /* your thumbnail height */
    object-fit:cover; /* crops nicely */
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	margin:0 5px 15px 0;
}
.our_gallery h2
{
	height:auto;
	margin:20px 0;
}

 .footer1 {
    display: block;
    overflow: hidden;
}

.brand_name {
    font-size: 27px;
    padding-left: 10px;
}

.footer1 img {
    float: left;
}

.social-icons {
    display: inline-block;
}

.social-icons a img {
    width: 35px;
}



@media(max-width:768px) {

    .slider-img {
        height: 80vh;
    }

    .custom-caption {
        left: 5%;
        right: 5%;
    }

    .custom-caption h1 {
        font-size: 40px;
    }

    .custom-caption p {
        font-size: 16px;
    }

    .navbar-custom {
        background: #000 !important;
    }
}