@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden;
  background: #f1eee1;
}


a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  font-family: "Montserrat", serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ffff;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 65px;
  line-height: 1.2;
  color: #111111;
  font-weight: 500;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #111111;
  font-weight: 500;
}

h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #111111;
  font-weight: 500;
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  font-family: "Montserrat", serif;
  opacity: 0.7;
}

.green {
  color: #38534f;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.montserrat {
  font-family: "Montserrat", serif;
}

.anton {
  font-family: "Anton", sans-serif;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  padding: 15px 25px;
  display: block;
  z-index: 1;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  content: ".";
  color: transparent;
  background: #38534f;
  height: 2px;
  z-index: -1;
  transform: translateY(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li a:hover {
  color: #fff !important;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li a.active:after {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}


.nav.stroke ul li a.active {
  color: #fff !important;
  transition: 0.3s ease-in-out;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px 18px 18px 30px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  gap: 40px;
  border-radius: 50px;
  overflow: hidden;
}


.theme-btn::before {
  position: absolute;
  top: 50%;
  left: 1.5%;
  width: 75%;
  height: 91%;
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
  background: #f1eee1;
  transform: translateY(-50%);
  border-radius: 50px;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  transition: 0.3s ease-in-out;
  background: #38534f;
}

.theme-btn:hover::before {
  transition: 0.3s ease-in-out;
  width: 96% !important;
}

.theme-btn:hover img.theme-btn-img {
  transition: 0.3s ease-in-out;
  filter: brightness(0) saturate(100%)
}

img.theme-btn-img {
  object-fit: scale-down;
  width: fit-content;
}

span.theme-btn-text {
  font-family: "Montserrat", serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}











.theme-btn1::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  transition: 0.3s ease-in-out;
  background: #8d3030;
  transform: translateY(-50%);
  border-radius: 50px;
}

.theme-btn1::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  content: '';
  transition: 0.3s ease-in-out;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50px;
}



.theme-btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  gap: 40px;
  border-radius: 50px;
  overflow: hidden;
  padding: 18px 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.theme-btn1:hover::after {
  transition: 0.3s ease-in-out;
  height: 100%;
}


/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 25px 0;
  display: block;
  width: 30%;
  margin: 0 auto;
}

section.header {
  background: #F2EEE2;
}

ul.hdr-social-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.hdr-social-list li a {
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

ul.hdr-social-list li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #fff;
}

ul.hdr-social-list li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  z-index: -1;
  background-color: #38534f;
  transform: translate(-50%, -50%);
  content: '';
  transition: 0.3s ease-in-out;
}

ul.hdr-social-list li a:hover::before {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.hdr-search {
  display: flex;
  justify-content: end;
}

a.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #38534f;
  border-radius: 50%;
  color: #fff;
}

.nav ul li:last-child a::after {
  width: 0;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  height: 770px;
}

/* 
.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
} */

.banner-image {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.banner-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  object-position: bottom;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner_text {
  text-align: center;
  padding: 50px 0;
}

span.banner-big {
  display: block;
  font-size: 137px;
}

img.banner-img-2 {
  height: 82%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-position: top;
}

img.banner-text-img {
  position: absolute;
  left: 50%;
  width: 49.4%;
  display: block;
  object-fit: contain;
  transform: translateX(-50%);
  z-index: 9;
  top: 137px;
  height: 18%;
}

.banner_title {
  position: relative;
  z-index: 1;
}


.bottom-hdr {
  border-top: 1px solid #0000002e;
  border-bottom: 1px solid #0000002e;
}

/* Banner end*/

/* section start */

.about_text h2 span {
  display: block;
}

img.about-img {
  height: 600px;
  border-radius: 10px;
}

.about_text {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  background: #f1eee1;
  border-top-left-radius: 15px;
}

.about_text::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 89%;
  content: '';
  background-size: 100% 100%;
  background-image: url(../images/about-line.png);
}

.about_image {
  width: 130%;
}

/* section end */

/* section start */

.line-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}

.line-heading p {
  position: relative;
  z-index: 1;
  margin: 0;
  opacity: 1;
  width: fit-content;
  background: #f1eee1;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111111;
}

.line-heading::before {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: url(../images/line-heading-left.png);
  background-size: 100% 100%;
  background-position: center;
  bottom: 40px;
}

.blog-card {
  position: relative;
  z-index: 1;
  margin: 15px 5px;
  overflow: hidden;
  border-radius: 10px;
}


.blog-card-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 92%;
  transform: translateX(-50%);
  z-index: 2;
}

.blog-text-top {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: space-between;
  gap: 20px;
}

.blog-date {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: end;
}

.blog-text-top * {
  color: #ffff;
  margin: 0;
}

.blog-date p {
  opacity: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 13px;
}

img.blog-img1 {
  height: 400px;
}

a.underline {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}


.blog-card-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(56, 83, 79, 1) 130%); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 130%);
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.blog-card-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(56, 83, 79, 1) 130%);
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 130%); */
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.blog-card:hover .blog-card-image::after {
  transition: 0.3s ease-in-out;
  height: 100%;
}

.blog-card-image {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.blog-hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.blog-card:hover .blog-hidden {
  opacity: 1;
  max-height: 500px;
  /* adjust based on your content height */
}

.blog-bar.reverse .row {
  flex-direction: row-reverse;
}

.blog-bar .row {
  justify-content: center;
}

/* section end */

/* section start */

img.info-img {
  height: 550px;
  border-radius: 10px;
}

.info-top * {
  margin: 0;
}

.info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.info-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-icon i {
  color: #38534f;
}

.info-card {
  margin: 0 20px 20px 20px;
}

.info-image {
  width: 38%;
}

img.info2-img {
  height: 170px;
  border-radius: 10px;
}

.info-right {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 30px 0;
}

.info-text {
  width: 65%;
}

/* section end */

/* section start */

img.solution-img2 {
  height: 200px;
  border-radius: 10px;
}

img.solution-img1 {
  height: 420px;
  border-radius: 10px;
}

.info-card.solution-card .info-top {
  margin: 15px 0;
}

.info-card.solution-card a.underline {
  color: #000;
}

.info-card.solution-card {
  margin: 0px 10px 40px 10px;
}

.blog-card.solution-blog-card img.blog-img1 {
  height: 600px;
}

.blog-card.solution-blog-card {
  margin: 0;
}

/* section end */

/* section start */

section.info-sec.long-sec {
  padding-top: 0;
}

section.blog-sec.long-sec {
  padding-top: 30px;
}

section.solution-sec {
  padding-top: 0;
}

.slick-slide {
  margin: 0 !important;
}

/* section end */

/* section start */

img.footer-logo-img {
  width: 100%;
}

.footer-logo a {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: fit-content;
}

footer {
  padding: 60px 0 0 0;
  background: #191919;
}

.news-box h2 {
  font-size: 39px;
  color: #fff;
  text-align: center;
}

.news-box {
  margin: 10px auto;
  width: 95%;
}

form.news-form {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

input.news-input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ffffff30;
  padding: 0 30px;
  background: transparent;
  color: #ffff;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
}

input.news-input::placeholder {
  color: #ffffff81;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
}

button.news-btn {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8%;
  height: 80%;
  border-radius: 30px;
  color: #fff;
  background: #38534f;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-nav.nav.stroke {
  justify-content: center;
  margin: 20px 0;
  justify-content: space-between;
}

.footer-nav.nav.stroke * {
  color: #ffff;
}

.footer-nav.nav.stroke a::after {
  background: #fff;
}

.footer-nav.nav.stroke a:hover {
  color: #000 !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ffffff30;
}

.footer-bottom * {
  color: #ffff !important;
}

.footer-bottom p {
  opacity: 1 !important;
}

.blog-date i {
  font-size: 20px;
}

.info-card-text {
  padding: 0 10px;
}


ul.hdr-social-list li a i::before {
  font-family: 'FontAwesome' !important;
}

/* section end */

/* section start */

/* CSS */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.overlay-content {
  text-align: center;
  position: relative;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.search-overlay .news-box h2 {
  color: #fff;
  margin-bottom: 20px;
}

/* section end */

.info-card-image:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.info-card-image {
  overflow: hidden;
  border-radius: 10px;
}

.info-card-image img {
  transition: 0.3s ease-in-out;
}

.info-image:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.info-image {
  overflow: hidden;
  border-radius: 10px;
}

.info-image img {
  transition: 0.3s ease-in-out;
}

.blog-card-image:hover img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.blog-card-image {
  overflow: hidden;
  border-radius: 10px;
}

.blog-card-image img {
  transition: 0.3s ease-in-out;
}

/* Home Page end*/