/*
Theme Name: New Waste Technology
Developer: Abylaikhan Tleukhan
Author URI: https://abylaikhan.freshcode.kz/
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
/* :root {
  --bs-warning: #
  --bs-warning-rgb: #ffd700 !important;
} */

html {
  scroll-padding-top: 150px;
}

h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-size: 3rem;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00b6a4;
  --bs-btn-border-color: #00b6a4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008b7e;
  --bs-btn-hover-border-color: #008b7e;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008b7e;
  --bs-btn-active-border-color: #008b7e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00b6a4;
  --bs-btn-disabled-border-color: #00b6a4;
}
.text-success {
  color: #00b6a4 !important;
}
.bg-success {
  background-color: #00b6a4 !important;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
.pointer {
  cursor: pointer;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}

/* images */
.logo {
  width: 100px;
}
.img-20 {
  width: 20px;
}
.img-24 {
  width: 24px;
}
.img-50 {
  width: 50px;
}
.img-120 {
  width: 120px;
}

/* home page */
.home-hero-section {
  height: 75vh;
}
.map_iframe iframe {
  width: 100% !important;
  border-radius: 20px;
}

.mobile-menu {
  z-index: 2000;
}
.bg-shadow {
  z-index: 1990;
}
.hide-menu {
  left: -100% !important;
}
.video-col iframe {
  width: 100% !important;
  height: 500px !important;
  border-radius: 20px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 75px;
  }
  h1 {
    font-size: 2rem;
  }
  .video-col iframe {
    width: 100% !important;
    height: 320px !important;
    border-radius: 20px;
  }
}
