@import "tailwindcss";

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

:root {
  --main-color: #617329;
  font-family: "Jost", sans-serif !important;
}

a {
  text-decoration: none;
}

/*****STATIC PAGE STYLING*****/

/*****HEADER STYLING START*****/
.section-top {
  padding: 10px 0;
  background-color: #f6f6f6;
}

.section-top__inner nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
}
.menu {
  margin-bottom: 0 !important;
}

.menu,
.nav-right,
.nav-right a {
  display: flex;
  align-items: center;
}
.menu {
  gap: 20px;
}

.nav-right {
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.menu-item {
  position: relative;
  padding: 20px 0;
}

.menu-link {
  line-height: 13px;
  font-size: 15px;
  font-weight: 300;
  color: #323232;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.menu-link:hover {
  color: var(--main-color);
}

.menu-item:hover .menu-drop {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.menu-drop {
  position: absolute;
  visibility: hidden;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  min-width: 220px;
  border-radius: 10px;
  opacity: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.language-mobile {
  display: none !important;
}
.lang-list {
  display: flex;
}
.lang-list li:hover,
.lang-list li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.lang-list li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  transition: 500ms all ease;
}

.lang-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.section-bottom {
  padding: 15px 0;
  background-color: #fff;
  transition: 300ms padding ease;
  text-align: end;
}

.section-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-bottom__inner-navbar {
  display: flex;
  gap: 20px;
}

.section-bottom__inner-navbar .menu-link {
  font-weight: bold;
}

.order-btn img {
  width: 26px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.order-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  color: #000;
  background-color: #fff;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  cursor: pointer;
  text-decoration: none;
}

.order-btn:hover {
  border: 1px solid var(--main-color);
}

.menu-btn-mobile {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e1e1e15e;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-btn-mobile__inner {
  width: 20px;
}
.menu-btn-mobile__inner .line:first-child {
  width: 90%;
}
.menu-btn-mobile__inner .line:last-child {
  width: 80%;
}

.menu-btn-mobile__inner .line {
  width: 100%;
  height: 2px;
  background-color: #323232;
  margin: 3px 0;
}

/****OFFCANVAS STYLING START****/
.offcanvas {
  background: #323232;
  color: #fff;
}
.offcanvas-header {
  justify-content: flex-end;
}
.offcanvas-body {
  display: flex;
  align-items: center;
}
.btn-close-menu {
  cursor: pointer;
}

.mobile-menu .menu-item {
  margin: 20px 0;
  padding: 0;
}
.mobile-menu .menu-link {
  color: #fff;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .menu-link {
    font-size: 13px;
  }

  /****RESPONSIVE CONTACT****/
}

@media only screen and (max-width: 991px) {
  /****RESPONSIVE HEADER****/
  .menu,
  .lang-desktop {
    display: none;
  }
  .menu-btn-mobile {
    display: flex;
  }
  .nav-right {
    width: inherit;
  }
  .section-bottom__inner-navbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /****RESPONSIVE HEADER****/
  .language-mobile {
    display: flex !important;
  }
  .section-bottom__inner {
    justify-content: space-between;
  }
  .section-bottom .order-btn img {
    width: 20px;
  }
  .section-bottom .order-btn {
    font-size: 12px;
  }
  .lang-list li {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
  .lang-list li a {
    font-size: 10px;
  }
  .logo {
    width: 100px;
  }

  /****RESPONSIVE SWIPER-HEADER****/

  .swiper-slide__inner h2 {
    font-size: 22px;
  }
  .swiper-slide__inner a {
    padding: 10px;
    font-size: 15px;
  }
}

.slider {
  position: relative;
}

.swiper-wrapper div {
  width: 100%;
  height: 65vh;
  background-attachment: fixed !important;
}

.swiper-slide__inner {
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  color: #fff;
  padding-bottom: 40px;
}

.swiper-slide__inner h2 {
  margin-bottom: 10px;
  font-size: 36px;
}

.swiper-slide__inner a {
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
  background: var(--main-color);
  width: 150px;
  padding: 14px;
  transition: 200ms all ease;
  text-align: center;
  border-radius: 13px;
}
.swiper-slide__inner a:hover {
  background: #506217;
}

/*.slide-1 { background: url('/img/1722942845_33e5xhncz9_000035.jpeg') center/cover no-repeat }*/

.swiper-button-prev,
.swiper-button-next {
  font-size: 24px;
  color: #333;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: 300ms;
  position: absolute !important;
  z-index: 10 !important;

  svg {
    width: 10px;
  }
}

.slider:hover .swiper-button-prev,
.slider:hover .swiper-button-next {
  opacity: 0.5;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-next {
  right: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
  font-size: 20px;
  font-weight: bold;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(3, 1, 22);
  background: linear-gradient(
    90deg,
    rgb(3 1 22 / 85%) 2%,
    rgb(9 9 9 / 21%) 51%,
    rgb(0 0 0 / 13%) 100%
  );
  z-index: 9;
  top: 0;
  left: 0;
}

/*****STATIC PAGE STYLING*****/

/*****HEADER STYLING START*****/

/****OFFCANVAS STYLING START****/

/*****PRICE-FORM START*****/
#price-form .modal-content {
  padding: 20px 0 0 0;
  max-width: 500px;
  margin: auto;
  /* height: 70vh; */
}

#price-form .modal-body {
  padding: 10px 40px 40px 40px;
}
#price-form .modal-title {
  font-size: 18px !important;
}
#price-form .modal-header {
  margin: 0 40px 10px 40px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title {
  font-weight: 700;
  color: #000;
}
#price-form input.effect {
  height: 50px;
}

#price-form .effect {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px;
  margin: 0 0 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#price-form .modal-content .btn-close {
  display: block;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  right: 50px;
  top: 34px;
  width: 20px;
  z-index: 100;
  padding: 0;
  outline: transparent;
}
#price-form .btn-close:focus {
  box-shadow: none !important;
}

#price-form .submit-btn:hover {
  background-color: #384412;
}

#price-form .submit-btn {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.modal-content {
  border-radius: 8px;
  padding: 30px 40px 70px 40px;
}

.modal-title {
  color: #212122;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.66667;
}

.modal input[type="text"],
.modal textarea {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 56px;
  padding: 0 15px;
  border-radius: 6px;
  color: #212121;
  border: 1px solid #d7dde3;
  background-color: #fcfcfc;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}

.modal input[type="text"]:focus,
.modal textarea:focus {
  border: 1px solid #d7f1be;
  outline: none;
  border-width: 2px;
}

.modal input[type="text"]:focus {
  border-color: #00a0eb !important;
  background: white;
}

.modal button.btn-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #a5a5a5;
}

.modal .btn-close:focus {
  outline: 0;
  box-shadow: none !important;
}

#new-about__section {
  padding: 60px 0px;
}

.new-about__section-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.new-about__section-inner h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.new-about__section-inner h2 span {
  position: relative;
  z-index: 2;
}
.new-about__section-inner h2 span::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: 1;
  width: 90px;
  height: 90px;
  background: linear-gradient(90deg, #f17400 0%, #f17400ba 100%);
  opacity: 0.8;
  filter: blur(35px);
  animation: pulse 3s ease infinite;
}

@keyframes pulse {
  50% {
    transform: scale(0.5);
    filter: blur(25px);
  }
}

.new-about__section-inner p {
  font-size: 18px;
  line-height: 1.5;
  color: #595959;
  margin-bottom: 30px;
}

.new-about__section-inner a {
  position: relative;
  display: inline-block;
  padding: 10px 60px 10px 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: white;
  background: linear-gradient(90deg, #e85e2e 0%, #f174008a 100%);
  border-radius: 30px;
  overflow: hidden;
}

.new-about__section-inner a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.new-about__section-inner a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #e85e2e 0%, #e85e2e 100%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.new-about__section-inner a:hover::before {
  transform: translate3d(45px, 0, 0) scale(0.5);
}

.new-about__section-inner a:hover::after {
  opacity: 1;
}

.new-about__section-inner a:hover span {
  transform: translate3d(15px, 0, 0);
}

.new-about__section-inner a span {
  position: relative;
  z-index: 3;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service_card:hover .service_title :is(h2, p) {
  color: #fff;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
  height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(224 139 47 / 0.8);
}

@media (max-width: 992px) {
  .new-about__section-inner {
    flex-direction: column-reverse;
  }

  .new-about__section-inner img {
    width: 100%;
    object-fit: contain;
  }

  #new-about__section {
    padding: 20px 0 60px 0;
  }

  #new-about__section {
    padding: 0 0 50px 0;
  }

  .new-about__section-right {
    padding: 0 10px;
  }
}

@media (min-width: 1221px) and (max-width: 1919px) {
  .container {
    width: 1200px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .new-about__section-inner {
    flex-direction: column !important;
  }
}

:root {
  --default: #617329;
  --white: #fff;
  --black: #000;
  --color-1: #16113b;
  --bg-4: #16113b;
  --bg-5: #d7d7d7;
  --color-2: #404a3d;
  --color-3: #666;
  --color-4: #404a3d;
  --bg-2: #404a3d;
  --bg-3: #eddd5e;
  --bg-1: #f8f7f0;
  --bg-6: #404a3d;
  --border-2: #404a3d;
  --border-3: #16113b;
  --border-4: rgba(255, 255, 255, 0.377);
  --border-1: rgba(64, 74, 61, 0.2);
  --border-5: #ddd;
  --box-shadow-1: rgb(255 250 250 / 30%);
  --dark: #000;
  --light: #fff;
  --gray-bg: #f8f8f8;
  --accent: #eddd5e;
  --gray: #d7d7d7;
}
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 150px;
}

:is(.pfp-swiper-image, .pfp-thumb-image) {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

:is(
    .contact-conp-form-input:focus,
    .contact-conp-form-input:autofill,
    .contact-conp-form-input:-webkit-autofill
  )
  ~ .contact-conp-form-label {
  top: -0.9rem;
  font-size: 0.813rem;
  color: #000;
  padding-inline: 0.3rem;
  transition: 0.3s;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
  height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: #1ca8f3;
}

.check_desc ul li::marker {
  content: "\2713";
}
:is(.pfp-swiper-image, .pfp-thumb-image) {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

:is(
    .contact-conp-form-input:focus,
    .contact-conp-form-input:autofill,
    .contact-conp-form-input:-webkit-autofill
  )
  ~ .contact-conp-form-label {
  top: -0.9rem;
  font-size: 0.813rem;
  color: #000;
  padding-inline: 0.3rem;
  transition: 0.3s;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
  height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: #1ca8f3;
}

.check_desc ul li::marker {
  content: "\2713";
}

@media (max-width: 768px) {
  h2 {
    font-size: 25px !important;
  }
  .gallery-carousel .item img {
    height: 320px !important;
  }
}

.about-list li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 26px;
  }
}
/* Base theme */

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 32px;
  }
}

:is(.pfp-swiper-image, .pfp-thumb-image) {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

:is(
    .contact-conp-form-input:focus,
    .contact-conp-form-input:autofill,
    .contact-conp-form-input:-webkit-autofill
  )
  ~ .contact-conp-form-label {
  top: -0.9rem;
  font-size: 0.813rem;
  color: #000;
  padding-inline: 0.3rem;
  transition: 0.3s;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
  height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: #1ca8f3;
}

.check_desc ul li::marker {
  content: "\2713";
}

:is(.pfp-swiper-image, .pfp-thumb-image) {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

:is(
    .contact-conp-form-input:focus,
    .contact-conp-form-input:autofill,
    .contact-conp-form-input:-webkit-autofill
  )
  ~ .contact-conp-form-label {
  top: -0.9rem;
  font-size: 0.813rem;
  color: #000;
  padding-inline: 0.3rem;
  transition: 0.3s;
}

#advantages .advantageCarousel::-webkit-scrollbar:horizontal {
  height: 8px;
}

#advantages .advantageCarousel::-webkit-scrollbar-thumb:window-inactive {
  background: #1ca8f3;
}

.check_desc ul li::marker {
  content: "\2713";
}
.projects {
  background: #f2f3f5;
  padding: 50px 0 60px 0;
  text-align: center;
  /* margin-bottom: 50px; */
}

.projects .section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--default);
  /* margin-bottom: 0 !important; */
}
.gallery-carousel {
  position: relative;
}
/* Images grayscale by default */
.gallery-carousel .item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: grayscale(100%) !important;
  transition: filter 0.5s ease, transform 0.5s ease;
  border-radius: 12px;
}
.gallery-carousel .item {
  border-radius: 12px !important;
}
/* Center active item in full color */
.gallery-carousel .owl-item.active.center img {
  filter: grayscale(0%) !important;
  transform: scale(1.05);
}

/* Navigation */
.projects .owl-nav button {
  position: absolute;
  top: 45%;
  width: 60px;
  height: 60px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.projects .owl-carousel {
  position: relative;
}

.projects .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 29% !important;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background-color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.projects .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 29% !important;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background-color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.projects .owl-nav button.owl-prev {
  left: 8%;
}
.projects .owl-nav button.owl-next {
  right: 8%;
}

.projects .owl-nav button:hover {
  background: var(--default) !important;
}
.projects .owl-nav button:hover svg path {
  fill: #fff;
}
.projects .owl-nav svg path {
  fill: var(--default);
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .projects .owl-nav .owl-next {
    right: 10% !important;
  }
  .projects .owl-nav .owl-prev {
    left: 10% !important;
  }
}
@media (max-width: 768px) {
  .projects .owl-nav .owl-prev {
    left: 1% !important;
  }
  .projects .owl-nav .owl-next {
    right: 1% !important;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

.animated {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.onfooter {
  background: linear-gradient(45deg, var(--main-color), #000);
  padding: 40px 0;
}

.onfooter .start {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onfooter h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 22px;
  margin: auto;
  text-align: center;
}

.onfooter-btn {
  width: 220px;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #2d3640;
  border: none;
  transition: 0.3s;
  border: 1px solid #fff;
}

.onfooter-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.modal-content {
  border-radius: 8px;
  padding: 30px 40px 70px 40px;
}

.modal-title {
  color: #212122;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.66667;
}

.modal .infomy {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 11px;
  color: #212121;
  text-align: left;
}

.modal input[type="text"],
.modal input[type="tel"] {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 56px;
  padding: 0 15px;
  border-radius: 6px;
  color: #212121;
  border: 1px solid #d7dde3;
  background-color: #fcfcfc;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}

.modal input[type="text"]:focus,
.modal input[type="tel"]:focus {
  border: 1px solid #d7f1be;
  outline: none;
  border-width: 2px;
}

.modal input[type="text"]:focus,
.modal input[type="tel"]:focus {
  border-color: #00a0eb !important;
  background: white;
}

.modal .button input {
  cursor: pointer;
  background: var(--main-color);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 400;
  box-shadow: 0 20px 53px -20px var(--main-color) !important;
  height: 56px;
  line-height: 56px;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.modal .button input:hover {
  background: #384412;
  color: white;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
}

.modal .infomy span {
  color: var(--main-color);
}

.modal button.btn-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #a5a5a5;
}

.modal .btn-close:focus {
  outline: 0;
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  .onfooter h2 {
    font-size: 24px;
  }
  .onfooter-btn {
    font-size: 15px;
    width: 200px;
  }
  .onfooter .btn {
    width: inherit;
    font-size: 14px;
  }
}

footer {
  background: #000;
  padding: 40px 0 30px 0;
}
footer .logo {
  width: 130px;
}
.footer-main a {
  color: #fff;
}
.footer-main ul {
  display: inline-block;
}
.footer-main .row .footer-item {
  text-align: right;
}
.footer-main .row .footer-item ul {
  text-align: left;
}
.footer-main ul li {
  margin-bottom: 10px;
}
.footer-main ul li a {
  font-size: 13px;
  color: #bdc6cf;
}
.footer-main ul li a:hover {
  color: #fff;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.footer-socials a:hover {
  background: var(--main-color);
}
.footer-socials a:hover i {
  color: #fff;
}

.footer-socials a i {
  color: #000;
}

.footer-numbers i {
  font-size: 17px;
}
.footer-numbers a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-align: end;
  margin-bottom: 10px;
  transition: 0.1s ease-in-out;
}

.footer-numbers a:hover {
  color: var(--main-color) !important;
}

.footer-numbers i {
  color: var(--main-color);
}
.footer-numbers ul li {
  text-align: right;
}
.footer-numbers ul li a {
  font-size: 17px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.footer-numbers .email span {
  color: #bdc6cf;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.copyright {
  position: relative;
  color: #bdc6cf;
  font-size: 13px;
}

.copyright a {
  display: flex;
  align-items: center;
  position: absolute;
  color: #bdc6cf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.oklogo {
  width: 100px;
}

@media only screen and (max-width: 991px) {
  .copyright {
    justify-content: center;
    text-align: center;
  }
  .footer-item-1,
  .footer-item-3 {
    text-align: left !important;
    margin-top: 20px;
  }
  .copyright {
    padding-top: 40px;
  }
  .footer-item-2 ul li {
    text-align: right !important;
  }
}

@media screen and (max-width: 768px) {
  /****RESPONSIVE HEADER****/
  .logo {
    width: 100px;
  }

  footer .logo {
    width: 100px;
  }

  .copyright {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copyright a {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }

  .footer-numbers ul li a {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 580px) {
  .copyright {
    flex-direction: column;
  }
}
