﻿/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section#hero {
    padding: 0 !important;
}

.hero {
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        position: relative;
    }

@media(max-width: 767px) {
    .hero img {
        height: auto !important;
        object-fit: cover !important;
    }

    .hero .carousel {
        min-height: 24vh !important;
    }
}

@media(min-width: 768px) and (max-width: 2000px) {
    .hero .carousel {
        min-height: 70vh;
    }
}



.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .hero .carousel-item:before {
        content: "";
        /* background: color-mix(in srgb, var(--background-color), transparent 30%);*/
        position: absolute;
        inset: 0;
        z-index: 2;
    }

.hero .carousel-container {
    position: absolute;
    inset: 90px 64px 64px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}

.hero .content {
    position: absolute;
    width: 400px;
    right: 0px;
    top: 70px;
    align-content: center;
    padding: 0px;
    z-index: 3;
}

.hero h2 {
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 500;
    animation: fadeInDown 1s both;
}

.hero p {
    animation: fadeInDown 1s both 0.2s;
    font-size: 18px;
    font-family: var(--default-font);
    font-weight: 300;
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 22px;
    }

    .hero p {
        font-size: 18px;
    }
}



@media (min-width: 1024px) {

    .hero h2,
    .hero p {
        max-width: 80%;
    }
}

.hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--default-font);
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    padding: 12px 15px;
    transition: 0.5s;
    margin: 0px;
    animation: fadeInUp 1s both 0.4s;
    border: 1px solid var(--accent-color);
}

    .hero .btn-get-started:hover {
        background: var(--contrast-color);
        color: var(--accent-color)
    }

.hero .carousel-control-prev,
.hero .carousel-control-next {
    width: 10%;
    transition: 0.3s;
    opacity: 0.5;
}

    .hero .carousel-control-prev:focus,
    .hero .carousel-control-next:focus {
        opacity: 0.5;
    }

    .hero .carousel-control-prev:hover,
    .hero .carousel-control-next:hover {
        opacity: 0.9;
    }

@media (min-width: 1024px) {

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        width: 5%;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

.hero .carousel-indicators {
    list-style: none;
}

    .hero .carousel-indicators li {
        cursor: pointer;
    }

.carousel-content-width {
    float: right;
    text-align: left;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services {
    padding: 30px 0;
    margin-bottom: 170px;
}

    .featured-services section, .section {
        overflow: visible;
    }

    .featured-services .member .member-info {
        text-align: center;
    }

    .featured-services .member .overlay-content {
        position: absolute;
        bottom: -170px;
        background: #fff;
    }

    /*@media (min-width: 1024px) {

}*/

    .featured-services .member .service-item {
        padding: 50px 30px;
        transition: all ease-in-out 0.4s;
        height: 100%;
    }

        .featured-services .member .service-item img {
            position: relative;
            margin-bottom: 10px;
            width: 100px;
            text-align: center;
        }

        /*.featured-services .service-item .icon i {
color: var(--accent-color);
font-size: 36px;
transition: 0.3s;
}*/

        .featured-services .member .service-item h4 {
            font-weight: 500;
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 23px;
        }

        .featured-services .member .service-item a {
            padding-top: 15px;
            color: var(--accent-color);
            transition: ease-in-out 0.3s;
            font-weight: 600;
            font-size: 17px;
            font-family: 'Poppins';
        }

        .featured-services .member .service-item p {
            padding: 5px 12px;
            line-height: 24px;
            font-size: 16px;
            margin-bottom: 0;
        }

        .featured-services .member .service-item:hover {
            transform: translateY(-10px);
        }

            .featured-services .member .service-item:hover h4 a {
                color: var(--accent-color);
            }

@media (max-width: 1500px) {
    .featured-services .member .service-item {
        padding: 50px 0px;
    }

        .featured-services .member .service-item p {
            font-size: 15px;
        }
}

.btn-primary:hover {
    background: #fff !important;
    color: #172959 !important;
    border-color: #172959;
}

@media (max-width: 575px) {

    .featured-services .member .overlay-content {
        position: relative;
        bottom: 0;
    }

    .featured-services {
        margin-bottom: 5px;
    }
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
    font-size: 10rem;
    line-height: 1;
    font-weight: 500;
    font-family: 'A Auto Signature';
    color: #d8dce7;
    margin-bottom: -2pc;
}

.about.section .bg-light {
    background: #dde1ec !important;
}

.about .content {
    text-align: center;
}

.about .contentinfo {
    padding: 0px 70px 30px 70px;
}

    .about .contentinfo h4 {
        font-size: 35px;
    }

    .about .contentinfo p {
        font-size: 18px;
    }

    .about .contentinfo .btn-primary {
        padding: 12px 15px;
        text-transform: uppercase;
        font-size: 17px;
    }

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 10px 0 0 0;
        display: flex;
    }

    .about .content ul i {
        color: var(--accent-color);
        margin-right: 0.5rem;
        line-height: 1.2;
        font-size: 1.25rem;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}

.about .nopadding-r {
    padding-right: 0;
}

.about .nopadding-l {
    padding-left: 0;
}

@media (max-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95% !important;
    }

    .about .contentinfo {
        padding: 0px 40px 30px 40px;
    }

        .about .contentinfo p {
            font-size: 16px;
        }
}

@media (max-width: 980px) {
    .about .content h3 {
        font-size: 5rem;
    }
}


@media (max-width: 575px) {
    .about .content h3 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .about .contentinfo {
        padding: 0px 5px 10px 5px;
    }

        .about .contentinfo h4 {
            font-size: 25px;
        }

        .about .contentinfo p {
            font-size: 17px;
        }

        .about .contentinfo .btn-primary {
            padding: 7px 7px;
            text-transform: uppercase;
            font-size: 17px;
        }
}
/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .card {
    background-color: var(--surface-color);
    color: var(--default-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding: 40px;
    margin: -1px;
    border-radius: 0;
}

    .why-us .card span {
        display: block;
        font-size: 24px;
        font-weight: 400;
        color: var(--accent-color);
    }

    .why-us .card h4 {
        color: color-mix(in srgb, var(--heading-color), transparent 20%);
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 20px 0;
    }

    .why-us .card p {
        color: color-mix(in srgb, var(--default-color), transparent 40%);
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}


.services .section-title p {
    padding: 2px 150px;
    font-family: Roboto, sans-serif;
}

.services .service-item .icon {
    font-size: 32px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}

.services .service-item h3 a {
    color: color-mix(in srgb, var(--heading-color), transparent 25%);
    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
}

.services .service-item p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: 0.3s;
}

.services .service-item.item-cyan .icon {
    color: #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-orange .icon {
    color: #fd7e14;
    background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-teal .icon {
    color: #20c997;
    background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-red .icon {
    color: #df1529;
    background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-indigo .icon {
    color: #6610f2;
    background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-pink .icon {
    color: #f3268c;
    background: rgba(243, 38, 140, 0.1);
}

.services .service-item:hover {
    transform: scale(1.06);
}

    .services .service-item:hover h3 a {
        color: var(--heading-color);
    }

    .services .service-item:hover p {
        color: color-mix(in srgb, var(--default-color), transparent 10%);
    }

.services .btn-primary {
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

@media (max-width: 1000px) {
    .services .section-title p {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .services .section-title p {
        padding: 10px;
    }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    padding: 120px 0;
    position: relative;
    clip-path: inset(0);
}

    .call-to-action .container {
        position: relative;
        z-index: 3;
    }

    .call-to-action h3 {
        color: var(--default-color);
        font-size: 28px;
        font-weight: 700;
    }

    .call-to-action p {
        color: var(--default-color);
    }

    .call-to-action .cta-btn {
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid var(--contrast-color);
        color: var(--contrast-color);
    }

        .call-to-action .cta-btn:hover {
            background: var(--accent-color);
            border: 2px solid var(--accent-color);
        }

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/


#portfolio .portfolio-filters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    #portfolio .portfolio-filters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
    }

        #portfolio .portfolio-filters li:hover,
        #portfolio .portfolio-filters li.filter-active {
            color: var(--accent-color);
        }

        #portfolio .portfolio-filters li:first-child {
            margin-left: 0;
        }

        #portfolio .portfolio-filters li:last-child {
            margin-right: 0;
        }


#portfolio .portfolio-content {
    /*background-color: var(--surface-color);*/
    /*box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);*/
    height: 100%;
    overflow: hidden;
}

    #portfolio .portfolio-content img {
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

    #portfolio .portfolio-content .portfolio-info {
        text-align: center !important;
        position: relative;
        z-index: 2;
    }

        #portfolio .portfolio-content .portfolio-info h4 {
            font-size: 26px;
            font-weight: 500;
            font-family: var(--heading-font);
        }

        #portfolio .portfolio-content .portfolio-info a {
            color: var(--accent-color);
            transition: 0.3s;
            font-weight: 600 !important;
            font-family: 'Poppins' !important;
            text-decoration: underline !important;
        }

            #portfolio .portfolio-content .portfolio-info a:hover {
                color: var(--heading-color);
            }

        #portfolio .portfolio-content .portfolio-info p {
            color: color-mix(in srgb, var(--default-color), transparent 30%);
            font-size: 14px;
            margin-bottom: 0;
            padding-right: 50px;
        }

    #portfolio .portfolio-content:hover img {
        transform: scale(1.05);
    }

@media (max-width: 575px) {
    #portfolio .portfolio-filters li {
        font-size: 14px;
        margin: 0 5px;
    }

    #portfolio .portfolio-content .portfolio-info h4 {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/

.products {
}

    .products p {
        font-size: 18px;
    }


    .products h4 {
        padding-top: 2px;
        color: var(--accent-color);
        font-family: Roboto, sans-serif;
    }

    .products .btn-primary {
        background-color: var(--accent-color);
        border: 1px solid var(--accent-color);
        border-radius: 0;
        padding: 12px 15px;
        text-transform: uppercase;
        font-size: 17px;
    }

    .products .swiper-wrapper {
        margin-bottom: 45px;
    }

@media (max-width: 575px) {
    .products .btn-primary {
        padding: 7px 7px;
        font-size: 17px;
    }
}
/*--------------------------------------------------------------
# Google Review
--------------------------------------------------------------*/
.gwidget {
}

.greviewblock {
    position: relative;
    margin-top: -40px;
}

.gwidget .btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #040349;
}

    .gwidget .btn-get-started:hover {
        background: #e6e6fa;
        color: #000;
    }

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter input {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    background: none;
    border-radius: 0
}


    .newsletter input:hover,
    .newsletter input:focus {
        border: 0
    }

.newsletter .input-group-text {
    border: 0
}
