
          /*==========================
      HERO SLIDER
==========================*/

.carousel-item{
    position: relative;
}

.carousel-item img{
    width:100%;
    height:850px;
    object-fit:cover;
}

.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:1;
}

/* Caption */

.carousel-caption{
    position:absolute;
    inset:0;
    z-index:2;

    display:flex !important;
    align-items:center;      /* Vertical Center */
    justify-content:center; /* Left Side */
    text-align:left;

    left:0 !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;

    padding:0 !important;
    margin:0 !important;
}

.carousel-caption .container{
    width:100%;
}

.carousel-caption h5{
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:20px;
}

.carousel-caption h1{
    font-size:64px;
    font-weight:700;
    line-height:1.15;
    color:#fff;
    margin-bottom:25px;
}

.carousel-caption p{
    color:#fff;
    font-size:18px;
    line-height:32px;
    max-width:650px;
    margin-bottom:35px;
}

.btn-warning{
    background:#d4a017;
    border:1px solid #d4a017;
    color:#fff;
}

.btn-warning:hover{
    background:#b8870b;
    border-color:#b8870b;
}

.btn-outline-light:hover{
    color:#000;
}

/*==========================
        Tablet
==========================*/

@media(max-width:991px){

.carousel-item img{
    height:650px;
}

.carousel-caption h1{
    font-size:42px;
}

.carousel-caption p{
    font-size:16px;
    line-height:28px;
}

}

/*==========================
        Mobile
==========================*/

@media(max-width:767px){

.carousel-item img{
    height:520px;
}

.carousel-caption{
    justify-content:center;
    text-align:center;
}

.carousel-caption p{
    margin:auto;
    margin-bottom:25px;
}

.carousel-caption h5{
    font-size:15px;
}

.carousel-caption h1{
    font-size:30px;
}

.carousel-caption p{
    font-size:15px;
    line-height:26px;
}

.carousel-caption .btn{
    margin-top:10px;
}

}


/* why choose us  */
.why-choose-section{
    background:#f8fafc;
    padding:100px 0;
}

.section-tag{
    display:inline-block;
    background:#d4a017;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#0d1b2a;
    line-height:1.2;
}

.section-title span{
    color:#d4a017;
}

.section-text{
    color:#6b7280;
    line-height:30px;
    margin:25px 0;
}

.choose-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.choose-card:hover{
    transform:translateY(-10px);
}

.choose-card i{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    border-radius:50%;
    background:#d4a017;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.choose-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.choose-card p{
    color:#6b7280;
    margin:0;
    line-height:28px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#d4a017;
    color:#fff;
    padding:25px 35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.experience-box h2{
    font-size:42px;
    font-weight:700;
    margin:0;
}

.experience-box span{
    font-size:15px;
}

@media(max-width:991px){

.section-title{
    font-size:36px;
}

.experience-box{
    right:20px;
    bottom:20px;
}

}

@media(max-width:767px){

.section-title{
    font-size:30px;
}

.choose-card{
    text-align:center;
}

.experience-box{
    position:relative;
    right:0;
    bottom:0;
    margin-top:20px;
}

}



/* more ptroducts  */
.more-products{
    background:#f8f9fb;
    padding:100px 0;
}

.sub-title{
    color:#c89b3c;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.main-title{
    font-size:45px;
    font-weight:700;
    margin:10px 0 15px;
}

.product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    padding:25px;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    width:100%;
    height:260px;
    object-fit:contain;
    margin-bottom:20px;
}

.product-card h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}

.product-card .btn{
    border-radius:50px;
    padding:12px 30px;
}




.swiper{
    overflow:hidden;
    padding:20px 0 40px;
}

.product-card{
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-12px);
}



/* gallery section  */
.gallery-section{

    padding:100px 0;
    background:#f8f9fc;

}

.gallery-subtitle{

    color:#c99b41;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

}

.gallery-title{

    font-size:48px;
    font-weight:700;
    margin:15px 0;

}

.gallery-text{

    max-width:650px;
    margin:auto;
    color:#777;
    line-height:30px;

}

.gallery-item{

    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.gallery-item img{

    width:100%;
    height:320px;
    object-fit:cover;

    transition:.6s;

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.5s;

}

.gallery-overlay span{

    width:70px;

    height:70px;

    background:#d4a017;

    border-radius:50%;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    transform:scale(.5);

    transition:.4s;

}

.gallery-item:hover img{

    transform:scale(1.12);

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-item:hover span{

    transform:scale(1);

}

@media(max-width:767px){

.gallery-title{

font-size:34px;

}

.gallery-item img{

height:250px;

}

}