.about-img,
.project-item,
.team-item {
    overflow: hidden;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 0.8s ease-out, visibility linear;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.btn {
    font-family: Poppins;
    font-size: 15px;
    transition: 0.5s;
}

    .btn.btn-primary {
        background-color: #e30613;
        color: #fff;
    }

        .btn.btn-primary:hover {
            color: #fff !important;
        }

    .btn.btn-dark:hover {
        background-color: #e30613;
        color: #fff;
        transition: 0.8s;
    }

.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
}

    .search-btn .form-group {
        width: 100%;
    }

    .search-btn button {
        position: absolute;
        right: 25px;
    }

@media (max-width: 992px) {
    .search-btn {
        display: none;
    }

    .navbar .navbar-brand img {
        width: 30%;
    }
}

@media (max-width: 576px) {
    #aboutImage {
        height: 300px !important;
    }

    .navbar .navbar-brand img {
        width: 30%;
    }

    .swiperbanner {
        height: 280px;
    }

    #logoText {
        display: none;
    }
}

.navbar .navbar-nav {
    padding: 15px 0;
}

    .navbar .navbar-nav .nav-link {
        padding: 15px;
        color: #b5b5b5;
        font-weight: 600;
        outline: 0;
        transition: 0.5s;
        font-family: "Poppins";
        /*        font-size: 19px;*/
    }

        .navbar .navbar-nav .nav-link:hover {
            transition: 0.5s;
            color: #e30613;
        }

        .navbar .navbar-nav .nav-link.active {
            transition: 0.5s;
            color: white;
        }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .navbar-brand img {
        width: 30%;
    }
}

.dropdown .dropdown-menu a.active,
.dropdown .dropdown-menu a:hover {
    background: var(--bs-dark);
    color: #e30613;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
}

.navbar-toggler {
    color: var(--bs-light) !important;
    padding: 5px 12px;
    border: 2px solid #000 !important;
}

.carousel-item {
    position: relative;
    height: 1000px;
}

    .carousel-item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
    height: 60px;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    opacity: 1;
}

#caption,
#myDiv,
.css-toggle,
.experiences,
.services-item i,
.swiper-slide {
    text-align: center;
}

.carousel-control-prev {
    width: 80px;
    left: 0;
    border-radius: 0 30px 30px 0;
}

.css-toggle {
    color: #fff;
    background-color: #06f;
    width: 35%;
    padding: 1%;
    display: inline-block;
}

    .css-toggle:hover span {
        display: block;
    }

    .css-toggle span {
        display: none;
        font-size: 18;
        padding-top: 30px;
        color: #000;
    }

.footer,
.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, 0.7);
}

.carousel-control-next {
    width: 80px;
    right: 0;
    border-radius: 30px 0 0 30px;
}

#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid #e30613;
    border-radius: 24px;
    margin: 0 10px 30px;
}

    #carouselId .carousel-indicators li.active {
        background: #e30613 !important;
    }

@media (max-width: 768px) {
    .topbar,
    .topbar-info {
        flex-direction: column;
    }

    .carousel-control-next,
    .carousel-control-prev,
    .search-btn {
        display: none;
    }

    .topbar-info a {
        padding: 0 0 10px;
    }

    .carousel-item {
        width: 100%;
        height: 400px;
    }

        .carousel-item img {
            height: 400px;
        }
}

.page-header {
    background-size: cover;
    margin-bottom: 6rem;
}

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
}

.rotate-left,
.rotate-right {
    width: 150px;
    height: 100px;
    top: 28%;
    z-index: 2;
}

.about-img::before,
.project-item::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.about-img::after,
.project-item::after {
    content: "";
    width: 100%;
    height: 60%;
    background: #e30613;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.rotate-left {
    position: absolute;
    left: -10%;
    rotate: 25deg;
}

.rotate-right {
    position: absolute;
    right: -10%;
    rotate: -25deg;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px;
    border-radius: 10px;
    z-index: 3;
    animation: 5s ease-in-out infinite mymove;
}

@keyframes mymove {
    from {
        top: -202px;
    }

    to {
        top: 102%;
    }
}

.services-inner-icon {
    width: 130px;
    height: 130px;
    background: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
}

    .services-inner-icon::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-radius: 62px;
        top: 50%;
        left: 50%;
        transition: 0.5s;
    }

.services-item:hover .services-inner-icon::after {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background: #e30613;
    color: var(--bs-dark);
}

.services-item i {
    transition: 0.5s;
}

.services-item:hover i {
    color: var(--bs-dark) !important;
    z-index: 1;
    rotate: 360deg;
}

.copyright .copyright-btn,
.services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
}

.project-left,
.project-right {
    width: 180px;
    height: 70px;
    top: 22%;
    z-index: 2;
}

.project-left {
    position: absolute;
    left: -18%;
    rotate: 30deg;
}

.project-right {
    position: absolute;
    right: -18%;
    rotate: -30deg;
}

.blog-carousel,
.project-item img,
.team-item,
.testimonial-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.project-item img {
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #e30613;
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px;
    color: #fff;
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 0.5s;
}

    .blog-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover,
    .testimonial-carousel .owl-nav .owl-prev:hover {
        box-shadow: inset 200px 0 0 0 var(--bs-dark);
        color: #fff !important;
    }

.blog-carousel .owl-next,
.blog-carousel .owl-prev {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #e30613;
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px;
    color: #fff;
    box-shadow: inset 0 0 0 0 #000;
    transition: 0.5s;
}

    .blog-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 200px 0 0 0 #000;
        color: #fff !important;
    }

.contact-link a h5,
.contact-link a i,
.contact-link a.h5,
.pricing-item {
    transition: 0.5s;
}

    .pricing-item:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        margin: -20px 0 20px;
    }

.pricing-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: 0.5s;
}

.pricing-item:hover .pricing-label {
    border-color: rgba(0, 0, 0, 0.5);
}

    .pricing-item:hover .pricing-label.pricing-featured {
        border-color: rgba(255, 255, 255, 0.5);
    }

.call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) 0 0 / cover, url(../img/carousel-1.jpg) center center/cover no-repeat;
}

.team-item .team-icon {
    position: absolute;
    top: 15px;
    right: -80px;
    rotate: -30deg;
    transition: 0.5s;
    visibility: hidden;
}

.team-item:hover .team-icon {
    visibility: visible;
    margin-right: 95px;
    rotate: 0deg;
}

.team-item .team-icon .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 1s;
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 var(--bs-dark);
    color: #fff !important;
}

.testimonial-content {
    background: var(--bs-light);
    z-index: 1;
}

    .testimonial-content::before {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50px;
        bottom: -15px;
        rotate: 45deg;
        z-index: -5;
        background: var(--bs-light);
    }

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

    .testimonial-carousel .owl-nav .owl-next,
    .testimonial-carousel .owl-nav .owl-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 60px;
        height: 40px;
        background: #e30613;
        color: #fff;
        font-size: 22px;
        top: 14%;
        left: 0;
        border-radius: 30px 0 0 30px;
        box-shadow: inset 0 0 0 0 var(--bs-dark);
        transition: 0.5s;
    }

    .testimonial-carousel .owl-nav .owl-next {
        left: auto;
        right: 0;
        border-radius: 0 30px 30px 0;
    }

    .testimonial-carousel .owl-dots {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
        background: var(--bs-secondary);
        border-radius: 15px;
        transition: 0.5s;
    }

        .testimonial-carousel .owl-dot.active {
            width: 30px;
            background: #e30613;
        }

.contact-link a h5:hover,
.contact-link a i:hover,
.contact-link a.h5:hover {
    color: #e30613 !important;
}

.footer {
    background-size: cover;
}

.copyright .copyright-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productClass:hover {
    border-color: #000;
}

.portfolio-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(60, 55, 55, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.portfolio-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    height: 100%;
    transform: translateY(-40%);
    text-align: center;
    padding: 20px;
    transition: inherit;
}

#myImg,
.close {
    transition: 0.3s;
}

.portfolio-content a {
    display: block;
    transition: 0.2s;
    height: 100%;
    margin: auto;
}

    .portfolio-content a i {
        font-size: 30px;
        color: #fff;
        padding-top: 40% !important;
    }

    .portfolio-content a:hover {
        opacity: 0.8;
    }

.portfolio-item {
    position: relative;
    padding: 0;
}

    .portfolio-item:hover .portfolio-hover {
        visibility: visible;
        opacity: 1;
    }

    .portfolio-item:hover .portfolio-content {
        transform: translateY(-50%);
    }

.swiper {
    width: 100%;
}

.swiper-slide {
    height: 843px;
    line-height: 300px;
}

.buttonClass {
    background-color: #e30613;
    color: #fff;
    padding: 20px;
}

    .buttonClass:hover {
        background-color: #000;
        color: #fff;
    }

.parallax {
    border-bottom: 3px solid #e2060a;
    min-height: 828px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
}

    #myImg:hover {
        opacity: 0.7;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 15px;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#loader,
.close {
    position: absolute;
}

#caption,
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
}

.modal-content {
    max-width: 67%;
}

#caption {
    max-width: 700px;
    color: #ccc;
    padding: 10px 0;
}

#caption,
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.close {
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
}

    .close:focus,
    .close:hover {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
        top: 40%;
    }
}

#loader {
    left: 50%;
    top: 50%;
    z-index: -2;
    width: 180px;
    height: 120px;
    margin: -90px 0 0 -90px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#myDiv {
    display: none;
}

@font-face {
    font-family: CustomFont;
    src: url('../../site/Poppins-Regular.ttf');
}

@font-face {
    font-family: CustomFont2;
    src: url('../../site/Poppins-Bold.ttf');
}

#sectionHeader {
    
}

#footerHeader {
    
}

p {
    font-family: "Poppins";
}