/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Fenix&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
.container {
  max-width: 1270px !important;
  margin: 0 auto;
  padding: 0 15px;
}
@font-face {
  font-family: playfair;
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: fenix;
  src: url(../fonts/Fenix-Regular.ttf);
}
@font-face {
  font-family: rubik;
  src: url(../fonts/Rubik-Regular.ttf);
}
a {
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}
ul {
  list-style-type: none;
}
p {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "fenix", sans-serif;
}
h1,
.title1 {
  font-size: 42px;
  font-weight: 500;
}
h2,
.title2 {
  font-size: 36px;
  font-weight: 300;
}
h3,
.title3 {
  font-size: 28px;
}
/* Header */
.header-bottom {
  /* background: rgb(1, 21, 40); */
  background-color: #ffffff;
  color: #ccc;
}
.header-top {
  background-color: #000000;
  color: #ffffff;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  padding-block: 10px;
}
.head-row {
  justify-content: space-between;
}
.contact-no {
  display: flex;
  justify-content: space-between;
}
.call {
  font-size: 14px;
  color: #ffffff;
}
.nav-container {
  gap: 20px;
  justify-content: space-between;
}
.offcanvas-body {
  justify-content: space-between;
}
.navbar-brand {
  height: 100px;
  width: 290px;
  padding: 0 !important;
  /* margin-block: 5px; */
}
.navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nav-link {
  color: rgb(0, 0, 0) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  line-height: 14px;
  transition: all 300ms ease;
  opacity: 1;
}

.dropdown-item.nav-link {
  color: #252525 !important;
}
.nav-link:hover {
  color: #3ab052 !important;
}
.navbar-expand-lg .offcanvas {
  flex-grow: 0;
  width: fit-content;
  max-width: fit-content;
}
.login {
  color: #ffffff;
  padding: 8px 20px;
  font-weight: 500;
  /* border: 1px solid #ff9500; */
  background-color: #3ab052;
  /* border-radius: 12px; */
  font-size: 15px;
  font-family: "fenix";
}
.login:hover {
  background-color: #104602;
  color: white !important;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
  color: #3ab052 !important;
  transition: all 0.3s ease-in-out;
}
.navbar {
  padding: 0 !important;
}

.dropdown-menu {
  display: none !important;
  background-color: white;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.nav-btn-sm {
  display: none;
}
.offcanvas-body {
  justify-content: center;
  align-items: center;
}

/* Footer-section */
.footer-top {
  background-color: #000000;
  padding: 50px 0 30px;
}
.footer-logo {
  height: 90px;
  width: 100%;
}
.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social-links {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  margin-top: 20px;
}
.social-links > a {
  color: white;
}
.social-links > a:hover {
  transform: scale(1.1);
  color: #3ab052;
  transition: all 0.3s ease-in-out;
}
.footer-list h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  max-width: 90%;
  position: relative;
}
.footer-list h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #3ab052;
  bottom: -1px;
  left: 0;
}
.list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
}
.footer-list .list-item,
.footer-list .list-item a {
  color: white !important;
  font-size: 15px;
}
.footer-list .list-item a:hover {
  color: #3ab052 !important;
}
.footer-list iframe {
  width: 100%;
  height: 250px;
}
.footer-bottom {
  background-color: #d6ee92;
  padding: 15px 0;
}
.footer-bottom p {
  color: #7c7e84;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "rubik", sans-serif;
}
.footer-bottom p a {
  color: #3ab052 !important;
}
.footer-para {
  font-size: 15px;
  color: #ffffff;
  margin-block: 18px;
}
.gst {
  color: #3ab052;
}
@media screen and (max-width: 992px) {
  .navbar-expand-lg .offcanvas {
    width: 100%;
    max-width: 60%;
  }

  .nav-btn-sm .login {
    padding-inline: 8px;
  }

  .offcanvas.offcanvas-end {
    background-color: cornsilk !important;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .navbar-toggler {
    border: none !important;
    outline: none !important;
    background-color: rgb(236, 236, 236) !important;
  }
  .dropdown:hover .dropdown-menu {
    text-align: center;
    background-color: cornsilk;
  }
}
@media screen and (max-width: 768px) {
  #lightBox #close {
    right: 10px !important;
  }
}
@media screen and (max-width: 575px) {
  .navbar-brand {
    max-width: 200px;
    margin-block: 0;
  }
  .contact-no > a {
    font-size: 14px;
  }
  .navbar-expand-lg .offcanvas {
    width: 100% !important;
    max-width: 100%;
  }
  .footer-bottom p {
    font-size: 13px;
  }
  .footer-logo {
    width: 300px;
  }
  .footer-list {
    margin-bottom: 15px;
  }
  h2,
  .title2 {
    font-size: 28px;
  }
  p,
  .para {
    font-size: 14px !important;
  }
  .mail {
    display: none;
  }
  .contact-no {
    justify-content: end;
  }
}
