@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  margin: 0;
  padding: 0;
  gap: 0;
}

html,
body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/preloader.svg);
  background-size: 100px;
}
#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  animation: image-animation 1s linear infinite;
}

#myBtn:hover {
  background-color: rgba(255, 0, 0, 0.5);
}

#myBtn i {
  color: white;
}

.slider {
  position: relative;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease-in-out;
}
.slide1 {
  background-image: url("../Images/aboutbackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.slide1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.85);
}
.slider-info {
  position: absolute;
  color: white;
  top: 60%;
  margin-left: 100px;
  padding: 20px;
  border: none;
  line-height: 45px;
}

.slider-info-header2 {
  position: absolute;
  left: 950px;
  top: 50px;
  display: flex;
}

.slider-info-header2 p {
  width: 200px;
}
.slider-info-header2 p span {
  color: red;
  padding-left: 10px;
}
.slider-info-header2 p .s1 {
  color: white;
}

/* Responsive Styles */

/* For screens smaller than 1200px */
@media screen and (max-width: 1200px) {
  .slider-info {
    top: 50%;
    margin-left: 50px;
  }

  .slider-info-header2 {
    left: 700px;
  }
}

/* For tablets (widths between 768px and 1024px) */
@media screen and (max-width: 1024px) {
  .slider-info {
    top: 45%;
    margin-left: 30px;
    line-height: 40px;
  }

  .slider-info-header2 {
    left: auto;
    right: 50px;
  }

  .slider-info-header2 p {
    width: 180px;
  }
}

/* For mobile screens (widths below 768px) */
@media screen and (max-width: 768px) {
  .slider-info {
    top: 40%;
    margin-left: 20px;
    text-align: center;
    width: 90%;
  }

  .slider-info h1 {
    font-size: 24px;
  }

  .slider-info p {
    font-size: 16px;
    line-height: 30px;
  }

  .slider-info-header2 {
    position: static;
    text-align: center;
    justify-content: center;
  }

  .slider-info-header2 p {
    width: auto;
    font-size: 14px;
  }
}

/* For very small screens (below 480px) */
@media screen and (max-width: 480px) {
  .slider-info {
    top: 35%;
    text-align: center;
    margin: 0 auto;
  }

  .slider-info h1 {
    font-size: 20px;
  }

  .slider-info p {
    font-size: 14px;
    line-height: 25px;
  }

  .slider-info-header2 p {
    font-size: 12px;
  }
}

.social-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: 50px;
}

.start {
  color: white;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
  padding: 30px;
  margin-top: 10px;
}

.social-info {
  position: absolute;
  left: 580px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-info i {
  color: rgb(255, 0, 0);
  font-size: 16px;
  padding: 10px 10px 10px 10px;
}

.social-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.social-info .a2 {
  color: white;
  font-size: 16px;
  text-align: left;
  width: 180px;
}

.social-info .a3 {
  color: white;
  font-size: 16px;
  text-align: center;
  width: 300px;
}

.social-info .a1 {
  color: white;
  font-size: 16px;
  width: 250px;
}

.social-info a:hover {
  color: red;
}
.v1 {
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 5px;
}

.logo-img {
  background-color: rgba(88, 88, 88, 0.3);
  border-right: 3px solid red;
}

.logo-img img {
  padding: 0px 40px;
  z-index: 1000;
  height: 100px;
}
.logo-container {
  position: absolute;
  top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar {
  position: absolute;
  top: 20px;
  left: 550px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  background-color: rgba(88, 88, 88, 0.3);
  border-left: 3px solid red;
}

.nav-bar li {
  list-style: none;
  width: 140px;
  font-weight: 600;
  text-align: center;
}
.nav-bar li a i {
  padding-right: 10px;
  color: white;
  display: none;
}

.nav-bar li a:hover i {
  display: inline-block;
}

.nav-bar a {
  font-weight: 450;
  color: white;
}

.nav-bar a:hover {
  color: red;
}

.nav-bar a.active i {
  display: inline-block;
}
.nav-bar a.active {
  color: #ff0000;
}

.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 100;
}
/* Responsive CSS for Mobile and Tablet */
@media screen and (max-width: 1024px) {
  .nav-bar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.5s ease-in-out;
  }

  .nav-bar.active {
    left: 0;
  }

  .nav-bar li {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .nav-bar a {
    font-size: 24px;
    display: block;
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .logo-container {
    top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .nav-bar {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .nav-bar.active {
    left: 0;
  }

  .menu-toggle {
    display: block;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: 320px;
    top: 30px;
    z-index: 100;
  }
}


/* Default iframe styling */
iframe {
    width: 100%;
    height: 600px;
  }
  
  .map {
    position: relative;
  }
  
  /* Contact Info Box */
  .contact-info {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    width: 720px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact-img img {
    height: 320px;
    width: 350px;
    border-radius: 10px;
  }
  
  .location-info {
    display: flex;
    align-items: center;
    padding: 10px 25px 5px 10px;
  }
  
  .location-info i {
    padding: 20px;
    font-size: 50px;
    color: rgb(116, 116, 116);
  }
  
  .icon-info h1 {
    color: red;
    font-size: 18px;
    padding-bottom: 2px;
  }
  .icon-info a {
    color: rgb(116, 116, 116);
    font-size: 16px;
  }
  
  .contact-form{
    margin-top: 230px;
    display: flex;
  }
  
  .contact-form-info{
    padding: 20px 20px 20px 40px;
  }
  
  .contact-form-info h3{
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 20px;
    color: rgb(116, 116, 116);
  }
  .contact-form-info p  {
    padding-top: 20px;
    width: 500px;
    line-height: 1.5;
    font-size: 16px;
    color: rgb(101,104,101);
  }
  .contact-form-info h1{
    font-size: 60px;
    font-weight: 900;
  }
  form {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  
  .form-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  input, textarea {
    width: 100%;
    padding: 12px;
    background-color: #f1f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  input::placeholder,
  textarea::placeholder{
    font-family:  "Plus Jakarta Sans", serif;
    font-size: 16px;
    font-weight: 500;
  }
  
  textarea {
    resize: none;
  }
  .btn-box1{
    position: relative;
    float: left;
    margin-left: 30px;
  }
  .btn-one-outer1 {
    position: relative;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 7px;
    padding-top: 10px;
    z-index: 1;
    display: inline-block;
    transition: all 600ms ease;
  }
  .btn-one-outer1:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 44px;
    height: 44px;
    z-index: -1;
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    transition: all 600ms ease;
  }
  .btn-one-outer1:after {
    position: absolute;
    content: "";
    right: 3px;
    top: 9px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    border-right: 2px solid #ff0000;
    border-top: 2px solid #ff0000;
    transition: all 600ms ease;
  }
  .btn-style-one1 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(101,104,101);
    padding: 12px 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
    overflow: hidden;
    background: none;
    border-radius: 0px;
    text-transform: capitalize;
    border: 1px solid rgb(116, 116, 116);
    font-family: "Montserrat", sans-serif;
    transition: all 600ms ease;
  }
  .btn-style-one1 .txt {
    position: relative;
    z-index: 1;
  }
  .btn-style-one1:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 55px solid red;
    border-right: 30px solid transparent;
    transition: all 600ms ease;
    transform: translateX(-100%);
  }
  .btn-style-one1:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 55px solid red;
    transition: all 600ms ease;
    transform: translateX(100%);
  }
  .btn-style-one1:hover::before {
    transform: translateX(-40%);
  }
  .btn-style-one1:hover::after {
    transform: translateX(40%);
  }
  .btn-one-outer1:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .btn-one-outer1:hover::before {
    opacity: 0;
  }
  .btn-one-outer1:hover .btn-style-one1 {
    color: #fff;
    transform: translate(-7px, 10px);
  }
  
  
  
  
  /* Responsive Queries */
  
  /* For Laptops and Tablets (max-width: 1024px) */
  @media screen and (max-width: 1024px) {
    .map {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    iframe {
      width: 90%;
      height: 400px;
    }
  
    .contact-info {
      position: relative;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      flex-direction: column;
      width: 90%;
      align-items: center;
      text-align: center;
      padding: 20px;
      margin-top: 20px;
    }
  
    .contact-img img {
      width: 100%;
      height: auto;
    }
  
    .contact-img-info {
      width: 100%;
    }
  
    .location-info {
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
  
    .location-info i {
      font-size: 40px;
      padding: 10px;
    }
  
    .contact-form {
      flex-direction: column;
      text-align: center;
      margin-top: 200px;
    }
  
    .contact-form-info {
      padding: 20px;
    }
  
    .contact-form-info h1 {
      font-size: 50px;
    }
  
    .contact-form-info p {
      width: auto;
    }
  
    form {
      width: 90%;
    }
  
    .form-group {
      flex-direction: column;
    }
  
    .btn-box1 {
      margin-left: 0;
      text-align: center;
    }
  }
  
  /* For Mobile Devices (max-width: 767px) */
  @media screen and (max-width: 767px) {
    .map {
      width: 100%;
      padding: 10px;
    }
  
    iframe {
      width: 100%;
      height: 300px;
    }
  
    .contact-info {
      width: 100%;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 15px;
    }
  
    .contact-img img {
      width: 100%;
      height: auto;
    }
  
    .contact-img-info {
      width: 100%;
    }
  
    .location-info {
      flex-direction: column;
      align-items: center;
      padding: 10px;
      text-align: center;
    }
  
    .location-info i {
      font-size: 35px;
      padding: 8px;
    }
  
    .icon-info h1 {
      font-size: 16px;
    }
  
    .icon-info p {
      font-size: 14px;
    }
  
    .contact-form {
      flex-direction: column;
      margin-top: 150px;
      text-align: center;
    }
  
    .contact-form-info {
      padding: 10px;
    }
  
    .contact-form-info h1 {
      font-size: 40px;
    }
  
    .contact-form-info p {
      width: auto;
      font-size: 14px;
    }
  
    form {
      width: 80%;
    }
  
    .form-group {
      flex-direction: column;
    }
  
    input,
    textarea {
      font-size: 14px;
    }
  
    .btn-box1 {
      text-align: center;
      margin-left: 0;
      margin-top: 20px;
    }
  
    .btn-style-one1 {
      font-size: 14px;
      padding: 10px 30px;
    }
  
    .btn-one-outer1:hover .btn-style-one1 {
      background-color: red;
      color: white;
    }
  }
  
  
  
  
  
  
  .patner{
    display: flex;
    justify-content: center;
    align-items: center;
    width:70%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  

  .patner1{
    padding: 10px;
  }
  .patner1 img{
    filter: grayscale(100%);
  }
  
  .patner1 img:hover{
    filter: none;
  }
  
  /* For tablets (768px - 1024px) */
  @media screen and (max-width: 1024px) {
    .patner {
      flex-wrap: wrap;
      gap: 20px;
    }
  
    .patner1 img {
      width: 120px; /* Adjust image size */
      margin: 20px;
    }
  }
  
  /* For mobile devices (max-width: 767px) */
  @media screen and (max-width: 767px) {
    .patner {
      flex-direction: column;
      margin-top: 40px;
    }
  
    .patner1 img {
      width: 100px; /* Reduce image size for smaller screens */
      margin: 15px;
    }
  }
  
  


  
footer {
    background-image: url("../Images/background-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    color: #fff;
  }
  
  .footer-container {
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    opacity: 0.9;
    justify-content: center;
    gap: 30px;
  }
  
  .footer-logo {
    padding: 40px 20px 10px 10px;
  }
  
  .footer-logo img {
    width: 150px;
    height: 150px;
  }
  
  .footer-logo p {
    padding: 10px;
    text-align: justify;
    width: 300px;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .social-icon .icons {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .social-icon .icons a i {
    color: rgb(116, 116, 116);
    font-size: 25px;
    padding: 10px;
  }
  
  .latest-div {
    padding-top: 10px;
  }
  .f1 {
    background-color: #fff;
    margin: 10px 0px;
    width: 50px;
    height: 1px;
  }
  .latest1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .l-info {
    width: 180px;
    padding-left: 20px;
  }
  .l-info a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
  }
  
  .l-info a:hover {
    color: red;
  }
  
  .l-info p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.2px;
  }
  /* 
  .services h2{
    padding-bottom: 40px;
  } */
  
  .footer-links {
    margin-top: 30px;
  }
  .footer-links li {
    list-style: none;
    line-height: 2;
  }
  
  .footer-links li a {
    color: white;
  }
  .footer-links li a i {
    padding-right: 10px;
  }
  
  .footer-links li a:hover {
    color: red;
  }
  
  .working h2 {
    padding-left: 20px;
  }
  .f2 {
    background-color: #fff;
    margin: 10px 10px 10px 20px;
    width: 50px;
    height: 1px;
  }
  .day {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
  }
  .time {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
  }
  
  .d3 h2 {
    font-size: 25px;
    font-weight: 800;
    padding-top: 20px;
    padding-left: 20px;
    color: red;
  }
  
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  
  .copyright p {
    color: rgb(211, 211, 211);
  }
  
  .copyright-hr {
    width: 90%;
    margin: auto;
    background-color: rgb(101, 104, 101);
    height: 1px;
  }
  
  /* For Tablets (768px - 1024px) */
  @media screen and (max-width: 1024px) {
    .footer-container {
      flex-wrap: wrap;
      text-align: left;
      gap: 20px;
      justify-content: flex-start;
    }
  
    .footer-logo {
      padding: 30px 10px;
    }
  
    .footer-logo p {
      width: auto;
    }
  
    .social-icon .icons {
      justify-content: flex-start;
    }
  
    .latest,
    .services,
    .working {
      width: 100%;
      text-align: left;
    }
  
    .latest1 {
      flex-direction: row;
      align-items: flex-start;
    }
  
    .l-info {
      padding-left: 10px;
      width: auto;
    }
  
    .footer-links {
      text-align: left;
    }
  
    .footer-links li {
      display: block;
      margin: 5px 0;
    }
  
    .working {
      text-align: left;
    }
  
    .d1,
    .d2,
    .d3 {
      text-align: left;
    }
  }
  
  /* For Mobile Devices (max-width: 767px) */
  @media screen and (max-width: 767px) {
    footer {
      height: auto;
      padding-bottom: 20px;
    }
  
    .footer-container {
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
      padding-left: 20px;
    }
  
    .footer-logo {
      padding: 20px;
    }
  
    .footer-logo img {
      width: 150px;
    }
  
    .footer-logo p {
      width: 100%;
      font-size: 14px;
      padding: 10px;
    }
  
    .social-icon h1 {
      font-size: 18px;
    }
  
    .social-icon .icons {
      justify-content: flex-start;
    }
  
    .latest {
      width: 100%;
      text-align: left;
    }
  
    .latest1 {
      flex-direction: row;
      align-items: flex-start;
    }
  
    .l-info {
      width: auto;
      padding-left: 10px;
    }
  
    .footer-links {
      margin-top: 20px;
      text-align: left;
    }
  
    .footer-links li {
      display: block;
      margin-bottom: 5px;
    }
  
    .working {
      text-align: left;
    }
  
    .d1,
    .d2,
    .d3 {
      text-align: left;
    }
  
    .copyright {
      text-align: left;
      padding: 10px;
    }
  }
  
  
  
  
  