/*--------------------------------------------------------------------- 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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800&display=swap');

/*****---------------------------------------- 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(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;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

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: #2c14e4;
     margin: 0
}

h1 {
     font-size: 28px;
}

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: #8c77f2;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     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;
}

.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: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #d27171;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/
/*---------------------------------------------------
  Header Styling
---------------------------------------------------*/
.header {
  background: #252525; /* Dark background */
  padding: 15px 0;
}

/* Logo section */
.logo_section {
  text-align: center;
}

.logo img {
  max-width: 180px; /* Adjust logo size */
  height: 120px; /* Adjust logo size */
     margin: 0 auto;
}

/* Navigation Styling */
.navbar {
  background:  transparent; /* Transparent background */
}

.navbar-nav {
  display: flex;
  justify-content: flex-end; /* Align navigation items to the right */
  gap: 20px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #1cef35 !important; /* Highlight on hover */
     text-decoration: underline; /* Underline on hover */
}

/* Mobile Menu */
.navbar-toggler {
  border: none;
  
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
 


}

/*---------------------------------------------------
  Banner Section Styling
---------------------------------------------------*/
.banner_main {
  position: relative;
  width: 100%;
     height: 100vh; /* Full-screen height */
     text-align: center;
   
 
}
.banner-content ul li{
     margin-bottom: 10PX;
     FONT-WEIGHT:BOLD;

}
.banner-content ul li ::before{
     content: "✔";
     color: #1cef35;
}


/* Carousel Indicators */
.carousel-indicators li {
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #1cef35; /* Active indicator color */
}

/* Carousel Image */
.text_img figure img {
  width: 150%;
  max-width: 580px; /* Adjust as needed */
  height: auto;
}

/* Text Block */
.text-bg {
  color: #fff;
  text-align: left;
}

.text-bg h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
     margin-bottom: 20px;
}

.text-bg p {
  font-size: 18px;
  line-height: 1.6;
}

/* Buttons */
.text-bg a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  background: #1cef35;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.text-bg a:hover {
  background: #159a28; /* Darker green */
}

/*---------------------------------------------------
  Responsive Design
---------------------------------------------------*/
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .text-bg {
    text-align: center;
  }

  .text-img figure img {
    max-width: 100%;
  }
}

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 31px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #51fe44;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #51fe44;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.padd_right {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     display: inline-block;
     padding: 7px 10px;
     color: #fff;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
}

.header {
     width: 100%;
     padding: 20px 20px;
     background: transparent;
     position: absolute;
     z-index: 999;
     top: 0;
}

.logo a {
     font-size: 10px;
     font-weight: bold;
     text-transform: uppercase;
     color: #cb1111;
     line-height: 40px;
}
 
.logo img {
     max-width: 180px;
     hight: auto;
}
/* responsive adjustment */
@media (max-width: 768px) {
     .logo img {
          max-width: 180px;;
     }
}

/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 1100px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: auto;
     padding: 0 30px;
     padding-top: 90px;
     align-items: center;
     position: relative;
}
.banner_main::before {
     position: absolute;
     content: "";
     width:40px; 
     height:40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -38px;
     right: 38px;
}
.banner_main::after {
     position: absolute;
     content: "";
     width:50px; 
     height:40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -48px;
     left: 38px;
}
.text-bg {
     text-align: left;
}

.text-bg h1 {
     color: #fff;
     font-size: 30px;
     line-height: 60px;
     padding-bottom: 45px;
     font-weight: normal;
     display: block;
}

.text-bg span {
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     font-weight: normal;
     padding-bottom: 18px;
     display: block;
}

.text-bg p {
     line-height: 28px;
     font-weight: normal;
     color: #fcfcfc;
     padding-bottom: 40px;
     display: block;
}

.text-bg figure img {
     width: 100%;
     padding-top: 70px;
}

.text_img {
     margin-right: -130px;
}

.text_img figure {
     margin: 0;
}

.text_img figure img {
     width: 100%;
}

.carousel-caption {
     position: inherit;
}

#banner1 .carousel-inner {
     padding-right: 90px;
}

#banner1 .carousel-indicators {
     left: inherit;
     bottom: 30px;
}

#banner1 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #48ca95;
     margin-right: 5px;
     margin-left: 5px;
}

#banner1 .carousel-indicators li.active {
     background: #ffffff;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}

.text-bg a {
     font-size: 17px;
     background-color: transparent;
     border: #fff solid 2px;
     color: #fff;
     font-weight: 500;
     padding: 14px 0px;
     width: 100%;
     max-width: 215px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-right: 10px;
}

.text-bg a:hover {
     background-color: #48ca95;
     color: #fff;
     transition: ease-in all 0.5s;
}
@media (max-width: 768px) {
     .banner_main {
          min-height: 800px;
     }
     .text-bg h1 {
          font-size: 25px;
          line-height: 40px;
     }
     .text-bg span {
          font-size: 25px;
          line-height: 25px;
     }
     .text-bg p {
          font-size: 15px;
          line-height: 20px;
     }
     .text_img {
          margin-right: -50px;
     }
}

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #090807;
     line-height: 55px;
     font-weight: bold;
     padding: 0;
     text-transform: uppercase;
     border-bottom: #48ca95 solid 1px;
     max-width: 315px;
     margin: auto;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 17px;
     background-color: #48ca95;
     color: #fff !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more:hover {
     background: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** three_box section **/

.three_box {
     background-color: #fff;
     padding-top: 90px;
}

.box_text {
     background: #fff;
     text-align: center;
     padding: 50px 20px 20px 20px;
     border: #48ca95 solid 1px;
     border-radius: 15px;
}

.box_text h3 {
     color: #121010;
     font-size: 20px;
     line-height: 22px;
     font-weight: bold;
     padding-bottom: 25px;
}

.box_text p {
     font-size: 17px;
     color: #050505;
     line-height: 30px;
}

.box_text i {
     padding-bottom: 25px;
     display: block;
}


/** end three_box section **/


/** products section **/

.products {
     margin-top: 90px;
     background: #f7f7f7;
     padding: 90px 0 90px 0;
}

.our_products {
     background-color: #fff;
     padding: 90px 0;
}

.our_products .product_box {
     text-align: center;
     margin-bottom: 30px;
}

.our_products .product_box figure {
     margin: 0;
}

.our_products .product_box h3 {
     width: 200px;
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     background-color: #252525;
     font-weight: 500;
     margin: 0 auto;
     padding: 10px 0;
     margin-top: 40px;
     transition: ease-in all 0.5s;
}

.our_products .product_box h3:hover {
    background: #48ca95;
    transition: ease-in all 0.5s;
}

.margin_bottom1 {
     margin-bottom: 60px;
}

.our_products .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 50px;
     background-color: transparent;
     border: #48ca95 solid 2px;
     color: #48ca95 !important;
     max-width: 232px;
     padding: 15px 0;
}

.our_products .read_more:hover {
     background: #48ca95;
     color: #000 !important;
}


/** end products section **/


/** laptop  section **/

.laptop {
     font-family: 'Dosis', sans-serif;
     padding: 130px 0;
     background-color: #4f4aa6;
}

.laptop .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.laptop .titlepage p {
     color: #fff;
     display: block;
     font-size: 40px;
     font-weight: normal;
     padding-bottom: 24px;
     line-height: 40px;
}

.laptop .titlepage h2 {
     text-transform: none;
     font-size: 80px;
     color: #fff;
     max-width: inherit;
     border: inherit;
     font-weight: 500;
     line-height: 80px;
}

.laptop_box {
     margin-right: -50px;
}

.laptop_box figure {
     margin: 0;
}

.margin_bottom {
     margin-bottom: 30px;
}

.laptop .read_more {
     display: block;
     margin-top: 60px;
}


/** end laptop  section **/


/** customer section **/

.customer {
     padding: 90px 0px 140px 0px;
     background: #fff;
}

.customer .titlepage h2 {
     max-width: 385px;
}

.customer_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.customer_box {
     text-align: center;
}

.test_box {
     text-align: left;
}

.customer_Carousel .test_box h4 {
     font-size: 30px;
     color: #030305;
     line-height: 28px;
     display: block;
     font-weight: 600;
     padding: 30px 0px 30px 0px;
     text-align: left;
}

.customer_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #0b0b0c;
     text-align: left;
}

.customer_Carousel .carousel-indicators {
     bottom: -50px;
     right: inherit;
     margin-left: 4px;
}

.customer_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #48ca95;
}

.customer_Carousel .carousel-indicators li.active {
     background: #4f4aa6;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end customer section **/


/** contact section **/

.contact {
     background: url(../images/contact_g.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: #fff;
     border-bottom: #fff solid 1px;
}

.main_form {
     padding: 70px 50px;
     border: #fff solid 2px;
     margin: 0 50px;
}

.main_form .contactus {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
}

.main_form .textarea {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
     padding-top: 56px;
     height: 151px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     text-transform: uppercase;
     color: #fff;
     padding: 15px 0px;
     max-width: 226px;
     width: 100%;
     display: block;
     margin-top: 30px !important;
     margin: 0 auto;
     border-radius: 40px;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #fff;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background-color: #7d7d7d;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-top: 115px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
     margin: inherit;
     border-bottom: #fff solid 1px;
}

.logo1 {
     float: right;
     margin-top: -200px;
}

ul.social_icon {
     padding-top: 37px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
}

ul.social_icon li a:hover {
     background-color: #48ca95;
     color: #fff;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.about_us li {
     color: #fff;
     font-size: 17px;
     text-align: left;
}

.conta li {
     color: #fff;
     font-size: 17px;
     text-align: left;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 600;
     float: left;
     border-radius: 10px;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     color: #fff;
     padding: 10px 0px;
     max-width: 147px;
     border-radius: 10px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
}

.sub_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
}

.copyright p {
     color: #ddd;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #ddd solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #ddd;
}

.copyright a:hover {
     color: #48ca95;
}


/** end footer **/


/** inner page css **/

.inner_posituong .header {
     position: inherit;
     background: #b2b3b2;
}

.computer_page .laptop {
     margin-top: 90px;
}

.contact_page .contact {
     margin-top: 90px;
}


/** about **/

.about {
     background-color: #6082f0;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
}

.about .titlepage h2 {
     max-width: inherit;
     border: inherit;
}

.about .titlepage p {
     padding: 30px 0;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about **/


/** laptop **/

.laptop1 {
     background-color: #f6f6f6;
     padding: 90px 0;
}

.laptop1 .titlepage {
     text-align: right;
}

.laptop1 .titlepage h2 {
     max-width: inherit;
     border: inherit;
     color: #000;
}

.laptop1 .titlepage p {
     padding: 30px 0;
     color: #000;
}

.laptop1_img figure {
     margin: 0;
}

.laptop1_img figure img {
     width: 100%;
}


/** end laptop **/

/*---------------------------------------------------
  Banner Section Styling
---------------------------------------------------*/
.banner_main {
  position: relative;
  width: 100%;
  height: 95vh; /* Nearly full screen height; adjust as needed */
  background: #d0c5c5 url('../images/slide.jpg') no-repeat center center fixed;
  background-size: cover; /* Ensures the image covers the container */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
 
  



/* Overlay */


/* Text Content */
.banner-content {
  color: #4fd592; /* White text for contrast */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
}

.banner-content p {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
}


/* WhatsApp Floating Button Container */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

/* WhatsApp Modal Background */
.whatsapp-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

/* Modal Content Box */
.whatsapp-modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

/* Modal Close Button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Modal Options List */
.whatsapp-modal-content ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

.whatsapp-modal-content ul li {
  padding: 10px;
  margin: 10px 0;
  background: #25D366;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.whatsapp-modal-content ul li:hover {
  background: #1EBB5E;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
  }
  
  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
  
  .whatsapp-modal-content {
    width: 90%;
    margin: 25% auto;
  }
}
