/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 0px;
     padding-bottom: 0px;
}
.header_section {
    width: 100%;
    float: left;
    border-top: 15px solid #000; 
}
.logo{ 
    width: 50%;
    float: left;
}
.bg-light {
    background-color: transparent !important;
}
.bar-light .navbar-nav .nav-link {
    color: #595858;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ecad15;
    background-color: transparent !important;
}
.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.image_1{
    width: 100%;
    float: left;
}
.banner_taital{
    width: 100%;
    float: left;
    font-size: 70px;
    color: #000;
    font-weight: bold;
}
.banner_text {
    width: 85%;
    float: left;
    font-size: 16px;
    color: #050505;
    margin-left: 0px;
}
.buy_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}
.buy_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ebc30a;
    text-align: center;
    padding: 10px 0px;
}
.buy_bt a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}
.read_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
}
.read_bt a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}
#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #ecad15;
    color: #000;
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #ecad15;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #252525;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -85px;
    top: 100%;
    background-color: #252525;
}
.about_section {
    width: 100%;
    float: left;
    background-image: url(../images/about-bg.png);
    height: auto;
    background-size: cover;
}
.image_2{
    width: 100%;
    float: left;
    text-align: center;
}
.about_taital{
    width: 100%;
    float: left;
    font-size: 50px;
    color: #050505;
    font-weight: bold;
    text-align: center;
}
.image_3 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
.lorem_text{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #050505;
}
.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    margin-top: 50px;

}
.read_bt_1 a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}
.Product_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.Product_section_2{
    width: 100%;
    float: left;
}
.box_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    border: 4px;
    border-style: solid;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.image_4 {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 117px;
}
.dolor_text{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #050505;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
}
.dolor_text_1{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #edcb44;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
}
.tempor_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    text-align: center;
    margin-left: 0px;
}
.buy_bt_1 {
    width: 130px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.buy_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 8px 0px;
    border-radius: 4px;
}
.buy_bt_1 a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}

.buy_bt_1.active a:hover {
  background-color: #ecad15;
  color: white;
}
.choose_section {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    height: auto;
    background-size: 100%;
    padding-bottom: 90px;
    box-shadow: 0 5px 5px -5px #f2f2f2;
}

.testimonial_section {
    width: 100%;
    float: left;
    position: relative;
}
.client_main {
    width: 100%;
    float: left;
    padding-top: 90px;
}
.client_left{
    width: 40%;
    float: left;
}
.client_right {
    width: 60%;
    float: left;
    padding-top: 85px;
    text-align: left;
}
.client_img {
    width: 80%;
    float: left;
}
.magna_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #090909;
    font-weight: bold;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 18px;

    color: #ecad15;
    margin-left: 0px;
    margin-top: 0px;
}
.ipsum_text {
    width: 82%;
    float: left;
    font-size: 16px;
    color: #090909;
    margin-left: 0px;
    text-align: left;
}
.testimonial_main{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.testimonial_section::after {
    content: '';
    position: absolute;
    background-image: url(../images/img-4.png);
    height: 100px;
    width: 85px;
    left: 70px;
    right: initial;
    top: 130px;
}
.testimonial_section::before {
    content: '';
    position: absolute;
    background-image: url(../images/img-4.png);
    height: 100px;
    width: 85px;
    right: 70px;
    left: initial;
    margin-top: 550px;
}
#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
    background: #ecad15;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 150px;
    top: 75%;
    background-color: #ecad15;
}
#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ecad15;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    right: 150px;
    top: 75%;
    background-color: #ecad15;
}


.contact_section {
    width: 100%;
    float: left;
    background-color: #fafafa;
    height: auto;
    margin-top: 80px;
}
.mail_sectin {
    width: 100%;
    float: left;
}
.email-bt {
    color: #989696;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    margin-top: 25px;
    background: transparent !important;
    border: 1px solid #e8e8e8;
}
.massage-bt {
    color: #989696;
    width: 100%;
    height: 150px;
    font-size: 18px;
    padding: 50px 20px 10px 20px;
    margin-top: 25px;
    background: transparent !important;
    border: 1px solid #e8e8e8; 
}
.send_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ebc30a;
    padding: 8px 0px;
    border-radius: 50px;
}
.send_bt a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}
.map_main{
    width: 100%;
    float: left;
    padding-top: 22px;
}
.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;

}
.address_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
}
.enter_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ababab;
    background-color: #ffffff;
    padding: 5px 15px;
    border: 0px;
}

.subscribe_bt {
    width: 150px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ebc30a;
    padding: 8px 0px;
    border-radius: 50px;
}
.subscribe_bt a:hover {
    color: #ffffff;
    background-color: #ebc30a;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}
.location_text a{
    color: #ffffff;
}
.location_text a:hover{
    color: #ebc30a;
    background-color: transparent!important;
}
.padding_left_15 {
    padding-left: 15px;
}
.copyright_section{
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #171717;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #171717;
}
.copyright_text a:hover{
    color: #ebc30a;
    background-color: transparent !important;
}
.margin_top_0{
    margin-top: 90px;
}
.margin_top_80{
    margin-top: 0px;
}


/*----offer banner----*/

/* Stylish Scroll Container */
.stylish-scroll-container {
    width: 100%;
    overflow: hidden; /* Hide overflow to create a scrolling effect */
    padding: 20px 0;
    background-color: #f4f4f4; /* Light background for better contrast */
    position: relative;
}

/* Content inside the scroll container */
.stylish-scroll-content {
    display: flex;
    gap: 20px; /* Space between images */
    animation: scrollImages 25s ease-in-out infinite; /* Continuous scrolling effect with pause */
    flex-wrap: nowrap;
}

/* Individual Image Wrapper */
.stylish-image-item {
    flex-shrink: 0; /* Prevent shrinking */
    position: relative; /* Required for overlay positioning */
    width: 220px; /* Fixed width for images */
    height: 180px; /* Fixed height for uniformity */
    overflow: hidden; /* Ensure the overlay doesn't extend outside */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Image styling with cover effect */
.stylish-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image fully covers the container */
    border-radius: 12px; /* Same rounded corners as the container */
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

/* Hover effect for images */
.stylish-image-item:hover .stylish-image {
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Image overlay that appears on hover */
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    color: white;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 12px 12px;
}

/* Show overlay on hover */
.stylish-image-item:hover .image-overlay {
    opacity: 1; /* Make overlay visible when hovering */
}

/* Title and description styles inside the overlay */
.image-overlay h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.image-overlay .image-description {
    font-size: 12px;
    margin-top: 5px;
    color: #ddd; /* Light grey for description */
}

/* Buy Button styling */
.buy-button {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #007bff; /* Blue background */
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

    .buy-button:hover {
        background-color: #0056b3; /* Darker blue when hovering */
    }

/* Marquee Scroll Animation with Pause Effect */
@keyframes scrollImages {
    0% {
        transform: translateX(0);
    }

    70% {
        transform: translateX(-100%); /* Move all items to the left */
    }

    80% {
        transform: translateX(-100%); /* Hold at the last position */
    }

    100% {
        transform: translateX(0); /* Restart the scroll from the beginning */
    }
}

/* Custom scrollbar styling for better aesthetics */
.stylish-scroll-container::-webkit-scrollbar {
    height: 6px;
}

.stylish-scroll-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.stylish-scroll-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

    .stylish-scroll-container::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

/* Pause the animation when hovering over an image */
.stylish-image-item:hover {
    animation-play-state: paused !important; /* Pause the animation */
}

/* Responsiveness */
@media (max-width: 768px) {
    .stylish-image-item {
        width: 180px; /* Adjust width on tablets */
    }

    .stylish-image {
        height: 160px; /* Adjust height on tablets */
    }
}

@media (max-width: 480px) {
    .stylish-image-item {
        width: 140px; /* Adjust width on mobile */
    }

    .stylish-image {
        height: 120px; /* Adjust height on mobile */
    }
}


/*---Confirm--Page----------*/
.confirmation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #141e30, #243b55);
    padding: 1rem;
}

.confirmation-card {
    background: linear-gradient(145deg, #1f2937, #374151);
    border-radius: 20px;
    padding: 2.5rem 3.5rem;
    text-align: center;
    max-width: 420px;
    width: 100%;
    color: #e5e7eb;
    box-shadow: 20px 20px 40px #1a202c, -20px -20px 40px #2d3748;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    animation: float 4s infinite ease-in-out;
    transition: transform 0.4s ease;
}

    .confirmation-card:hover {
        transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.03);
    }

.icon-container {
    margin-bottom: 1rem;
}

.checkmark-3d {
    width: 100px;
    height: 100px;
    background: linear-gradient(145deg, #34d399, #10b981);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset -6px -6px 12px rgba(0, 0, 0, 0.2), inset 6px 6px 12px rgba(255, 255, 255, 0.1), 10px 10px 20px rgba(0, 0, 0, 0.3), -10px -10px 20px rgba(255, 255, 255, 0.1);
    animation: pop 0.8s ease;
}

    .checkmark-3d i {
        font-size: 3rem;
        color: #fff;
        text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
    }

.confirmation-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #f3f4f6;
}

.confirmation-message {
    font-size: 1.1rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.btn-primary {
    background-color: #3b82f6;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

    .btn-primary:hover {
        background-color: #2563eb;
        transform: scale(1.05);
    }

@keyframes float {
    0%, 100% {
        transform: perspective(1000px) translateY(-5px) rotateX(5deg) rotateY(-5deg);
    }

    50% {
        transform: perspective(1000px) translateY(5px) rotateX(-5deg) rotateY(5deg);
    }
}

@keyframes pop {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .confirmation-card {
        padding: 2rem;
    }

    .confirmation-title {
        font-size: 1.7rem;
    }

    .confirmation-message {
        font-size: 1rem;
    }
}
.btn-primary {
    background-color: #3b82f6;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 50px;
    width: auto;
    min-width: 180px;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

    .btn-primary:hover {
        background-color: #2563eb;
        transform: scale(1.05);
    }

/* Mobile-specific adjustments */
@media (max-width: 576px) {
    .btn-primary {
        width: 100%;
        padding: 1rem;
        font-size: 1.1rem;
        border-radius: 12px;
        margin-top: 1rem;
    }
}





