/* global settings */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  outline-style: none;

  border: 0;

  text-decoration: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix::after {
  content: "";

  clear: both;

  display: table;
}

body {
  font-family: "Montserrat", Sans-serif;

  font-weight: 400;

  font-size: calc(1rem + -0.1vw);

  min-width: 265px;

  overflow-x: hidden;
}

@font-face {
  font-family: "Montserrat";

  font-style: normal;

  font-weight: 400;

  font-display: swap;
}

img {
  max-width: 100%;

  height: auto;

  display: block;

  margin: auto;

  padding: 0;
}

:root {
  --bg-soft: #f7f7f7;

  --bg-dark: #e7e7e7;

  --white-color: #ffffff;

  --black-color: #444444;

  --black-color-dark: #222;

  --gray-color: #0f62bb;

  --theme-color: #0d5db3;

  --theme-color-soft: #186ac2;

  --theme-color-dark: #0A529F;

  --background-img-color: #f2f2f2;

  --border-color: #cccccc;

  --small-font-size: calc(0.87rem + -0vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;

  margin: auto;

  padding: 30px 0;
}

.box-inside {
  width: 90%;

  max-width: 1150px;

  margin: auto;

  text-align: center;

  line-height: 1.6;
}

@media screen and (min-width: 980px) {
  .box-inside {
    width: 100%;

    max-width: 1190px;
  }
}

/* main settings */

.main {
  background-color: var(--white-color);

  width: 100%;
}

@media screen and (min-width: 980px) {
  .main {
    margin-top: -30px;

    border-top: 1px solid var(--theme-color);
  }
}

/* top bar section */

.top-bar {
  background-color: var(--gray-color);

  width: 100%;

  height: 100%;
}

.top-bar__inside {
  background-color: var(--gray-color);

  padding: 5px 0;

  color: var(--white-color);

  text-align: center;

  width: 100%;
}

.top-bar__item {
  display: inline-block;

  padding: 5px;
}

.top-bar__link {
  font-size: 0.9rem;

  color: var(--white-color);

  text-decoration: none;

  width: 100%;

  height: 0.9rem;
}

.top-bar__link:hover {
  color: var(--theme-color-soft);

  cursor: pointer;

  text-decoration: none;
}

.top-bar__link:visited {
  color: var(--theme-color-soft);

  text-decoration: none;
}

.top-bar__icon {
  margin-right: 0.3125rem;

  height: 0.9rem;
}

@media screen and (min-width: 980px) {
  .top-bar {
    display: none;
  }
}

/* header section */

.header {
  display: block;

  /* background-color: var(--theme-color); */

  width: 100%;

  height: 85px;
}

.header__logo {
  position: relative;

  top: 0;

  width: 200px;

  height: 65px;

  padding: 10px 0;
}

.header__info {
  display: none;
}

@media screen and (min-width: 980px) {
  .header {
    background-color: var(--white-color);

    width: 100%;

    height: 109px;
  }

  .header__inside {
    position: relative;

    top: 0;

    right: 0;

    height: 109px;

    margin: auto;

    text-align: right;

    width: 71.25rem;

    max-width: 90%;
  }

  /* .header__logo-background {
    position: absolute;

    top: -33px;

    left: -2220px;

    width: 156.25rem;

    border-right: 7.5rem solid transparent;

    border-left: 0 solid transparent;

    border-top: 8.75rem solid var(--theme-color);
  } */

  .header__logo {
    position: absolute;

    top: -1rem;

    left: 0rem;

    width: 230px;
  }

  .header__info {
    display: block;

    margin-top: 32px;

    font-size: var(--small-font-size);

    font-weight: 400;

    color: var(--black-color);
  }

  .header__item {
    list-style-type: none;

    color: var(--black-color);

    display: inline-block;

    background-color: var(--white-color);

    width: auto;

    height: 109px;

    text-align: left;

    padding-top: 3px;
  }

  .header__text {
    display: inline-block;

    line-height: 1.8;

    vertical-align: middle;

    font-size: var(--small-font-size);
  }

  .header__text-bold {
    font-weight: 500;
  }

  .header__text-small {
    font-size: 0.8rem;
  }

  .header__icon {
    border: 0.0625rem solid var(--theme-color);

    border-radius: 5%;

    padding: 0.875rem;

    color: var(--white-color);

    background-color: var(--theme-color);

    font-size: 1rem;

    max-width: 100%;

    width: 48px;

    height: 48px;

    text-align: center;

    margin-left: 0.625rem;

    margin-right: 0.3125rem;
  }
}

/* nav section mobile*/

.nav {
  width: 100%;

  margin: auto;

  background-color: var(--gray-color);

  position: absolute;

  left: -100%;

  z-index: 99;
}

.nav__inside {
  display: block;
}

.nav__item {
  list-style-type: none;

  text-align: left;
}

.nav__link {
  display: inline-block;

  padding: 1.25rem 0rem;

  text-decoration: none;

  color: var(--white-color);

  font-weight: 500;

  width: 100%;
}

.nav__link:hover {
  color: var(--theme-color);
}

.nav__link:visited {
  color: var(--white-color);
}

.nav__link:active {
  color: var(--white-color);
}

.menu-button {
  position: relative;

  right: 0px;

  top: -46px;

  float: right;

  text-align: right;

  cursor: pointer;

  color: var(--theme-color);

  background-color: var(--white-color);

  border: none;

  font-size: 1.5rem;
}

/* nav section pc */

@media screen and (min-width: 980px) {
  .nav {
    width: 96.85%;

    max-width: 1152px;

    display: block;

    position: sticky;

    top: 0;

    z-index: 99;

    margin-top: -30px;
  }

  .nav__inside {
    width: 100%;

    display: inline-block;
  }

  .nav__list {
    display: block;

    text-align: right;
  }

  .nav__item {
    display: inline-block;

    list-style-type: none;

    font-size: 0.8125rem;

    text-align: center;
  }

  .nav__item--left {
    position: absolute;

    left: 0px;
  }

  .nav__link {
    color: var(--white-color);

    padding: 18px 10px;
  }

  .nav__link--custom {
    background-color: var(--theme-color);
  }

  .nav__link:hover {
    background-color: var(--theme-color);

    color: var(--white-color);

    transition: all 0.2s linear;
  }

  .nav__link-custom {
    background-color: var(--theme-color);
  }

  .nav__link-custom:hover {
    background-color: var(--theme-color-soft);

    color: var(--white-color);
  }

  .menu-button {
    display: none;
  }
}

/* slider section */

.slider-section {
  position: relative;

  display: block;

  text-align: center;

  width: 100%;

  height: 100%;

  padding-bottom: 20px;
}

.slider__img {
  position: relative;

  top: 0;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  background-color: var(--background-img-color);

  width: 100%;

  height: 30rem;

  filter: brightness(0.5);

  transition: all 0.8s linear;
}

.slider__img:hover {
  filter: brightness(0.7);
}

.slider__content {
  position: absolute;

  top: 45%;

  left: 50%;

  transform: translate(-50%, -50%);

  color: var(--white-color);

  width: 90%;
}

.slider__title {
  display: inline-block;

  font-size: calc(1.4rem + 0.5vw);

  font-weight: 600;

  line-height: 1.4;

  text-align: center;

  text-transform: uppercase;

  width: 100%;
}

.slider__text {
  font-size: 1.2rem;

  font-weight: 400;

  line-height: 1.4;

  text-align: center;

  padding: 0 10px;
}

.slider-button {
  background-color: var(--theme-color-soft);

  color: var(--white-color);

  font-family: inherit;

  font-size: calc(0.85rem + 0.05vw);

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;

  padding: 12px;

  width: 100%;

  max-width: 120px;

  margin: auto;

  margin-top: 1.875rem;

  border-radius: 0.1875rem;

  cursor: pointer;

  transition: all 0.4s linear;
}

.slider-button:hover {
  background-color: var(--white-color);

  color: var(--black-color-dark);
}

@media screen and (min-width: 980px) {
  .slider-section {
    margin-top: 0px;
  }

  .slider__content {
    top: 48%;
  }

  .slider__text {
    padding: 0 15px;
  }
}

.intro {
  max-width: 1160px;

  width: 90%;
}

.intro__title {
  font-size: 22px;

  font-weight: 600;

  text-transform: uppercase;
}

.intro__text {
  padding-bottom: 20px;
}

/* widget section */

.widget {
  width: 100%;

  height: 100%;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-template-rows: repeat(6, auto);

  grid-template-areas:
    "widget-1 widget-1 widget-1 "
    "widget-2 widget-2 widget-2 "
    "widget-3 widget-3 widget-3 "
    "widget-4 widget-4 widget-4 "
    "widget-5 widget-5 widget-5 "
    "widget-6 widget-6 widget-6 ";
}

.widget-1,
.widget-2,
.widget-3,
.widget-4,
.widget-5,
.widget-6 {
  /*   background-color: var(--white-color); */

  color: var(--black-color);

  padding: 18px 0;

  text-align: center;
}

.widget-1:hover,
.widget-2:hover,
.widget-3:hover,
.widget-4:hover,
.widget-5:hover,
.widget-6:hover {
  opacity: 0.8;

  transition: all 0.4s ease-in-out;
}

.widget-1 {
  grid-area: widget-1;
}

.widget-2 {
  grid-area: widget-2;
}

.widget-3 {
  grid-area: widget-3;
}

.widget-4 {
  grid-area: widget-4;
}

.widget-5 {
  grid-area: widget-5;
}

.widget-6 {
  grid-area: widget-6;
}

@media screen and (min-width: 480px) {
  .widget {
    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: repeat(3, auto);

    grid-template-areas:
      "widget-1 widget-2  "
      "widget-3 widget-4 "
      "widget-5 widget-6";
  }
}

@media screen and (min-width: 900px) {
  .widget {
    grid-template-columns: repeat(3, 1fr);

    grid-template-rows: repeat(2, auto);

    grid-template-areas:
      "widget-1 widget-2 widget-3 "
      "widget-4 widget-5 widget-6 ";
  }
}

.widget__img {
  max-width: 90%;
}

.widget__title {
  max-width: 90%;

  margin: auto;

  font-size: 16px;

  font-weight: 600;

  text-align: center;

  text-transform: uppercase;

  line-height: 1.6;

  padding: 20px 0;
}

.widget__description {
  max-width: 90%;

  margin: auto;

  text-align: center;

  line-height: 1.6;
}

/* icons section */

.icons-section {
  margin: 40px 0 20px;
}

.icons__title {
  font-size: 22px;

  font-weight: 600;

  text-transform: uppercase;
}

.icons-section__inside {
  width: 100%;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-template-rows: repeat(4, auto);

  grid-template-areas:
    "icon-box__1 icon-box__1 icon-box__1 icon-box__1"
    "icon-box__2 icon-box__2 icon-box__2 icon-box__2 "
    "icon-box__3 icon-box__3 icon-box__3 icon-box__3"
    "icon-box__4 icon-box__4 icon-box__4 icon-box__4";
}

.icon-box__1,
.icon-box__2,
.icon-box__3,
.icon-box__4 {
  color: var(--black-color);

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  margin-bottom: 20px;
}

.icon-box__1 {
  grid-area: icon-box__1;
}

.icon-box__2 {
  grid-area: icon-box__2;
}

.icon-box__3 {
  grid-area: icon-box__3;
}

.icon-box__4 {
  grid-area: icon-box__4;
}

.icon-box__item {
  width: 90%;

  height: 100%;

  border: 2px solid var(--border-color);

  margin-bottom: 10px;
}

.icon-box__item:hover {
  border: 2px solid var(--theme-color);

  transition: all 0.7s ease-in;
}

.icon-box__img {
  font-size: 50px;

  text-align: center;

  width: 100px;

  height: 100px;

  font-weight: 700;

  color: var(--theme-color);

  border: 3px solid var(--theme-color);

  border-radius: 50%;

  padding: 20px;

  margin-top: 40px;
}

.icon-box__title {
  padding: 30px 15px;

  line-height: 1.4;

  font-weight: 600;
}

@media screen and (min-width: 480px) {
  .icons-section__inside {
    width: 99.4%;

    grid-template-rows: repeat(2, auto);

    grid-template-areas:
      "icon-box__1 icon-box__1 icon-box__2 icon-box__2"
      "icon-box__3 icon-box__3 icon-box__4 icon-box__4";
  }
}

@media screen and (min-width: 900px) {
  .icons-section__inside {
    grid-template-rows: repeat(1, auto);

    grid-template-areas: "icon-box__1 icon-box__2 icon-box__3 icon-box__4";
  }

  .icons-section__inside {
    max-width: 1180px;
  }
}

/* cta section */

.cta-section {
  background-color: var(--theme-color-soft);
}

.cta__inside {
  width: 100%;

  padding: 25px 0 40px;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-template-rows: repeat(3, auto);

  grid-template-areas:
    "cta__text     cta__text"
    "cta__button-1 cta__button-1"
    "cta__button-2 cta__button-2";
}

.cta__text,
.cta__button-1,
.cta__button-2 {
  background-color: var(--theme-color-soft);

  color: var(--black-color-dark);

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.cta__text {
  grid-area: cta__text;

  justify-content: center;

  color: var(--white-color);

  font-size: 20px;

  font-weight: 600;

  text-transform: uppercase;

  line-height: 1.6;

  padding: 20px;
}

.cta__button-1 {
  grid-area: cta__button-1;

  justify-content: center;

  margin: 5px;
}

.cta__button-2 {
  grid-area: cta__button-2;

  justify-content: center;

  margin: 5px;
}

@media screen and (min-width: 480px) {
  .cta__inside {
    padding: 40px 0 30px;

    grid-template-rows: repeat(2, auto);

    grid-template-areas:
      "cta__text cta__button-1"
      "cta__text cta__button-2";
  }
}

/* cta buttons */

.cta__btn {
  width: 190px;

  height: 55px;

  border-radius: 3px;

  font-size: 0.85rem;

  font-weight: 600;

  font-family: inherit;

  text-transform: uppercase;

  cursor: pointer;

  transition: all 0.3s linear;
}

.cta__btn--white {
  background-color: var(--white-color);

  color: var(--black-color-dark);
}

.cta__btn--white:hover {
  background-color: var(--gray-color);

  color: var(--white-color);
}

.cta__btn--dark {
  background-color: var(--black-color-dark);

  color: var(--white-color);
}

.cta__btn--dark:hover {
  background-color: var(--white-color);

  color: var(--gray-color-dark);
}

.cta__btn--clear {
  background-color: var(--theme-color);

  color: var(--white-color);

  box-shadow: inset 0 0 0 2px var(--white-color);
}

.cta__btn--clear:hover {
  background-color: var(--white-color);

  color: var(--black-color-dark);

  box-shadow: inset 0 0 0 2px var(--white-color);
}

/* footer section */

.footer {
  grid-area: footer;

  width: 100%;

  max-width: 100%;

  margin: auto;

  background-color: var(--theme-color);

  color: var(--white-color);
}

.footer__inside {
  height: auto;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  color: var(--white-color);
}

.footer__list {
  list-style-type: none;

  padding: 20px 0;
}

.footer__item {
  display: inline-block;

  padding: 5px;
}

.footer__link {
  color: var(--white-color);

  display: inline;
}

.footer__link:hover {
  color: var(--theme-color);
}

/* general components */

.icon-titles {
  position: relative;

  margin-bottom: -35px;

  color: var(--theme-color);

  font-size: 25px;

  text-align: center;
}

.title-border {
  margin: auto;

  margin-top: -15px;

  margin-bottom: 10px;

  height: 0.1875rem;

  width: 2.1875rem;

  display: block;

  background-color: var(--theme-color);
}

.title-border--white {
  background-color: var(--white-color);
}

.title-border--left {
  margin-left: 0;
}

.wa {
  margin: auto;

  width: 100%;

  max-width: 71.25rem;
}

.wa__button {
  position: fixed;

  display: block;

  bottom: 0.625rem;

  margin-left: 0.625rem;

  width: 3.75rem;

  height: 3.75rem;

  color: #fff;

  background-color: #25d366;

  border-radius: 50%;

  cursor: pointer;
}

.wa__icon {
  font-size: 2.5rem;

  transform: translateY(25%);
}

.wa__notif {
  position: relative;

  display: block;

  top: -2.625rem;

  right: -2.5rem;

  width: 1.25rem;

  height: 1.25rem;

  font-size: 0.75rem;

  font-weight: bold;

  padding: 2px;

  color: #fff;

  background-color: red;

  border: 0.063rem solid red;

  border-radius: 50%;
}

@media screen and (min-width: 1150px) {
  .wa__button {
    margin-left: -5.5rem;
  }
}

.button-up {
  position: fixed;

  bottom: 12px;

  right: 10px;

  font-size: 15px;

  padding: 15px;

  color: var(--white-color);

  background-color: rgba(0, 0, 0, 0.651);

  border-radius: 3px;

  cursor: pointer;
}

/* contact form section */

.form {
  margin: auto;

  background-color: var(--white-color);
}

.main-form {
  background-color: var(--bg-soft);
}

.form__row {
  width: 100%;

  padding-bottom: 30px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-template-rows: repeat(2, auto);

  grid-template-areas:
    "form-col-1 form-col-1 form-col-1"
    "form-col-2 form-col-2 form-col-2";
}

.form-col-1 {
  grid-area: form-col-1;

  padding: 0 1.25rem 1.25rem;

  text-align: left;
}

.form-col-2 {
  grid-area: form-col-2;

  padding: 0 1.25rem 1.25rem;

  text-align: left;
}

@media screen and (min-width: 768px) {
  .form__row {
    grid-template-rows: repeat(2, auto);

    grid-template-areas:
      "form-col-1 form-col-1 form-col-2"
      "form-col-1 form-col-1 form-col-2";
  }

  .form-col-1 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 980px) {
  .form {
    margin-top: 28px;

    width: 92%;

    max-width: 1150px;
  }

  .form-col-1 {
    padding-right: 50px;
  }

  .form-content {
    padding: 1.25rem 2.5rem 1.25rem 0;
  }

  .send-msje {
    padding: 0;

    width: 92%;
  }
}

.submit {
  background-color: var(--theme-color);

  padding: 0.625rem;

  margin: 0;

  border: none;

  outline: none;

  border-radius: 0.188rem;

  cursor: pointer;

  color: var(--white-color);

  font-weight: 500;

  font-size: var(--small-font-size);

  text-align: center;

  width: 80%;

  max-width: 7.5rem;
}

.submit:hover {
  background-color: var(--theme-color-soft);
}

.textarea {
  height: 6.25rem;
}

.input,
.textarea {
  margin-bottom: 0.625rem;

  font-size: var(--small-font-size);

  padding: 0.938rem 0.625rem 0.625rem;

  border: 0.063rem solid var(--border-color);

  color: var(--gray-color);

  border-radius: 0.313rem;

  width: 100%;

  outline: none;

  font-family: inherit;
}

.contact-details {
  /*  padding: 1.25rem; */

  font-size: var(--small-font-size);

  line-height: 1.8;
}

.send-msje {
  display: block;

  color: #0859d3;

  padding: 0 1.25rem;
}

/*google maps */

.map {
  position: relative;

  margin: auto;

  max-width: 1150px;

  background-color: var(--background-img-color);
}

.responsive-map {
  position: relative;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 28.125rem;
}

.title-contact {
  text-align: left;

  font-weight: 600;

  font-size: calc(1rem + 0.2vw);

  text-transform: uppercase;
}

.title-border--left {
  margin-top: -28px;
}

.g-recaptcha {
  margin-bottom: 0.8rem;
}

/*end styles*/
