@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);

}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: #000000;
}

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

@media (max-width:576px) {
    section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.text-brand {
    color: #000000 !important;
}


.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: #000000 !important;
}

.owl-dot.active span {
    background-color: #000000 !important;
}


/* slide */
.slide {
    height:500px;
    display: flex;
    overflow: hidden;;
    /* align-items: center; */
    /* justify-content: center; */
    /* position: relative; */
}

.slide1 {
    background:url(/user/img/bg_banner2.jpg) center center / cover no-repeat;
    /* background: linear-gradient(rgba(165, 162, 162, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg); */

}

.slide2 {
    background:url(/user/img/bg_banner1.jpg) center center / cover no-repeat;
    background-size: cover;
     object-fit: cover; /* image stretch nahi hogi */
    /* background-position: center;
    background-repeat: no-repeat; */
}

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

/* navbar */
.top-nav {
    background-color: #000000;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: #000000;
}

.conditions-section {
    margin: 20px 0;
}

.conditions-section a {
    color: #fff;
    margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-size: 18px;
    font-family: math;
}

.navbar .navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar .navbar-nav .nav-link.active {
    color: #000000;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: #000000;
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: #000000;
    background-color: #000000;
    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: #000000;
    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(22, 4, 0, 0.925), rgba(17, 17, 17, 0.85)),
    url(../img/banner3.jpg);
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
}

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

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.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: #000000;
    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 h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(17, 16, 16, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(/user/img/testimonial.jpg), #082032;
    ;
    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: #000000;
}

.review .stars {
    color: #000000;
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
        height: 262px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #000000;
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    ;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000000;
}





/*** Appointment  Start ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-appointment.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .2));
    object-fit: cover;
    border-radius: 10px;
}

/*** Appointment End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--brand);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}



.achievement-section {
    padding: 20px 20px;
}

/* card */

.achievement-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.achievement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* image */

.card-img {
    position: relative;
}

.card-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* badge */

.badge-global {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: white;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}

/* content */

.card-body {
    padding: 20px;
}

/* date */

.date {
    color: #ffc107;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* title */

.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* description */

.card-text {
    font-size: 14px;
    color: #666;
}

/* footer */

.card-footer {
    background: none;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #999;
    padding: 15px 20px;
}




/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--brand);
}

.facts-overlay a:hover {
    color: var(--brand) !important;
}




/*** About ***/
.about-img img {
    transition: .5s;
    height:438px;
}

.about-img img:hover {
    background: var(--brand) !important;
}
/*  */

/* CARD */
.custom-card_22 {
  /* width: 280px; */
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
  margin: auto;
}

.custom-card_22:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* IMAGE */
.custom-card_22 img {
  width: 100%;
  height: 180px;
  /* object-fit: cover; */
}

/* CONTENT */
.card-body_22 {
  text-align: center;
  padding: 20px;
  height: 180px;
}

.card-title_22 {
  font-weight: 600;
  margin-bottom: 10px;
}

.card-text_22 {
  font-size: 14px;
  color: #666;
}

/* BUTTON */
.btn-custom_22 {
  background: #020202;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
}

.btn-custom_22:hover {
  background: #020202;
  color: #fff;
}

/* SECOND CARD STYLE */
.dark-card_22 {
  background: #020202;
  color: white;
}

.dark-card_22 .card-text_22 {
  color: #eee;
}

.dark-card_22 .btn-custom_22 {
  background: #fff;
  color: #020202;
}

.dark-card_22 .btn-custom_22:hover {
  background: #ddd;
}


/* footer */

/* FOOTER CARD */
.footer-card {
  margin: auto;
  border-radius: 15px;
  padding: 40px;
  background:linear-gradient(135deg, #000000, #011615);
  color: white;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* Gradient bottom border */
.footer-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #ffcc70, #ff7a00);
  border-radius: 0 0 15px 15px;
}

/* Headings */
.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Links */
.footer-links a {
  display: block;
  color: #cfd8d6;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

/* Logo + text */
.brand {
  font-weight: 700;
  margin-bottom: 15px;
}

/* Button */
.back-btn {
  border: 1px solid #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  color: white;
  text-decoration: none;
}

/* Small lines effect */
/* .footer-card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: linear-gradient(135deg, #000000, #000000);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
} */

.section_threeee{
    height:90px !important;
    width:90px !important;
}
.fourrr_imgg{
    width: 100%;
    height:330px;
}

.slide {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
/* RESPONSIVE HEIGHT */
@media (max-width:1024px) {
    .slide {
        height: 354px;
    }
}
@media (max-width: 992px) {
    .slide {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .slide {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .slide {
        height: 155px;
    }
}

/* NAV BUTTONS */
.hero-slider .owl-prev,
.hero-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NAV POSITION */
.hero-slider .owl-prev { left: 10px; }
.hero-slider .owl-next { right: 10px; }

/* MOBILE NAV FIX */
@media (max-width: 768px) {
    .hero-slider .owl-prev,
    .hero-slider .owl-next {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px !important;
    }
}

/* DOTS */
.owl-dot.active span {
    background: #D4AF37 !important;
}
