/*
Theme Name: Theme1
Theme URI: https://amctag.com
Author: amctag
Author URI: https://amctag.com
Description: A custom WordPress theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme1
*/
:root {
  --primary-color: #023895;
  --secondary-color: black;
  --red: #bd0919;
  --grey: #f4f2f2;
  --yellow: #f8ca45;
  --smoke: #f1f5f9;
  --blue: #39a2ff;
  font-size: 16px;
}

body{
    font-size: 1rem;
}

html,
body {
  overflow-x: hidden;
}
/*@font-face {*/
/*  font-family: "Permanent_Marker";*/
/*  src: url("./fonts/PermanentMarker.ttf");*/
/*}*/

@font-face {
  font-family:sans-serif;
}


.bg_yellow {
  background-color: var(--yellow);
}
/*p,*/
/*a,*/
/*li,*/
/*th {*/
/*  font-size: 14px;*/
/*}*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 20px;
}

.current-menu-item a{
  color: #0e0e0e !important;
}

.nb_btn {
  color: black;
  background: white;
  border-color: white;
}
.dropbtn {
  background-color: #f6c85c;
  color: rgba(0, 0, 0, 0.5);
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}
.desktop_hide {
  display: none;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f6c85c;
}

/* Footer First Section */
.footer_bg {
  background: #1477aa;
}
.footer_1st_section img.footer_logo {
  max-width: 125px; /* Ensure logo fits container */
  height: auto;
  margin-bottom: 1rem;
}

.footer_1st_section p.first_section_p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.footer_title {
  font-size: 14px;
}
/* Contact Info Section */
.footer_icons {
  width: 24px; /* Icon size */
  height: 24px;
  margin-right: 0.5rem;
}
.small_profile {
  max-width: 50px;
}
.numbers_style a {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.numbers_style a:hover {
  text-decoration: underline;
}

/* Newsletter Section */
.footer_newsletter {
  display: flex;
  flex-wrap: wrap; /* Adjust layout for small screens */
  gap: 0.5rem; /* Space between input and button */
}
ul.list-unstyled li {
  margin-bottom: 16px;
  font-size: 14px;
  color: #d1d5db;
  list-style: none; /* Removes bullet points */
}
.input_style {
  flex: 1; /* Input takes available space */
  padding: 0.5rem;
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
  color: #fff;
}

.input_style:focus {
  border-color: #007bff;
  outline: none;
}

.button_sub {
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button_sub:hover {
  background-color: #0056b3;
}

/* Message Box Styling */
.msgBox2 {
  margin-top: 1rem;
  font-size: 0.9rem;
}

/* Copyright Section */
.copyright {
  /*text-align: center;*/
  /*border-top: 1px solid #555;*/
  padding-top: 1rem;
  margin-top: 2rem;
  color: #d1d5db;
}

.copyright a.footer-link {
  color: #51a9f3;
  text-decoration: none;
}

.copyright a.footer-link:hover {
  text-decoration: underline;
}
.bread-title {
  font-size: 3.75rem;
  font-weight: 700;
}
.breadcrumb {
  background: url(./images/image.jpeg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fefefe;
  padding: 40px 0;
  margin-bottom: 0;
}
.time_animation {
  top: 18px;
  position: absolute;
  z-index: 20;
  font-size: 24px;
  right: -47px;
  color: white;
  rotate: 10deg;
  font-weight: 700;
}
.service_animation {
  top: 44px;
  position: absolute;
  z-index: 20;
  font-size: 20px;
  right: -50px;
  color: white;
  rotate: 10deg;
  font-weight: 500;
}
.grey_bg {
  background: #f9fafb;
}
.offer_home {
  font-size: 36px;
  font-weight: 700;
}
.free_quote_home {
  font-size: 30px;
  font-weight: 700;
}
.free_quote_home_p {
  line-height: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #6b7280;
}
.offer_home_p {
  text-align: center;
  width: 85%;
  margin-top: 0px;
}
.first_section_cadres {
  padding: 50px 50px;
}
.second_section_cadres {
  margin: 50px 20px;
  padding: 30px 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.white_box_home {
  background: white;
  padding: 40px;
  border: 1px solid #f9fafb;
  border_radius: 0;
  border-radius: 10px;
  color: #6b7280;

  box-shadow: 0.1px 0.2px 0.1px 0.1px #f9fafb;
}
.white_box_p {
  font-size: 16px;
}
.cadres_second_section_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 15px;
  padding: 20px 0;
}
.card_image_size {
  width:100%;
  border-radius: 10px;
}
.bred_a {
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.bred_a:hover {
  color: white;
}
.bred_a2 {
  margin-left: 20px;
}
.a_section_bred {
  padding-top: 30px;
}
.top_bar_logo {
  max-width: 130px;
  /*margin-left: 40px;*/
}
.form-container {
  width: 70%;
  background-color: #fff;
  padding: 15px 0px;
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.form-container label {
  padding-bottom: 5px;
  font-size: 14px;
  color: black;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5rem;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.form-container textarea {
  resize: vertical;
  height: 100px;
}

.form-container button {
  /*background-color: #007bff;*/
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.form-container button:hover {
  /*background-color: #0056b3;*/
}
.points_absolute {
  position: absolute;
  right: 16px;
  top: 0;
}
.bathroom_section_padding {
  padding-top: 75px;
  padding-bottom: 75px;
}
.bathroom_absolute {
  position: absolute;
  border-radius: 25px;
  right: 55px;
  top: 50px;
  width: -webkit-fill-available;
  z-index: 10;
}

.bathroom_title {
  font-size: 36px;
  font-weight: 700;
}
.bathroom_p1 {
  color: white;
  margin-top: 40px;
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 500;
}
.bathroom_p2 {
  color: white;
  margin-top: 30px;
  color: #d1d5db;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75rem;
}
.special-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 5px;
  /* padding: 20px; */
  /* background-color: #f9f9f9; */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grid-item {
  /*background: white; */
  /* border: 2px solid #e0e0e0; */
  border-top: 2px solid #e0e0e0;
  padding: 15px 0px;
  /*text-align: center;*/
  /* border-radius: 8px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

.small_title_info_home {
  font-size: 14px;
  color: #d1d5db; /* Muted text color for subtitle */
  margin-bottom: 5px; /* Space below the subtitle */
  text-transform: capitalize; /* Uppercase for emphasis */
}

.big_title_home_info {
  font-size: 36px; /* Larger font size for numbers */
  font-weight: 700; /* Bold font weight */
  color: white; /* Accent color */
  margin: 0; /* Remove default margins */
}
.bg_dark {
  background-color: #0e1b30;
}
.call_us_bathroom {
  color: white;
  font-weight: 500;
  font-size: 32px;
}
.call_us_bathroom a{
    font-size: 36px;
}
.three_boxes_bathroom_group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  /* margin: 20px 0; */
  padding-bottom: 40px;
}

.bathroom_box {
background-color: #1b719d;
    border-left: 3px solid #1f5e7f;
  border-radius: 10px; /* Rounded corners */
  padding: 20px; /* Inner padding for content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effects */
}

.bathroom_box:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.box_title_home {
  font-size: 18px;
  color: white; /* Title color */
  margin-bottom: 10px;
}

.box_p_home {
  font-size: 14px;
  color: #ffffffcc; /* Text color */
  line-height: 1.6; /* Better text readability */
}

.three_items_group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
  /*padding-bottom: 40px;*/
}

.item_box {
  background-color: white; /* Light background for each box */
  border-left: 3px solid #40a4fc; /* Light border */
  border-radius: 10px; /* Rounded corners */
  padding: 1rem 2rem 0 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effects */
}

.item_box:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.item_title {
  font-size: 16px;
  font-weight: bold;
  color: #333; /* Title color */
  margin-bottom: 10px;
}

.item_description {
  font-size: 14px;
  color: #555; /* Text color */
  line-height: 1.6; /* Better text readability */
}
.comprehensive_sevice_title {
  font-size: 36px;
  font-weight: 700;
}
.comprehensive_service_sub_title {
  font-size: 16px;
  margin-top: 30px;
  color: #3f3f46;
}
.section_padding {
  padding-top: 100px;
  padding-bottom: 50px;
}

.grid_items_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  margin: 20px 0;
}

.grid_item {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Ensures content like images or text doesn't overflow */
  position:relative;
      cursor: pointer;

}

.grid_item:hover {
  transform: translateY(-5px); /* Slight lift effect on hover */
}

.grid_image {
  width: 100%; /* Full width of the container */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Match rounded corners */
      max-height: 450px;
    object-fit: cover;
    min-height: 450px;
}

.grid_item_title {
  font-size: 20;
  font-weight: 700;
  color: white; /* Title color */
  margin-bottom: 8px;
}

.grid_item_description {
  font-size: 16px;
  color: #555; /* Description text color */
  line-height: 1.5; /* Better text readability */
}

/* Additional Styles */
.grid_item_content {
padding: 10px;
    background-color: #1477aab8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0px;
    width: 100%;
        text-align: center;

}

.bg_grey {
  background: whitesmoke;
}
.bg_white {
  background: white;
}
.contact_first_section_title {
  color: rgb(17 24 39 / var(--tw-text-opacity));
  padding-top: 1.5rem;
  font-weight: 600;
}
.contact_first_section_sub_title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.contact_icon {
  margin-top: 15px;
}
.contact_icon1 {
  margin-top: 25px;
}
.contact_submit_button {
  background: #46a6f9;
}
.contact_submit_button:hover {
  background: #0c1628;
}
.bred_rating_section {
  padding-top: 25px;
}
.input_contact_class {
  padding-top: 10px;
}
.rating_sub_title {
  line-height: 1.75rem;
  font-size: 1rem;
  text-transform: capitalize;
}
.rating_title {
  padding-top: 30px;
  letter-spacing: -0.025em;
  line-height: 2.25rem;
  font-weight: 700;
}
.middle_top_bar {
  position: relative; /* Required for pseudo-elements to be positioned relative to this element */
  display: flex;
  align-items: center;
}

.middle_top_bar::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 75%;
  background-color: grey;
  left: -10px;
  top: 8px;
}

.last_top_bar {
  position: relative; /* Required for pseudo-elements to be positioned relative to this element */
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right:0px;
}
.last_top_bar::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 75%;
  background-color: grey;
  left: 0px;
  top: 8px;
}
.second_section_topbar {
  margin-left: -30px;
}

.google_icon {
  max-width: 150px;
}

.footer_text_color {
  color: #d1d5db;
}

.location-container {
  width: 100%;
  text-align: center;
}

.search-box {
  width: 60%;
  padding: 5px 5px;
  font-size: 14px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.location-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.location-column {
  width: 20%;
  text-align: left;
}

.location-item {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-bottom: 8px;
  color: #1e293b80; /* Blue color for location items */
}

.location-item:hover {
  text-decoration: none;
  cursor: pointer;
  color: #39a2ff;
}

.location-icon {
  margin-right: 8px;
  font-size: 25px;
  color: #39a2ff; /* Green color for the check icon */
}
.bread_p {
  font-size: 18px;
  width: 60%;
}

.about_img {
  width: 225px;
  height: 125px;
  border-radius: 10px;
}

.services_bred {
  background: #0e1b30;
}
.service_bred_title {
  font-size: 72px;
  color: white;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0px;
}
.service_bred_title2 {
  position: relative; /* Needed for the pseudo-element positioning */
  font-size: 72px;
  color: white;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: -25px;
}
.services_bread_btns {
  padding-top: 10px;
}
.service_bread_padding {
  /*padding-top: 100px;*/
}
.service_bread_btn1 {
  background: linear-gradient(
    27deg,
    rgba(252, 234, 160, 1) 0%,
    rgba(255, 199, 29, 1) 58%
  );
  color: #0f1b2e;
  padding: 7px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
}
.services_bread_btns .service_bread_btn1::hover {
  text-decoration: none;
  color: #0f1b2e;
}
.service_bread_btn1:hover {
  color: white !important;
}
.phone_css {
  background: white;
  padding: 10px;
  margin: 10px;
  border-radius: 50%;
  color: black;
}

.services_bread_btns a:hover {
  text-decoration: none; /* Removes underline or any decoration on hover */
  color: white;
}
.service_bread_btn_phone {
  color: white;
}
.rotate_sale {
  rotate: -1deg;
  padding-bottom: 15px;
}

.form_section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2rem;
  border-radius: 16px;
  background: white;
  /*width: 75%;*/
  max-width: 400px;
   height: auto; 
  /*height: 95%;*/
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  .form_section {
     top: 50%;
     left: 30%;
     transform: translate(-30%, -50%);
  }
}

.form_title_slider {
  font-size: 30px;
  font-weight: 700;
}

.submit_btn {
  /*background: linear-gradient(135deg, var(--primary) 0%, #6366f1 100%); */
  color: white;
  padding: 1rem 2rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 2rem;
  letter-spacing: 0.5px;
  /* box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2); */
  transform: translateY(0);
  transition: all 0.3s ease;
  margin-top: 15px;
  letter-spacing: 1px;
  color: white;
  background: #22a24e;
  border-radius: 5px;
}
.submit_btn:hover {
  background: #007bff;
  color: white;
  border-radius: 5px;
}
.service_bread_btn_phone:hover .phone_css {
  background: #40a4fc;
  border-radius: 50%; /* Optional */
  color: white; /* Optional: Changes the icon color for contrast */
}

.service_bred_title2::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 3px;
  width: 49%;
  height: 5px;
  background-color: #f4c542;
  transform: skewX(358deg);
  z-index: 1;
}
.sheikh_image {
  margin-top: -50px;
  max-height: 425px;
}
.yellow_bg {
  background: #f6c85c;
  height: 85px;
  margin: -20px;
  padding: 0;
  rotate: 2deg;
  width: 102%;
}

.content_section {
  padding: 20px 0;
}

.marquee_container {
  width: 102%;
  overflow: hidden;
  white-space: nowrap;
  background: #faec59;
  /* padding: 0.2rem 0; */
  padding: 20px;
  margin-top: -74px;
  rotate: -2deg;
}

.marquee {
  display: flex; /* Flex layout for alignment */
  animation: marquee 15s linear infinite; /* Continuous scrolling effect */
}

.marquee h1 {
  display: inline-block;
  margin-right: 50px;
  font-size: 2rem;
  color: #ffffff;
}
.marquee-text {
  font-size: 18px;
  border: 1px dotted grey;
  /* padding-right: 10px; */
  /*margin-right: 10px;*/
  border-radius: 10px;
  padding: 10px;
}
.tools {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  margin-left: 20px;
}
.sale_btn {
  background: linear-gradient(
    27deg,
    rgba(252, 234, 160, 1) 0%,
    rgba(255, 199, 29, 1) 58%
  );
  color: #0f1b2e;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  width: auto;
}
.sale_btn:hover {
  color: #0f1b2e;
}
.car_image {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.mt_70 {
  margin-top: 70px;
}
.quote_form_button {
  width: 100%;
  background: #0c1629;
}
.quote_form_button:hover {
  background: #40a2e0;
}
.first_box {
  background-color: #858993;
  width: 224px;
  height: 224px;
}
.second_box {
  background-color: #fcf4b0;
  width: 224px;
  height: 224px;
}
.third_box {
  background-color: #3ab4ff80;
  width: 224px;
  height: 224px;
}
.three_colors_box {
  position: absolute;
  bottom: 0px;
  display: flex;
  filter: blur(100px);
  right: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.form_blocked_place {
  position: absolute;
  z-index: 2;
}
.first_two_colors_boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bg_facing {
  background: #0f1b2f;
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}
.title_facing p {
  color: white;
  font-size: 18px;
  text-transform: capitalize;
}
.facing_title_padding {
  padding-top: 70px;
  padding-bottom: 20px;
}
.worker_image {
  border-radius: 25px;
  /* height: 100%; */
  height: 440px;
  width: 100%;
}
.special_btn_facing {
  background: linear-gradient(
    27deg,
    rgba(252, 234, 160, 1) 0%,
    rgba(255, 199, 29, 1) 58%
  );
  color: #0f1b2e;
  padding: 15px 15px;
  border-radius: 30px;
  font-weight: 700;
  /*font-size: 20px;*/
  text-decoration: none;
}
.special_btn_facing:hover {
  text-decoration: none;
}
.special_btn_facing2 {
  color: white;
  background: black;
  padding: 15px 10px 15px 0px;
  border-radius: 25px;
}
.cadre {
  border-radius: 25px;
}
.facing_banner {
  background: #0f1b2f;
  padding: 10px 0px;
  color: white;
  margin-top: 40px;
  margin-left: -25px;
  border-bottom-left-radius: 75px;
  border-top-left-radius: 75px;
}
.facing_content {
  position: relative;
}
.facing_paragraph {
  padding: 15px;
}
.facing_btns {
  text-align: end;
  padding-right: 50px;
}
.plumbing_title {
  font-weight: 700;
  font-size: 36px;
}
.services_page_p {
  font-size: 16px;
}
.services_page_title {
  font-weight: 700;
}
.services_page_sub_title {
  font-weight: 500;
}
.hanfiye_image {
  width: 100%;
  margin-top: -100px;
}

.padding-b3 {
  padding-bottom: 30px;
}
.padding-b2 {
  padding-bottom: 60px;
}
.blocked_drain {
  background: #0f1b2f;
  padding-top: 40px;
  padding-bottom: 60px;
}

.blocked_drain .container {
  text-align: center;
}

.blocked_drain_title {
  font-size: 1.5rem;
  text-align: initial;
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap: 5px;
  padding: 20px 0;
}

.blocked_drain_box {
  color: white;
  background-color: #1b273a;
  border: none;
  border-radius: 0;
  padding: 15px;
  text-align: center;
}

.blocked_drain_p {
  font-size: 24px;
  font-weight: 600;
}
.blocked_before {
  position: relative;
  padding-top: 20px; /* Add space for the line */
}

.blocked_before::before {
  content: "";
  position: absolute;
  left: -2px;
  width: 7px;
  top: 29px;
  height: 235px;
  bottom: 0;
  background-color: #fdcb47;
}
.skilled_title {
  font-size: 36px;
  font-weight: 700;
}
.skilled_plumber {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ebeff1;
}
.skilled_content {
  text-align: center;
}
.skilled_p {
  padding-bottom: 10px;
}
.trustworthy {
  background: #0c1629;
}
.trust_title {
  font-size: 36px;
  color: #ebeff1;
  font-weight: 700;
}
.trust_image {
  max-width: 110%;
  border-radius: 15px;
  height: 110%;
}
.trust_p {
  color: #ebeff1;
  padding-bottom: 10px;
}
.trust_image_image {
  margin-top: -75px;
}
.commited {
  background: #ebeff1;
}
.worker2_image {
  max-width: 100%;
  height: -webkit-fill-available;
  border-radius: 15px;
}
.worker_image_div {
  width: 100%;
  height: 465px;
}
.worker_title {
  color: #0c1628;
  font-size: 36px;
  font-weight: 700;
}
.sale_section {
  background: #ffcd17;
  padding: 20px;
  color: #0c1628;
}
.accordion {
  display: flex;
  flex-direction: column;
  /* font-family: "Sora", sans-serif; */
  max-width: 900px;
  /* min-width: 320px; */
  margin: 50px auto;
  /* padding: 0 50px; */
}
.accordion h1 {
  font-size: 32px;
  text-align: center;
}
.accordion-item {
  margin-top: 16px;
  border: 1px solid #e1e1e2;
  border-radius: 6px;
  background: #ffffff;
}
.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  font-weight: 600;
  box-sizing: border-box;
  align-items: center;
}
.accordion-item .accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
  display: block;
}
.accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-title
  .icon:after {
  content: "-";
  font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-item .icon {
  margin-left: 14px;
}
.accordion-item {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.faq_title {
  font-size: 24px;
  padding-left: 20px;
  font-weight: 700;
}
.slider {
  /*position: relative;*/
  /*background: url("./images/slider1.jpeg") center no-repeat;*/
  background-size: cover;
  /*height: 700px;*/
}

/*.slider::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgb(12 22 42 / 31%);*/
/*  z-index: 1;*/
/*}*/

/* Text Content */
.slider .container {
  position: relative;
  z-index: 2; /* Content above the overlay */
}

.slider_title {
  font-weight: 900;
  font-size: 72px;
  /* width: 20%; */
  margin: 0;
  line-height: 1;
}

.special_title {
  font-weight: 900;
  font-size: 62px;
  color: var(--yellow);
  font-family: "sans-serif";
  /*width: 20%;*/
  margin: 0;
  line-height: 1;
}

.slider_p {
  font-size: 18px;
  margin-top: 32px;
  color: white;
}
.sale_box_slider {
  width: 45%;
  border: 3px dashed var(--yellow);
  margin: 10px;
  background: rgba(12, 22, 42, 0.8);
  padding: 10px;
}
.sale_box_slider_title {
  font-size: 60px;
  margin: 0;
  color: var(--yellow);
  font-weight: 700;
}
.sale_box_slider_title span {
  color: var(--yellow);
  font-size: 20px;
  font-weight: 700;
}
.sale_box_slider_sub_title {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
}
.testomonials_section {
  position: relative;
  background: #f9fafb;
  padding: 0px 0px 75px 0px;
}
.testomonials_top {
  text-align: center;
  padding-top: 100px;
}
.testomonials_dots {
  position: absolute;
  bottom: 0;
  left: 115px;
  width: 22%;
}
.testomonials_read_more {
}
.testomonials_sub_title {
  color: #94a3b8;
  margin: 20px 0;
}

.testomonials_title {
  color: #438bff;
  font-size: 24px;
  font-weight: 800;
  position: relative;
}
.testomonials_title::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(./images/image.png) no-repeat center center;
  background-size: contain;
  left: 350px;
  /* border: 1px solid red; */
  margin: 0 auto 10px;
  position: absolute;
  top: -10px;
}

.swiper {
  width: 75%;
  height: 50%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f9fafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  max-width: 50px;
  /*object-fit: cover;*/
}
.swiper_p {
  font-size: 24px;
  font-weight: 500;
}
.person_info_slider {
  display: flex;
  align-items: center;
  gap: 1rem; /* Space between items */
}

.person_info_slider img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.info_text {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Space between text elements */
}

.info_text p {
  margin: 0;
}
.special_dash {
  color: #438bff;
}
.first_name {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.second_name {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
}

@keyframes marquee {
  from {
    transform: translateX(100%); /* Start from the right */
  }
  to {
    transform: translateX(-100%); /* End at the left */
  }
}

.pulsating-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;

  &:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #22a24e;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #22a24e;
    border-radius: 15px;
    box-shadow: 0 0 8px rgb(50 160 85);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
}
.zero_interest {
  padding: 100px 0;
}
.section_gradient {
  /*background: linear-gradient(*/
  /*  144deg,*/
  /*  rgba(17, 24, 38, 1) 40%,*/
  /*  rgba(33, 70, 110, 1) 58%*/
  /*);*/
  
  background: linear-gradient(144deg, #1477aa 40%, #2786b6 58%);
  
  border-radius: 15px;
}
.interest_title {
  color: white;
  font-size: 36px;
  font-weight: 700;
  width: 65%;
}
.interest_p {
  color: #d1d5db;
  width: 65%;
  font-size: 18px;
}
.shaking_hands_image {
  /*background: url(./images/shaking-hands-office.jpeg)no-repeat center;*/
  /*background-size: cover;*/
  height: 400px;
  border-top-right-radius: 0 !important;
  margin-top: 20px;
  width: 99.6%;
  border-radius: 15px;
}
.call_us_btn_interest {
  font-size: 14px;
  background: white;
  padding: 10px 15px;
}
.call_us_btn_interest:hover {
  background: white;
}
.second_btn_interest {
  padding: 10px 15px;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}
.second_btn_interest:hover {
  color: white;
  text-decoration: none;
}
.two_btn_interest {
  width: 65%;
  padding-top: 15px;
  text-align: initial;
}
.second_btn_interest i {
  font-size: 18px;
}
.brands_section {
  background: #1477aa;
}
.brands_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: white;
  padding-bottom: 30px;
}
.paddind_100 {
  padding: 100px 0px;
}
.left_image_services {
  width: 100%;
  height: 425px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.right_image_services {
  width: 100%;
  height: 425px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.image_container_services {
  padding: 0;
}
.image_box_brands {
  background: #1b719e;
  padding: 20px;
  align-items: center;
  text-align: center;
  /*border-radius: 8px;*/
  display: flex;
  max-width: 100%;
}

.image_box_brands img {
  width: 125px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brands_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px; /* Adjust gap between items */
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.pulsating-circle-2 {
  position: absolute;
  right: 0;
  top: -25px;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;

  &:before {
    content: "";
    position: relative;
    display: block;
    width: 500%;
    height: 500%;
    box-sizing: border-box;
    margin-left: -90%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #f9cb34;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #f9cb34;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
}
.get_in_touch_title {
  padding-top: 50px;
  font-size: 36px;
  font-weight: 700;
}
.social_media_footer {
  padding-top: 1rem;
  padding-bottom: 0;
}
.get_in_touch_first_p {
  font-size: 16px;
}
.get_in_touch_second_p,
.get_in_touch_third_p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}

.get_in_touch_second_p a,
.get_in_touch_third_p a {
  color: #39a2ff;
  font-size: 16px;
}

.get_in_touch_second_p a:hover,
.get_in_touch_third_p a:hover {
  color: #2563eb;
  text-decoration: none;
}

.get_in_touch_section {
  border-radius: 15px;
  text-align: center;
}
.border_15 {
  border-radius: 15px;
}
.get_in_touch_last_p {
  padding-bottom: 50px;
}
.mobile_margin {
  padding-top: 3rem;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  #elementContainer1,
  #elementContainer2 {
    display: flex;
    flex-direction: column-reverse;
  }

  #elementContainer1 {
    flex-direction: column;
  }
  .footer_newsletter {
    flex-direction: column;
  }
  .left_image_services {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 10px;
  }
  .right_image_services {
    max-width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 10px;
  }

  .button_sub {
    width: 100%;
  }

  .numbers_style a {
    font-size: 0.9rem;
  }
  .accordion {
    padding: 0 16px;
  }
  .accordion h1 {
    font-size: 22px;
  }
  .mobile_none {
    display: none;
  }
  .pb_mobile {
    padding-bottom: 50px;
  }
  .form-container {
    width: 100%;
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 5px;
  }
  .copyright {
    padding-top: 0rem;
    margin-top: 0rem;
  }
  .mobile_no_padding_margin {
    /*padding:0!important;*/
    margin: 0 !important;
  }
  .location-column {
    width: 50%;
    text-align: left;
  }
  .desktop_hide {
    display: block;
  }
  .location-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
  .about_img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sheikh_image {
    margin-top: 0;
    max-height: 425px;
    margin-left: -75px;
  }
  .car_services_image {
    width: 100%;
  }
  .form_blocked_place {
    position: relative;
  }
  .worker_image {
    height: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
  }
  .facing_banner {
    margin-top: 10px;
  }
  .facing_paragraph {
    padding: 30px;
  }
  .grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
  .trust_image {
    max-width: 100%;
    border-radius: 15px;
    height: 100%;
  }
  .trust_image_image {
    margin-top: 20px;
  }
  .worker2_image {
    height: auto;
  }
  .worker_image_div {
    height: auto;
  }
  .slider {
    height: auto;
  }
  .first_section_cadres {
    padding: 20px;
  }
  .second_section_cadres {
    margin: 0;
    padding: 0;
  }
  .cadres_second_section_grid {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .mobile_margin {
    padding-top: 425px;
  }
  .bathroom_absolute {
    position: absolute;
    border-radius: 25px;
    right: 30px;
    top: 50px;
    left: 30px;
    width: -webkit-fill-available;
    z-index: 10;
  }
  .special-grid-container {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  .swiper {
    height: 100%;
  }
  .testomonials_title::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(./images/image.png) no-repeat center center;
    background-size: contain;
    left: 41%;
    /* border: 1px solid red; */
    margin: 0 auto 10px;
    position: absolute;
    top: -50px;
  }
  .mobile_style_interest {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shaking_hands_image {
    /* background: url(./images/shaking-hands-office.jpeg)no-repeat center; */
    /* background-size: cover; */
    height: auto;
    margin-top: 0;
    border-top-left-radius: 0 !important;
    /*width: 100%;*/
    border-radius: 15px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
  }
  .brands_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brands_title {
    width: 97%;
  }
  .mobile_form_padding {
    margin-top: 40px;
  }
  .social_media_footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .breadcrumb {
    padding: 50px 0px;
  }
  .form_section {
    height: auto;
    margin-bottom: 0;
  }
}


/******************************* Service Areas *******************************/

.svg-area-check{
    stroke-width: 2;
    stroke: #39a2ff;
    height: 1rem;
    aspect-ratio: 1/1;
    margin-right: 0.5rem;
}
.text-service-area {
    display: flex;
    align-items: center;
    opacity: 1;
    text-decoration: none !important;
    color: #212529;
}

.grid-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
}

@media (min-width: 640px) {
  .grid-areas {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-areas {
    grid-template-columns: repeat(5, 1fr);
  }
}

.img-exp-holder{
    max-width: 80rem;
}

.img-exp-holder img{
    object-fit: cover;
    border-radius: 1.5rem;
    aspect-ratio: 6/2;
    max-width: 100%;
    height: auto;
}

.card-service{
    background: #fefefe;
    color: #0e0e0e;
    text-align: center;
    padding: 20px 24px;
    margin: 0 0 12px 0;
    border-radius: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #0000;
}

.card-service p{
    margin-bottom: 0;
}

.card-service:hover{
    border: 1px solid var(--blue);
    color: #0e0e0e;
    text-decoration: none;
}

.bg-smoke{
    background-color: var(--smoke);
}

.text-blue{
    color: var(--blue);
}

.emergency-img{
    /*max-width: 100%;*/
    width: 57rem;
    height: auto;
    border-radius: 1.5rem;
    transform: translateX(50px);
}
@media only screen and (max-width: 768px) {
    .emergency-img{
    max-width: 100%;
    width: auto;
    transform: translateX(0px);
    }
}

.offer-holder {
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.offer-holder img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.offer-holder:hover img {
    transform: scale(1.1);
}

.drain-img{
    max-width: 1000px;
}

.preventive-img{
    aspect-ratio: 1/1;
    max-width: 24rem;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}

.column-list{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.bg-nuts {
    background: url('./images/bg-nuts.jpg') center/cover no-repeat;
    color: #fefefe;
    height: 40dvh;
    display: flex;
    align-items: center;
    position: relative;
}

.bg-nuts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

/*.bg-nuts * {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    background-color: transparent;
    border: 1px solid #0000;
  }
}

.home-service-area{
    height: 200px;
    overflow: hidden;
}





.bg_yellow{
    padding:0rem !important;
}

.navbar-light .navbar-nav .nav-link{
 color:black;
}
.current-menu-item a {
    color: #037bff !important;
}
.rounded-pill{
    border-radius:10px;
     transition: all 0.3s ease-in-out;
   animation: example 1.1s linear infinite;
}
@keyframes example {
  0% {
        transform: scale(1);
  }
  50% {
        transform: scale(1.05);
  }
  100% {
  transform: scale(0.997813);
  }
}
.same-height {
    height: 200px; /* You can adjust this height */
    object-fit: cover; /* Ensures the image covers the space without distorting */
    width: 100%; /* Makes sure the image stretches to fill the container width */
        margin-bottom: 15px;

}


.button_call{
     border-radius:10px !important;
}
.life_time_class{
        margin-bottom: 7px;
    align-items: center;
    gap:10px;
}
.white_color{
    color:white;
    margin-bottom: 0px;
}
.title_section_new{
    font-size:15px;
}


.section3{
       background-color: #1477aa;
}

.contact-section {
    background-color: #1477aa;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.contact-section h1 {
    color: white;
    margin-bottom: 25px;
    font-weight:bold;
}

.contact-section .highlight {
    color: #f9cb34;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.button-call {
    border: 3px solid white;
    color: white;
    font-size: 25px;
    padding: 10px 20px;
    border-radius:15px;
}

.button-call i {
    font-size: 20px;
}



.button-call{
    border-radius:10px;
     transition: all 0.3s ease-in-out;
   animation: example1 1.1s linear infinite;
   background-color:transparent;
}
@keyframes example1 {
  0% {
        transform: scale(1);
  }
  50% {
        transform: scale(1.05);
  }
  100% {
  transform: scale(0.997813);
  }
}

.we_accept{
   color: #f9cb34; 
   font-size: 23px;
}

.phone_number{
      animation: phone_number 1.1s linear infinite; 
      font-weight: 900;
}
@keyframes phone_number {
  0% {
        transform: scale(1);
  }
  50% {
        transform: scale(1.05);
  }
  100% {
  transform: scale(0.997813);
  }
}

.phone-container{
      animation: vibrate 2s linear infinite; 
}
@keyframes vibrate {
    0% { transform: translateX(0px) rotate(0deg); }
    25% { transform: translateX(10px) rotate(2deg); }
    50% { transform: translateX(-10px) rotate(-2deg); }
    75% { transform: translateX(10px) rotate(2deg); }
    100% { transform: translateX(-10px) rotate(-2deg); }
}






 
        .mobile_section{
              display: flex;
            justify-content: end;
            align-items: center;
    
        }
        .phone-container {
            width: 300px;
            height: 600px;
            background: url('https://amcserver.com/wordpress/stayconnected/wp-content/themes/theme1/images/phone__4_-removebg-preview.png') no-repeat center center;
            background-size: cover;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 80px;
        }
        .phone-header {
            text-align: center;
            font-family: Arial, sans-serif;
            margin-bottom: 20px;
                padding-top: 40px;
                

        }
        .phone-header h2 {
            margin: 0;
            color: #222;
                font-size: 19px;
                font-weight: 900;

        }
        .phone-header h1 {
            margin: 5px 0;
            color: #007bff;
            font-size: 24px;
        }
        .dial-pad {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
        .dial-pad button {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: none;
            background-color: #e0e0e0;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }
        .call-button {
            margin-top: 20px;
            width: 70px;
            height: 70px;
            background-color: #4CAF50;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .call-button img {
            width: 40px;
        }
    
    
    .new_header{
            background-color: #1477aa !important;
    }
    
    
    
    .memberof{
flex-direction: row;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 20px;
    }
    
    
    .memberof img{
            border-radius: 15px;
    background-color: #ffffff;
    height: 65px;
    object-fit: contain;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: calc(33.33% - 10px);
    }
    
@keyframes shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.shakePhone {
  display: inline-block;
  animation: shake 0.6s ease-in-out infinite;
}

.why_us_video{
    border-radius: 25px;
    max-width: 100%;
    z-index: 10;
    /*position: absolute;*/
    /*right: 55px;*/
    /*top: 50px;*/
    /*max-height: 50dvh;*/
}

.whyPlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #fefefe;
    opacity: 0.7;
    border-radius: 25px;
}

.bg-slider{
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('./images/slider1.jpeg') center center no-repeat;
    background-size: cover;
    padding: 2rem 4rem;
}

.video-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media only screen and (max-width: 769px) {
  .video-slider {
      position: relative;
  }
}
