@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*** Menu ***/
nav {
  max-width: 50rem;
  font-size: 1.1em;
}

nav ul {
  list-style: none;
  margin: 0;
}

/* Open/close menu button */
@media (min-width: 40rem) {
  button {
    display: none;
  }
}
/* Menu */
.menu {
  display: none;
  flex-direction: column;
  position: relative;
}

@media (min-width: 40rem) {
  .menu {
    display: flex;
    flex-direction: row;
  }
}
.menu.activated {
  display: flex;
}

/* Menu button */
.menu__button {
  padding: 0 1em;
  cursor: pointer;
  text-align: center;
  flex: 1 0 auto;
  position: relative;
}
.menu__button a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
.menu__button a::before {
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  position: absolute;
  bottom: -8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu__button:hover a::before {
  width: 100%;
}

@media (min-width: 40rem) {
  .menu__button--arrow {
    position: relative;
  }
  .menu__button--arrow::before {
    content: "▼";
    color: #aaa;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: scale(0.5, 0.3) translate(-50%);
  }
  .menu__button--arrow:hover::before {
    display: none;
  }
}
/* Dropdown menu */
.dropdown-container {
  width: 100%;
  display: none;
  margin-top: 1rem;
  position: relative;
  box-shadow: 0 0 2rem #222;
}

.dropdown-container::before {
  content: "▼";
  transform: scale(0.7);
  position: absolute;
  color: #fff;
  top: -2.5rem;
  left: 0;
  background-color: #444;
  border-radius: 100%;
  padding: 0.25em 0.55em;
  box-shadow: 0 0 2rem #222;
}

/* Dropdown menu - desktop */
@media (min-width: 40rem) {
  .dropdown-container {
    display: block;
    position: absolute;
    left: 0;
    box-shadow: none;
    pointer-events: none;
    overflow: hidden;
    margin-top: 0.75rem;
    border-radius: 0 0 0.25em 0.25em;
  }
  .dropdown-container::before {
    display: none;
  }
}
/* Dropdown menu content*/
.dropdown-container > ul {
  background-color: #444;
  transition: 250ms;
}

.dropdown-container > ul > li {
  padding-block: 0.75em;
}

.dropdown-container > ul > li:hover {
  background-color: #4fff8a;
  color: #222;
}

.menu__button.activated .dropdown-container {
  display: block;
}

/* Dropdown menu content - desktop */
@media (min-width: 40rem) {
  .dropdown-container > ul {
    transform: translate(0, -100%);
  }
  .menu__button:hover > .dropdown-container {
    pointer-events: initial;
  }
  .menu__button:hover > .dropdown-container > ul {
    transform: translate(0, 0);
  }
}
/**** Menu End ***/
@media (max-width: 767px) {
  .nav-main {
    position: absolute;
  }
  .menu-icon-btn {
    float: right;
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 1.6em;
    z-index: 2;
    position: relative;
  }
  .menu {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .menu.activated {
    position: absolute;
    display: block;
    width: 100%;
    top: -1em;
    background: #6c6c6c;
    left: 0;
    margin: 0;
    padding: 0;
    padding: 1.5em 0;
    height: 100vh;
    z-index: 1;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?sa97sz");
  src: url("../fonts/icons.eot?sa97sz#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?sa97sz") format("truetype"), url("../fonts/icons.woff?sa97sz") format("woff"), url("../fonts/icons.svg?sa97sz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-fill:before {
  content: "\e905";
}

.icon-instagram-fill:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-telegram:before {
  content: "\e901";
}

.icon-certificate-icon:before {
  content: "\e906";
}

.icon-phone-icon:before {
  content: "\e907";
}

.icon-brochure:before {
  content: "\e900";
}

.icon-sales-forecast-1:before {
  content: "\e901";
}

@font-face {
  font-family: GT;
  src: url(../fonts/GT-Super-Display-Light_618a4a93.woff2) format("woff2"), url(../fonts/GT-Super-Display-Light_8d5243ef.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GT;
  src: url(../fonts/GT-Super-Display-Light_618a4a93.woff2) format("woff2"), url(../fonts/GT-Super-Display-Light_8d5243ef.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: GT;
  font-size: 0.9em;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 5px;
}
header .row {
  height: 75px;
}
header .socail-media-icons a {
  color: #fff;
  font-size: 1.4em;
  margin: 0 0.3em;
}
header .socail-media-icons a:last-child {
  margin-right: 0;
}
header .socail-media-icons a.icon-facebook {
  font-size: 1.45em;
}
header.bg-white {
  color: #000;
  margin-top: 0;
  -webkit-box-shadow: 0 0 12px 0px #edeaea;
  -moz-box-shadow: 0 0 12px 0px #edeaea;
  box-shadow: 0 0 12px 0px #edeaea;
}
header.bg-white a {
  color: #000;
}
header.bg-white .menu__button a::before {
  background: #000;
}
header.bg-white .row {
  height: 70px;
}

.logo a {
  color: #fff;
}

.main-banner {
  background: url(../images/main-banner-image.jpg) no-repeat center;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 10%;
}
.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main-banner .content {
  color: #fff;
  z-index: 1;
  position: relative;
}
.main-banner .content h1 {
  font-size: 4em;
}
.main-banner .content p {
  font-size: 1.3em;
}
.main-banner .content a {
  color: #030000;
  font-size: 1.3em;
  background: transparent;
  padding: 0.8em 1.6em;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  border-radius: 0.35em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 0.1em solid #fff;
  color: #000;
  width: 252px;
  height: 60px;
  font-size: 1.5em;
  line-height: 2.5;
  padding: 0;
}
.main-banner .content a.a-link {
  background: #fff;
}
.main-banner .content a.a-link:hover {
  background: transparent;
  color: #fff;
}

.socail-media-icons.top a {
  border: 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 0.5em auto 0;
  color: #fff;
  letter-spacing: 1px;
  display: block;
}
.socail-media-icons.top a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.socail-media-icons.top i {
  display: inline-block;
  width: 1.4em;
  text-align: left;
  font-size: 1.2em;
  position: relative;
  top: 4px;
}
.socail-media-icons.top i.icon-youtube {
  left: -4px;
}

.about-content h1 {
  font-size: 3.2em;
}
.about-content p {
  font-size: 1.2em;
  line-height: 2;
}

.follow-section {
  background: #eeedeb;
}
.follow-section h1 {
  font-size: 3em;
  line-height: 0.9;
}
.follow-section p {
  font-size: 1.2em;
}
.follow-section a {
  color: #fff;
  font-size: 1.3em;
  background: #000;
  padding: 0.6em 1.6em;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  border-radius: 0.35em;
  display: inline-block;
  width: 12em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 0.1em solid #000;
}
.follow-section a:hover {
  background: transparent;
  color: #000;
}

.follow-section-image img {
  max-width: 100%;
}

footer {
  background: #eeedeb;
}
footer a {
  color: #939598;
  font-size: 1.4em;
  margin: 0 0.5em;
}
footer a.icon-instagram:hover {
  color: #B63188;
}
footer a.icon-youtube:hover {
  color: #F70000;
}
footer a.icon-facebook:hover {
  color: #395498;
  font-size: 1.45em;
}
footer a.icon-telegram:hover {
  color: #26A2E0;
}

.contact-section h1 {
  font-size: 3.2em;
}

.contact-form button {
  background-color: #000;
  border-color: #000;
  width: 50%;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.contact-form button:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1920px) {
  .main-banner {
    padding-top: 8%;
  }
  .main-banner .content h1 {
    font-size: 5em;
  }
  .main-banner .content p {
    font-size: 1.6em;
  }
  .main-banner .content a {
    font-size: 1.9em;
    margin-top: 0.6em;
    width: 380px;
    height: 90px;
    font-size: 1.9em;
    padding: 0;
    line-height: 3;
  }
  .about-content h1 {
    font-size: 4.5em;
  }
  .about-content p {
    font-size: 1.8em;
  }
  .follow-section h1 {
    font-size: 3.2em;
  }
  .follow-section a {
    width: 14em;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .main-banner {
    padding-top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner {
    padding-top: 20%;
  }
  .about-content h1 {
    font-size: 2.5em;
  }
  .about-content p {
    line-height: 1.5;
  }
  .follow-section h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .about-content {
    padding-left: 6em;
  }
}
@media (max-width: 767px) {
  .main-banner {
    background-image: url(../images/main-banner-image-mobile.jpg);
    background-size: cover;
    background-attachment: scroll;
    padding-top: 25%;
  }
  .main-banner .content {
    padding: 0 1em;
  }
  .main-banner .content h1 {
    font-size: 2.2em;
  }
  .main-banner .content p {
    padding: 0 2em;
  }
  .main-banner .content p,
  .main-banner .content a {
    font-size: 1.05em;
  }
  .main-banner .content a {
    width: 200px;
    height: 44px;
    font-size: 1.1em;
  }
  .about-content h1 {
    font-size: 2.2em;
  }
  .about-image img {
    max-width: 70%;
  }
  .follow-section-image img {
    max-width: 75%;
  }
  .follow-section h1 {
    font-size: 2.2em;
  }
  .follow-section a {
    width: 10em;
  }
  header .row {
    height: 50px;
  }
  .logo h1 {
    font-size: 1.4em;
  }
  header .socail-media-icons a {
    font-size: 1.2em;
  }
  header .socail-media-icons a.icon-facebook {
    font-size: 1.45em;
  }
  header.bg-white {
    position: static;
    background: transparent !important;
  }
  header.bg-white .row {
    height: 50px;
  }
  header.bg-white .menu-icon-btn {
    color: #000;
  }
  header .logo,
  header .socail-media-icons {
    position: relative;
    z-index: 1;
  }
  .menu__button {
    padding: 1em;
  }
  .contact-section p {
    padding: 0 2em;
  }
  .contact-section h1 {
    font-size: 2.2em;
  }
}

/*# sourceMappingURL=main.css.map */
