@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}



section {
    padding-top: 80px;
    padding-bottom: 80px;
}



.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/t2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/a2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/b2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/b1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide .display-3 {
    text-transform: uppercase;
    color: #f3bc18;
}


/* .btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
} */

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(41, 137, 255, 0.85), rgba(41, 109, 255, 0.379)), url(/assets/bg_2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

#micon img{
    width: 50%;
    filter: brightness(0) invert(1);;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h3,
.project h6 {
    color: #fff;
}

/*#reviews {*/

/*    background: linear-gradient(-90deg, rgb(211 172 54), var(--bs-orange)), url(/assets/image/bg_3.jpg), #cf670e;*/
/*    background-size: cover;*/

    
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.review {*/
/*    text-align: center;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*    margin: 15px;*/
/*    max-width: 768px;*/
/*    margin: auto;*/
/*}*/

/*.review .bxs-quote-alt-left {*/
/*    font-size: 120px;*/
/*    position: absolute;*/
/*    opacity: 0.1;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    color: #fff;*/
/*}*/

/*.review img {*/
/*    width: 80px !important;*/
/*    height: 80px;*/
/*    border-radius: 100px;*/
/*    margin: auto;*/
/*}*/

/*.review h5 {*/
/*    margin-top: 16px;*/
/*    margin-bottom: 4px;*/
/*    color: #fff;*/
/*}*/

/*.review h3 {*/
/*    margin-top: 26px;*/
/*    margin-bottom: 26px;*/
/*    font-size: 22px;*/
/*    color: #fff;*/
/*    font-weight: 400;*/
/*    line-height: 1.7;*/
/*}*/

/*.review small {*/
/*    color: var(--brand);*/
/*}*/

/*.review .stars {*/
/*    color: var(--brand);*/
/*}*/


/* review css */

.testimonial-section {
    position: relative;
    padding: 100px 0;
    background: url("../image/g2.jpg") center center/cover no-repeat;
    overflow: hidden;
}

/* Dark overlay for readability */
.testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(10, 0, 30, 0.75); */
    backdrop-filter: blur(3px);
    z-index: 1;
}

/* Content should stay above overlay */
.testimonial-section * {
    position: relative;
    z-index: 2;
}

.testimonial-heading {
    text-align: center;
    font-size: 36px;
    color: #ffd700;
    margin-bottom: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}

.testimonial-wrapper {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 20px;
     
    animation: scroll 18s linear infinite;
}

/* Pause on Hover */
.testimonial-wrapper:hover .testimonial-track {
    animation-play-state: paused;
}

/* Glass Card */
.testimonial-box {
    position: relative;
    min-width: 340px;
    padding: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 215, 0, 0.3);
    box-shadow: 
        0 8px 32px rgba(0,0,0,0.6),
        inset 0 0 15px rgba(255,255,255,0.1);
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition: 0.4s ease;
}

/* .testimonial-box:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 12px 40px rgba(0,0,0,0.7),
        0 0 25px rgba(255,215,0,0.4);
} */

/* Light reflection effect */
.glass-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%
    );
    transform: rotate(25deg);
    pointer-events: none;
}

/* Image */
.testimonial-box img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffd700;
    margin-bottom: 20px;
}

/* Text */
.feedback {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Name */
.client-name {
    color: #ffd700;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Stars */
.stars {
    color: #ffd700;
    font-size: 20px;
    letter-spacing: 5px;
}

/* Scroll Animation */
 
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* end review css */
