/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
}

body {
  color: #07171D;
  font-weight: 400;
  font-family: 'League Spartan', sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */
.header__area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 22;
  padding-top: 40px;
}

.ampalla__content span {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.header__top__content p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: League Spartan;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__top__area {
  background: #000000;
  padding: 5px 0;
}

.main__menu ul li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}

.header__btn {
  margin-left: 67px;
}

.main__menu ul li a {
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 26px 0;
  transition: .3s all;
}

.social__ico__blk {
  display: flex;
  gap: 8px;
  margin-left: 30px;
}

.header__btn a {
  color: #FFF;
  text-align: center;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: #3170B0;
  display: flex;
  height: 35px;
  width: 99px;
  align-items: center;
  justify-content: center;
  border: 1px solid #3170B0;
  transition: .3s all;
}

.header__btn a:hover {
  background: #fff;
  color: #3170B0;
}

.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.header__right__blk {
  display: flex;
  align-items: center;
}

.mega__menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 30px;
  display: flex;
  width: 582px;
  gap: 10px;
  transition: .3s all;
  position: absolute;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 333;
}

.mega__menu__left {
  width: 225px;
  flex: 0 0 auto;
}

.mega__menu__left h4 {
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main__menu .main__menu__link a {
  padding: 0;
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 3px;
  transition: .3s all;
}

.mega_menu_right p {
  color: #000;
  font-family: League Spartan;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.header__right__blk ul li:hover>a {
  color: #3170B0;
}

.main__menu ul li:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main__menu .main__menu__link a:hover {
  color: #3170B0;
}


.custom-select {
    background-color: transparent; /* Průhledné pozadí */
    color: white; /* Bílý text */
    border: 1px solid white; /* Bílý rámeček */
}

.custom-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); /* Bílý focus glow */
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */

.hero__btn a {
  background: #FF0000;
  border: 1px solid #FF0000 !important;
}

.common__btn a {
  font-size: 22px;
  font-weight: 600;
  transition: .3s all;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 305px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 2px;
}

.common__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__btn a:hover {
  background: transparent !important;
  color: #FF0000 !important;
}

.hero__title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 66px;
  margin: 0;
  letter-spacing: 2px;
}

.hero__title {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}

.hero__thumb {
  max-width: 500px;
}

.hero__wrapper .row {
  align-items: center;
}

.common__btn a:hover {
  background: #fff;
  color: #FF0000;
}

.certified__cheak a {
  font-size: 16px;
  color: #Fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.certified__cheak img {
  height: 40px;
}

.hero__area {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 75px 0;
  padding-top: 130px;
}

.boji__video__thumb iframe {
  width: 100%;
  height: 395px;
  border-radius: 15px;
}

.certified__cheak__blk {
  display: flex;
  align-items: center;
  gap: 75px;
  max-width: 500px;
  justify-content: center;
}

.hero__thumb img {
  width: 100%;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- GENERACE AREA START ------------------------ */

.common__title h4 {
  font-size: 37px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
  display: flex;
  gap: 15px;
}

.generace__area {
  padding: 50px 0;
  border-bottom: 0px solid #E7E8EC;
  margin-bottom: 00px;
}

.common__title img {
  width: 40px;
}

.common__title p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 24px;
}

.generace__inner__blk .common__title {
  max-width: 859px;
  padding-bottom: 50px;
}

.generace__item__title h6 {
  font-size: 37px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #fff;
}

.generace__item__title {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.generace__text__blk p {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  line-height: 23px;
}

.safe__ring__wrapper {
  padding-top: 40px;
}

.generace__text__blk {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.nove__inner__blk {
  position: relative;
}

.nove__area {
  padding-bottom: 0px;
  border-bottom: 0px solid #E7E8EC;
}

.nove__shape__one {
  position: absolute;
  right: 23%;
  top: 45%;
  transform: rotate(143deg);
  max-width: 100px;
}

.nove__shape__two {
  position: absolute;
  top: 64%;
  max-width: 100px;
  left: 26%;
}

.nove__shape__three {
  position: absolute;
  top: 52%;
  max-width: 100px;
  right: 27%;
  transform: rotate(25deg);
}

.generace__text__blk::before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  content: '';
  background: #fff;
  transition: .3s all;
}


.genarace__thumb {
  max-width: 500px;
}


.generace__img__blk {
  display: flex;
  z-index: 1;
  margin-top: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 30px;
  padding-left: 30px;
}

/* ----------------------------------------- GENERACE AREA END ------------------------ */


/* ----------------------------------------- POZARNI AREA START ------------------------ */
.pozarni__area {
  background: #141414;
  padding-bottom: 25px;
}

.pozarni__thumb img {
  border-radius: 15px;
}

.single__pozarni__thumb img {
  height: 425px;
}

.pozarni__inner__blk .common__title {
  padding-bottom: 50px;
}

.cgd__thumb {
  padding-top: 90px;
  max-width: 50%;
}

/* ----------------------------------------- POZARNI AREA END ------------------------ */


/* ----------------------------------------- BOJI AREA START ------------------------ */

.boji__area {
  background: #141414;
  padding-top: 74px;
  padding-bottom: 55px;
}

.boji__video__thumb img {
  border-radius: 15px;
}

/* ----------------------------------------- BOJI AREA END ------------------------ */


/* ----------------------------------------- AMPLLA AREA START ------------------------ */
.amplla__area {
  background: #141414;
  padding-top: 75px;
  padding-bottom: 10px;
}

.ampalla__content p {
  font-size: 17px !important;
}

.ampalla__content h4 {
  font-size: 32px !important;
  margin-bottom: 5px !important;
  justify-content: center;
}

.ampalla__single__item {
  min-height: 526px;
}

.ampalla__text h4 {
  margin: 0;
  text-align: right;
  justify-content: flex-end;
}

.ampalla__text {
  padding-top: 50px;
  padding-bottom: 30px;
}

.main__area {
  background: #141414;
}

.ampalla__thumb {
  height: 280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ampalla__thumb img {
  height: 100%;
  flex: 0 0 auto;
  object-fit: cover;
}

.nove__text h4 {
  text-transform: uppercase;
}

.nove__single__item {
  min-height: 380px !important;
}

.nove__btn a {
  width: 380px !important;
  text-align: center !important;
  font-size: 18px !important;
}

.nove__btn {
  padding-top: 30px;
}

.pazarin__slider__area.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}

.pazarin__slider__area .owl-item.active.center {
  height: 422px;
}

.pazarin__slider__area .owl-item.active.center .pozarni__thumb,
.pazarin__slider__area .owl-item.active.center img {
  height: 100%;
  object-fit: cover;
  transition: .3s all;
}

.common__title span {
  flex: 0 0 auto;
}

.generace__logo img {
  height: 90px;
}

.generace__title__img {
  margin-top: -20px;
}

.nove__text a span {
  flex: 0 0 auto;
}

.certified__cheak a span {
  flex: 0 0 auto;
}

.generace__dot__text__blk {
  padding-left: 50px;
}

.pozarni__inner__blk .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.pozarni__inner__blk .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #D0D0D0;
  margin: 0 4px;
  transition: .3s all;
}
.pozarni__inner__blk .owl-dots .owl-dot.active {
  background: #CF9600;
}
.second__genarace__thumb {
  max-width: 396px;
  margin: 0 auto;
}

/* ----------------------------------------- AMPLLA AREA END ------------------------ */

/* ----------------------------------------- HYDRANT AREA  ------------------------ */

.flip-both {
    transform: scaleX(-1) scaleY(-1);
}


/* ----------------------------------------- HYDRANT AREA END ------------------------ */


/* ----------------------------------------- CENA AREA START ------------------------ */


.nove__text a {
  font-size: 37px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #FF0000;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  transition: .3s all;
}

.nove__text img {
  width: 40px;
}

.nove__text a:hover {
  color: #fff;
}

.cena__area {
  padding-top: 70px;
  padding-bottom: 0px;
  border-bottom: 0px solid #E7E8EC;
}

.safe__title h5 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}

.safe__title {
  border-bottom: 2px solid #fff;
  max-width: 150px;
  margin: 0 auto;
}

.safe__ring__single__step {
  max-width: 242px;
  margin: 0 auto;
  border: 4px solid #fff;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 185px;
}

.safe__content h6 {
  font-size: 20px;
  color: #Fff;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.safe__content {
  margin-top: 10px;
}

.safe__content h5 {
  color: #FF0606;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.safe__content p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-style: italic;
}

.safe__btn__blk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
  flex-wrap: wrap;
}

/* ----------------------------------------- CENA AREA END ------------------------ */


/* ----------------------------------------- DESIGN AREA START ------------------------ */
.design__area {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 0px solid #E7E8EC;
}

.common__btn img {
  width: 30px;
}

.modely__btn a {
  width: 330px !important;
  font-size: 20px !important;
}

.modely__btn {
  margin-top: 120px;
}

.design__inner__blk .common__title {
  padding-bottom: 40px;
}

.design__wrapper .row {
  align-items: center;
}

/* ----------------------------------------- DESIGN AREA END ------------------------ */



/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  padding: 45px 0;
}

.contact__text h6 {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.contact__text a {
  color: #FFFFFFF0;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
  transition: .3s all;
}

.contact__text a:hover {
  color: #0FB5EA;
}

.contact__text {
  padding-bottom: 20px;
}

.footer__contact {
  padding-top: 30px;
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo {
  max-width: 252px;
}

.footer__soial__blk img {
  width: 25px;
  height: 25px;
}

.footer__soial__blk {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */












/* ----------------------------------------- FORM CONTROL AREA START ------------------------ */

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__flag {
  background-image: url("../img/flags.png");
}

/* @media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
} */

/* ----------------------------------------- FORM CONTROL AREA START ------------------------ */


/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu .social__ico__blk {
  margin-left: 0;
  justify-content: center;
  width: 100%;
}

.mobile__menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  width: 330px;
  padding: 15px;
  padding-top: 120px;
  transition: .3s all;
  left: -100%;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.header__logo {
  max-width: 200px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 555;
  transition: .5s all;
  opacity: 0.7;
}

/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */
