@import "../css/icons/tabler-icons/tabler-icons.css";
/********** Template CSS **********/
@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('../Fonts/TrajanPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('../Fonts/TrajanPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --primary: #EAA636;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    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-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    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;
}




/*** hero ***/
.hero-section {
    position: relative;
    height: 100vh;
    color: #fff;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../Images/Background/hero-img.jpg') center center/cover no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-subtitle {
    color: #EAA636;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'TrajanPro-Regular';
}

.hero-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;

}

.hero-title span {
    color: #EAA636;
    letter-spacing: 4px;
    font-size: 3rem;
}

.hero-desc {
    margin-top: 20px;
    max-width: 500px;
    color: #fff;
    font-family: 'TrajanPro-Regular';
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.hero-buttons .btn {
    background: #EAA636;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    margin-right: 20px;
}

.hero-play {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.play-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.hero-stats {
    position: relative;
    bottom: 100px;
    width: 100%;
    z-index: 3;
}

.hero-stats h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.hero-stats p {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
.hero-stats .col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-stats h3::after {
    content: "+";
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Facts ***/
.fact-item {
    transition: .3s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
/* ABOUT SECTION */
.about-section {
    padding: 100px 0;
    background: #fff;
}

/* IMAGE */
.about-image {
    position: relative;
    max-width: 450px;
}

.about-image img {
    width: 100%;
    display: block;
    z-index: 305;
    position:relative;
}

/* dotted decoration (left side) */
.about-image::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#838383 1px, transparent 1px);
    background-size: 10px 10px;
    z-index: 1;

    animation: moving 10s ease-in-out infinite;
}
.about-image::after {
    content: "";
    position: absolute;
    left: -40px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#838383 1px, transparent 1px);
    background-size: 10px 10px;
    z-index: 1;

    animation: moving2 10s ease-in-out infinite;
}

@keyframes moving {
    0%   { left: -40px; top: 400px; }
    25%  { left: 400px; top: 400px; }
    50%  { left: -40px; top: 400px; }
    75%  { left: 400px; top: 400px; }
    100% { left: -40px; top: 400px; }
}
@keyframes moving2 {
    100% { left: 400px; top: -50px; }
    75% { left: -40px; top: -50px;}
    50% { left: 400px; top: -50px; }
    25% { left: -40px; top: -50px; }
    0% { left: 400px; top: -50px; }
}

@media (max-width: 991px) {
    .about-image::before, .about-image::after{
        animation:none;
    }
    .about-image::after{
        left: -40px; 
        top: 400px; 
    }
}

/* signature */
.about-signature {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 2rem;
    z-index: 310;
    font-family: 'TrajanPro-Bold';
}

/* CONTENT */
.about-subtitle {
    color: #EAA636;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'TrajanPro-Regular';
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: 'TrajanPro-Regular';
}

.about-title span {
    color: #EAA636;
}

/* description */
.about-desc {
    margin: 20px 0;
    color: #000000;
    max-width: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    word-spacing: 5px;
}

/* list */
.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.about-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

/* icon */
.about-list li i {
    position: absolute;
    left: 0;
    right: 10px;
    color: #EAA636;
}

/* button */
.about-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
    border:1px solid #000;
}

.about-btn:hover {
    background: transparent;
    border:1px solid #EAA636;
    color: #EAA636;
    border-radius: 10px;
}

/*** Service ***/
.service-item,
.service-item * {
    transition: .3s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary) !important;
}

.service-item:hover * {
    color: var(--light);
}

.service-item .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-overlay {
    opacity: 1;
}


/*** Portfolio ***/
/* SECTION */
.portfolio-section {
    background: #0b0b0b;
    padding: 100px 0;
    color: #fff;
}

/* TITLE */
.portfolio-subtitle {
    color: #EAA636;
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: 'TrajanPro-Regular';
    font-weight: 600;
}

.portfolio-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'TrajanPro-Bold';
}

/* FILTER BUTTONS */
.portfolio-filters {
    margin-bottom: 40px;
}

.portfolio-filters button {
    background: transparent;
    border: none;
    color: #aaa;
    margin: 0 10px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 8px 15px;
    transition: 0.3s;
}

.portfolio-filters button.active,
.portfolio-filters button:hover {
    background: #EAA636;
    color: #fff;
}

/* GRID */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

/* IMAGE */
.portfolio-item {
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

/* HOVER ZOOM */
.portfolio-item:hover img {
    transform: scale(1.1);
}

/* BUTTON */
.portfolio-btn {
    display: inline-block;
    margin-top: 40px;
    background: #EAA636;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 14px;
}

/* RESPONSIVE */
@media(max-width: 991px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*** Project ***/
.project-item {
    position: relative;
}

.project-item .project-title {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.project-item:hover .project-title {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Team ***/
.team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: transparent transparent #FFFFFF transparent;      
}

@media (min-width: 576px) {
    .flex-sm-row .team-img::after,
    .flex-lg-row-reverse .team-img::after {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        border-color: transparent #FFFFFF transparent transparent;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .flex-sm-row-reverse .team-img::after {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #FFFFFF;
    }
}

@media (min-width: 992px) {
    .flex-lg-row-reverse .team-img::after,
    .flex-sm-row-reverse .team-img::after {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
        border-color: transparent transparent transparent #FFFFFF;
    }

    .flex-sm-row-reverse.flex-lg-row .team-img::after {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        border-color: transparent #FFFFFF transparent transparent;
    }
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** CTA ***/

/* CTA SECTION */
.cta-section {
    background: #0b0b0b;
    padding: 80px 0;
}

/* TEXT */
.cta-subtitle {
    color: #EAA636;
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'TrajanPro-Bold';
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'TrajanPro-Bold';
    color:#fff;
}

.cta-desc {
    color: #fff;
    max-width: 500px;
    margin-bottom: 25px;
}

/* CONTACT INFO */
.cta-info p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 0.8rem;
}

.cta-info i {
    color: #EAA636;
    margin-right: 10px;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 1rem;
    border: 1px solid;
    font-weight: 500;
    transition: 0.3s;
}

.cta-btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 10px;
}

/* IMAGE */
.cta-image img {
    width: 100%;
    border-radius: 5px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cta-title {
        font-size: 1.5rem;
    }
}

/*** Footer ***/
.footer >*{
    color:#fff;
}
.bg-dark {
    background-color: #000000 !important;
}
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--secondary);
    }
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--secondary);
    transform: skew(40deg);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

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

.footer .btn.btn-link:hover, .footer .btn.btn-link.active, .footer .btn.btn-link:active {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    background: none;
    transform: scale(1.1);
}
.btn-outline-primary:hover {
    position: relative;
    color: #000;
    background-color: #EAA636;
    border-color: #EAA636;
    transform: scale(1.2);
    top: -5px;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .hero-bg{
        background-position-x: -950px;
    }
    .hero-title span{
        letter-spacing: 2px;
        font-size: 1.7rem;
    }
    .hero-title{
        font-size: 2.5rem;
        line-height: 1;
    }
    .about-subtitle{
        margin-top: 15px;
    }
    .portfolio-title{
        font-size: 2.0rem;
    }
    .cta-image{
        margin-top:10px;
    }
}