/* custom.css */
/*
Template Name: Pillarix - Multipurpose Website Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
-- Body
-- Custom Classes
-- Hero
-- Back To Top
-- Mobile View
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");



.z-me {
    z-index: 1000;
}

/* Body */
body {
    /* font-family    : 'Manrope', sans-serif; */
    font-size: 13px;
    overflow : hidden;
    overflow : hidden;
}

.bg-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/Hero/3.jpg);
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
}




&::after {
    margin-right: auto !important;
    margin-left : 0 !important;
}

/* Custom Classes */
.text-purple {
    color: #8b3dff !important;
}

.btn-theme {
    padding: 10px 25px !important;
}

.btn-purple {
    background-color: #8b3dff;
    color           : #ffffff;
    border          : 1px solid #8b3dff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-outline-purple:hover {
    background-color: #7634d9;
    color           : #ffffff;
    border          : 1px solid #6f31cc;
}

.btn-outline-purple {
    color : #6f31cc;
    border: 1px solid #6f31cc;
}

.bg-purple {
    background-color: #8b3dff;
}

.purple-tab .nav-link {
    color: #8b3dff;
}

.bg-opacity-purple {
    background: rgb(139 61 255 / 8%);
}

.ch-30 {
    height: 30px;
}

.fs-7 {
    font-size: 14px;
}

.small,
small {
    letter-spacing: 0.5px !important;
}

/* Hero */
.slide-background img {
    height: 500px;
}

.hero-section .hero-img-slide {
    min-width       : 2000px;
    height          : 100vh;
    background-image: linear-gradient(113deg, rgba(255, 255, 255, 1) 0%, rgba(147, 83, 255, 1) 31%, rgba(255, 255, 255, 1) 51%, rgba(147, 83, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

.hero-section .hero-img-slide .banner-img-1 {
    animation: 30s linear 0s infinite normal none running slideup;
    width    : 360px;
}

.hero-section .hero-img-slide .banner-img-2 {
    animation: 25s linear 0s infinite normal none running slideDown;
    width    : 360px;
}

/* .bvGVHZ {
    display         : block;
    flex-shrink     : 0;
    opacity         : 1;
    width           : 50px;
    height          : 50px;
    border-radius   : 50%;
    order           : 1;
    padding         : 5px;
    box-sizing      : border-box;
    cursor          : pointer;
    overflow        : hidden;
    box-shadow      : rgba(136, 136, 136, 0.4) 0px 1px 7px;
    transition      : 0.5s;
    position        : relative;
    z-index         : 200;
    text-decoration : none !important;
    background-color: rgb(77, 194, 71) !important;
    bottom          : 14px;
    left            : 16px;
    width: 20% !important; */

/* opacity: 0;
background-color: rgb(77, 194, 71) !important;
color:  rgb(77, 194, 71) !important;
transition : opacity 0.5s;
box-sizing : border-box;
position   : fixed !important;
z-index    : 16000160 !important;
direction  : ltr;
text-align : left;
display    : false;
align-items: false;
flex-direction: row-reverse; */
/* } */


@keyframes slideup {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideDown {
    0% {
        transform: translate3d(0, -100%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.sliding-wrapper .slide-background .slide {
    animation: 45s linear 0s infinite normal none running slide
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.down-arrow {
    animation: jumpInfinite 1.5s infinite;
}

.card-osahan-demo .card-img-top {
    border-radius: 18px 0 0 0 !important;
    border-right : 0px !important;
    border-bottom: 0px !important;
}

.card-osahan-demo {
    transition        : all .35s;
    -webkit-transition: all .35s;
    -moz-transition   : all .35s;
}

.card-osahan-demo:hover {
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.05);
    transform : translateY(-10px);
}

#mainNav .nav-link.active,
#mainNav .nav-link:hover {
    background-color: #000;
    color           : #fff;
}

/* Back To Top */
/* #back-to-top {
    display         : none;
    position        : fixed;
    bottom          : 20px;
    right           : 20px;
    box-shadow      : 0 10px 40px 0 rgba(47, 47, 47, .1) !important;
    background-color: #fff;
    width           : 50px;
    border-radius   : 100px;
    cursor          : pointer;
    height          : 50px;
    border          : 3px solid #ebebeb;
    text-transform  : uppercase;
    font-weight     : bold;
    font-size       : 14px;
    z-index         : 9999;
}

#back-to-top:hover {
    box-shadow      : 0 10px 40px 0 rgba(47, 47, 47, .1) !important;
    background-color: #2d2a3e;
    color           : #ffffff;
} */

/* Mobile View */
@media(max-width:576px) {}

@media(max-width:768px) {}

@media(max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%
    }

    nav#mainNav {
        display: none;
    }
}

.accordion-button {
    margin-right    : 0 !important;
    margin-left     : auto !important;
    background-color: #fff !important;
    border          : #000 !important;

}

.accordion-button::after {
    border-radius      : 0;
    margin-right       : 0 !important;
    margin-left        : auto !important;
    /* background-color: #000 !important; */
}

.accordion-button:focus {
    margin-right    : 0 !important;
    margin-left     : auto !important;
    color           : #000 !important;
    background-color: #fff !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color  : #fff !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

/* 
.navbar-toggler-icon {
    background-image: none !important;
    background-color: white !important;
    height          : 3px;
    width           : 25px;
    margin          : 10px 0;
    position        : relative;
    transition      : all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display         : block;
    background-color: white !important;
    color           : white !important;
    height          : 3px;
    content         : "";
    position        : relative;
    top             : -7px;
    transition      : all 0.15s ease-out;
    taken down to hide quicker
    transform-origin: center;
}
 

.navbar-toggler-icon::after {
    display         : block;
    background-color: white !important;
    height          : 3px;
    content         : "";
    position        : relative;
    top             : 4px;
    transition      : all 0.35s ease-out;
    transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    background-color: white !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
} 
     */
.navbar-toggler-icon::after {
    height: 0px !important;
}

.img-custom {

    background-position     : 100% 100% !important;
    background-size         : cover !important;
    filter                  : brightness(40%) !important;
    background-attachment   : fixed;
    /* object-fit           : cover; */
    object-position         : center center;
}

.w-head {
    width: 45% !important;
}

.w-img {
    width: 100% !important;

}

@media (min-width: 765px) {
    .w-img {
        width: 100% !important;
    }

    .w-img {
        width: 100% !important;

    }

    .w-head {
        width: 20% !important;
    }
}