/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .navbar-brand,
.navbar .navbar-phone {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    outline: none;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
.portfolio-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.portfolio-img {
    position: relative;
}

.portfolio-cat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 24px;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-light);
    font-weight: normal;
    text-transform: uppercase;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--bs-primary);
}

.footer .copyright a:hover {
    color: var(--bs-light);
}

/*** Our Works ***/

.our-works {
    background: #ffffff;
}

.works-heading {
    max-width: 750px;
}

.works-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.works-heading p {
    font-size: 17px;
    color: #666666;
}






/* Video Card */
/*** Our Works ***/

.our-works {
    background: #ffffff;
}

.works-heading {
    max-width: 750px;
}

.works-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.works-heading p {
    font-size: 17px;
    color: #666;
}


/* Video Grid - Desktop 4 in one row */

.works-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}


/* Card */

.work-video-card {
    width: 100%;
    min-width: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.10);
    transition: transform .35s ease, box-shadow .35s ease;
}

.work-video-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}


/* YouTube Short */

.work-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #111;
    overflow: hidden;
}

.work-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 0;
}


/* Card Content */

.work-video-content {
    padding: 18px;
}

.work-video-content h5 {
    font-family: 'Anton', sans-serif;
}

.work-video-content p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}


/* Tablet - 2 Videos */

@media (max-width: 991.98px) {

    .works-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile - 1 Video */

@media (max-width: 575.98px) {

    .works-video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .work-video-card {
        max-width: 300px;
        margin: 0 auto;
    }

    .works-heading h1 {
        font-size: 36px;
    }

    .works-heading p {
        font-size: 15px;
    }
}
/* Our Works Heading Fix */

.our-works .works-heading {
    width: 100%;
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.our-works .works-heading h6,
.our-works .works-heading h1,
.our-works .works-heading p {
    width: 100%;
    text-align: center !important;
}






/*** Services Slider ***/

.services-section {
    background: #f7f8f9;
}


/* Heading */

.services-section .services-heading {
    width: 100%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.services-section .services-heading h6,
.services-section .services-heading h1,
.services-section .services-heading p {
    width: 100%;
    text-align: center !important;
}

.services-section .services-heading p {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #666666;
    font-size: 17px;
}


/* Service Card */

.service-slide-item {
    position: relative;
    height: 100%;
    background: #f7f4ee;
    margin: 12px 3px 30px;
    padding-top: 28px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid var(--bs-primary);
    transition: all .4s ease;
}
}

.service-slide-item:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


/* Service Icon */

.service-icon {
    width: 62px;
    height: 62px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #ffffff;
    font-size: 25px;
    transition: all .4s ease;
}

.service-slide-item:hover .service-icon {
    background: var(--bs-dark);
    transform: rotateY(360deg);
}


/* Service Text */

.service-card-content {
    padding: 0 20px 20px;
}

.service-card-content h3 {
    min-height: 58px;
    margin-bottom: 12px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
}

.service-card-content p {
    min-height: 96px;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


/* Service Image */

.service-card-image {
    position: relative;
    height: 165px;
    margin: 0 18px 18px;
    overflow: hidden;
    border-radius: 4px;
}

.service-card-image img {
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.22),
        transparent 60%
    );
    pointer-events: none;
}

.service-slide-item:hover .service-card-image img {
    transform: scale(1.07);
}


/* Owl Carousel Dots */

.services-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.services-carousel .owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #cccccc !important;
    transition: .3s;
}

.services-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary) !important;
}


/* Mobile */

@media (max-width: 767.98px) {

    .services-heading h1 {
        font-size: 36px;
    }

    .services-heading p {
        font-size: 15px;
    }

    .service-card-content h3 {
        min-height: auto;
    }

    .service-card-content p {
        min-height: auto;
    }

    .service-card-image {
        height: 190px;
    }
}



/* Service Image Hover Link */

.service-card-image {
    position: relative;
}

/* Dark Overlay */

.service-card-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: .35s ease;
    z-index: 1;
}


/* Arrow Button */

.service-image-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    border-radius: 50%;

    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;

    z-index: 3;
    transition: all .35s ease;
}

.service-image-link i {
    font-size: 20px;
}


/* Hover */

.service-slide-item:hover .service-card-image::before {
    opacity: 1;
}

.service-slide-item:hover .service-image-link {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/* Arrow Hover */

.service-image-link:hover {
    background: #ffffff;
    color: var(--bs-primary);
    transform: translate(-50%, -50%) scale(1.1) !important;
}





/*********************************
   PROJECT GALLERY
*********************************/

.project-gallery-section {
    background: #ffffff;
}


/* Heading */

.project-gallery-section .gallery-heading {
    width: 100%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.project-gallery-section .gallery-heading h6,
.project-gallery-section .gallery-heading h1,
.project-gallery-section .gallery-heading p {
    text-align: center !important;
}

.project-gallery-section .gallery-heading p {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #666666;
    font-size: 17px;
}


/* 4 Photos In One Row */

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}


/* Vertical Photo */

.project-gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    cursor: pointer;
    background: #eeeeee;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
	border-color: blue;
    border-style: outset;
    border-radius: 8px;
}


/* Photo */

.project-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}


/* Hover Overlay */

.gallery-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.40);

    opacity: 0;
    transition: .35s ease;
}


/* Zoom Icon */

.gallery-overlay i {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    border-radius: 50%;
    font-size: 19px;

    transform: scale(.5);
    transition: .35s ease;
}


/* Hover Effects */

.project-gallery-item:hover img {
    transform: scale(1.07);
}

.project-gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.project-gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}


/* Popup */

.project-image-modal .modal-content {
    position: relative;
    background: transparent;
    border: none;
}

.project-image-modal .modal-body {
    text-align: center;
}

.project-image-modal #projectModalImage {
    display: block;
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 85vh;

    margin: auto;
    object-fit: contain;
}

.gallery-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
    opacity: 1;
}


/* Tablet */

@media (max-width: 991.98px) {

    .project-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .project-gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-gallery-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .project-gallery-section .gallery-heading h1 {
        font-size: 36px;
    }

}



/*********************************
   WHY CHOOSE US
*********************************/

.why-choose-section {
    background: #f7f4ee;
}


/* Heading */

.why-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.why-heading h1 {
    line-height: 1.15;
}

.why-heading p {
    max-width: 700px;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}


/* Feature Card */

.why-card {
    position: relative;
    height: 100%;
    display: flex;
    gap: 18px;

    padding: 25px 20px;

    background: #ffffff;

    border-left: 4px solid var(--bs-primary);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);

    transition: all .35s ease;
}


/* Card Hover */

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.13);
}


/* Icon */

.why-icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    font-size: 21px;

    transition: .35s ease;
}

.why-card:hover .why-icon {
    background: var(--bs-dark);
}


/* Text */

.why-content h4 {
    margin-bottom: 8px;

    font-family: 'Anton', sans-serif;
    text-transform: uppercase;

    font-size: 18px;
}

.why-content p {
    margin-bottom: 0;

    color: #777777;

    font-size: 14px;
    line-height: 1.6;
}


/* Right Image */

.why-image {
    position: relative;

    width: 100%;
    height: 600px;

    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
}

.why-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}

.why-image:hover img {
    transform: scale(1.05);
}


/* Quality Box */

.why-experience {
    position: absolute;

    left: 0;
    bottom: 0;

    min-width: 210px;

    padding: 22px 25px;

    background: var(--bs-primary);
    color: #ffffff;
}

.experience-number {
    display: block;

    font-family: 'Anton', sans-serif;

    font-size: 32px;

    text-transform: uppercase;
    line-height: 1.1;
}

.experience-text {
    display: block;

    margin-top: 5px;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* Tablet */

@media (max-width: 991.98px) {

    .why-image {
        height: 500px;
        max-width: 650px;
        margin: auto;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .why-heading h1 {
        font-size: 36px;
    }

    .why-heading p {
        font-size: 15px;
    }

    .why-card {
        padding: 22px 18px;
    }

    .why-image {
        height: 420px;
    }

    .why-experience {
        min-width: 180px;
        padding: 18px 20px;
    }

    .experience-number {
        font-size: 27px;
    }

}




/*********************************
   FREE CONSULTATION
*********************************/

.consultation-section {
    background: #ffffff;
}


/* Main Box */

.consultation-wrapper {
    overflow: hidden;

    background: #f7f4ee;

    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.10);
}


/* Left Image */

.consultation-image {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 620px;

    overflow: hidden;
}

.consultation-image > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.consultation-image:hover > img {
    transform: scale(1.05);
}


/* Image Dark Layer */

.consultation-image-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .72) 0%,
        rgba(0, 0, 0, .15) 60%,
        rgba(0, 0, 0, .05) 100%
    );
}


/* Contact Box */

.consultation-contact {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 22px;

    background: var(--bs-primary);
    color: #ffffff;
}


/* Phone Icon */

.consultation-contact-icon {
    width: 60px;
    height: 60px;

    min-width: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: var(--bs-primary);

    font-size: 22px;
}


/* Contact Text */

.consultation-contact span {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.consultation-contact h3 {
    margin-bottom: 3px;

    color: #ffffff;

    font-family: 'Anton', sans-serif;

    text-transform: uppercase;

    font-size: 21px;
}

.consultation-contact a {
    color: #ffffff;

    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
}


/* Right Form Area */

.consultation-form-area {
    height: 100%;

    padding: 55px;
}


/* Heading */

.consultation-heading {
    margin-bottom: 35px;
}

.consultation-heading h6 {
    font-family: 'Anton', sans-serif;

    letter-spacing: 1px;
}

.consultation-heading h1 {
    line-height: 1.15;
}

.consultation-heading p {
    max-width: 680px;

    margin-bottom: 0;

    color: #666666;

    line-height: 1.8;
}


/* Inputs */

.consultation-input {
    border: 1px solid #dddddd;

    border-radius: 0;

    background: #ffffff;
}

.consultation-input:focus {
    border-color: var(--bs-primary);

    box-shadow: 0 0 0 2px rgba(255, 102, 0, .08);
}


/* Message */

.consultation-message {
    height: 130px !important;

    resize: none;
}


/* Button */

.consultation-btn {
    padding: 16px 30px;

    border-radius: 0;

    font-size: 15px;

    letter-spacing: .5px;
}


/* Tablet */

@media (max-width: 991.98px) {

    .consultation-image {
        min-height: 500px;
    }

    .consultation-form-area {
        padding: 45px 35px;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .consultation-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .consultation-image {
        min-height: 420px;
    }

    .consultation-contact {
        left: 15px;
        right: 15px;
        bottom: 15px;

        padding: 15px;

        gap: 12px;
    }

    .consultation-contact-icon {
        width: 50px;
        height: 50px;

        min-width: 50px;

        font-size: 18px;
    }

    .consultation-contact h3 {
        font-size: 18px;
    }

    .consultation-contact a {
        font-size: 15px;
    }

    .consultation-form-area {
        padding: 35px 20px;
    }

    .consultation-heading h1 {
        font-size: 34px;
    }

    .consultation-heading p {
        font-size: 15px;
    }

    .consultation-btn {
        width: 100%;
    }

}


/* Our Works Local Videos */

.work-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #000000;
}

.work-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}