html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container-m {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: 'PT Serif Regular';
  src: url("../assets/fonts/PTSerif-Regular.woff2") format("woff2"), url("../assets/fonts/PTSerif-Regular.woff") format("woff"), url("../assets/fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Serif Bold';
  src: url("../assets/fonts/PTSerif-Bold.woff2") format("woff2"), url("../assets/fonts/PTSerif-Bold.woff") format("woff"), url("../assets/fonts/PTSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url("../assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("../assets/fonts/OpenSans-Regular.woff") format("woff"), url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url("../assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("../assets/fonts/OpenSans-Bold.woff") format("woff"), url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FiraGO Regular';
  src: url("../assets/fonts/FiraGO-Regular.woff2") format("woff2"), url("../assets/fonts/FiraGO-Regular.woff") format("woff"), url("../assets/fonts/FiraGO-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FiraGO SemiBold';
  src: url("../assets/fonts/FiraGO-SemiBold.woff2") format("woff2"), url("../assets/fonts/FiraGO-SemiBold.woff") format("woff"), url("../assets/fonts/FiraGO-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BPG Glaho WEB Caps';
  src: url("../assets/fonts/bpg-glaho-web-caps-webfont.woff2") format("woff2"), url("../assets/fonts/bpg-glaho-web-caps-webfont.woff") format("woff"), url("../assets/fonts/bpg-glaho-web-caps-webfont.ttf") format("truetype");
}

body {
  background-color: #131931;
  background-image: url(./../assets/images/snowflakes.png);
  background-size: cover;
  background-position: 0 -45px;
  /* HEADER */
  /* /HEADER */
}

body #menu-div {
  height: 90%;
  display: none;
  background: #F5F5F5;
  position: absolute;
  top: 10%;
  right: 0;
  font-family: "PT Serif Bold", serif;
  z-index: 455;
}

body #menu-div .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #menu-div .container nav {
  height: 90%;
}

body #menu-div .container nav ul {
  height: 100%;
}

body #menu-div .container nav ul li {
  height: 20%;
  width: 50%;
}

body #menu-div .container nav ul li a {
  text-decoration: none;
  color: black;
  font-family: "PT Serif Bold";
}

body #menu-div .container .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #menu-div .container .social ul li {
  margin: 0 5%;
}

body header {
  height: 140px;
}

body header .container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .container .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .container .logos div {
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body header .container .logos div img {
  cursor: pointer;
}

body header .container .burger-menu {
  position: relative;
  display: none;
}

body header .container .burger-menu .icon button {
  background: none;
  border: 0;
  cursor: pointer;
  color: #ffffff;
}

body .hero {
  width: 100%;
  height: 568px;
  font-family: 'PT Serif', serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/hero/hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

body .hero .wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

body .hero .wrapper .content h1 {
  font-size: 48px;
  letter-spacing: 0.48px;
  font-weight: bold;
  margin-bottom: 70px;
  color: #fff;
}

body .hero .wrapper .content button {
  width: 234px;
  padding: 20px 0;
  font-size: 16px;
  font-size: 20px;
  font-family: "FiraGO SemiBold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 10px #ffffffb4;
          box-shadow: 0px 0px 10px #ffffffb4;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body .hero .wrapper .content button:hover {
  -webkit-box-shadow: 0px 0px 20px #ffffffb4;
          box-shadow: 0px 0px 20px #ffffffb4;
}

body .section-2 {
  margin-top: 60px;
}

body .section-2 .line-first {
  position: absolute;
  right: 0;
  margin-top: 30px;
}

body .section-2 .hello-bg {
  background-color: rgba(53, 67, 137, 0.4);
  width: 100%;
}

body .section-2 .say-hi-block .text-say-hi {
  padding: 20px 0 50px 0;
}

body .section-2 .say-hi-block .text-say-hi h2 {
  font-family: "FiraGO SemiBold";
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.48px;
  line-height: 61px;
  font-weight: 600;
}

body .section-2 .say-hi-block .text-say-hi h3 {
  font-family: "FiraGO SemiBold";
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 61px;
  font-weight: 600;
}

body .section-2 .say-hi-block .text-say-hi p {
  max-width: 661px;
  width: 100%;
  font-family: "FiraGO Regular";
  color: #ffffff;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 24px;
}

body .cyber-profile {
  position: relative;
  color: #ffffff;
  padding: 38px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .cyber-profile h2 {
  font-family: "FiraGO SemiBold";
  font-size: 40px;
  font-weight: 500;
}

body .cyber-profile .line-profile-left {
  position: absolute;
  left: 0;
  bottom: -210px;
}

body .cyber-profile .profile {
  max-width: 650px;
  width: 100%;
  margin: 51px auto;
  position: relative;
}

body .cyber-profile .profile .line-profile {
  position: absolute;
  right: -55px;
  top: -40px;
}

body .cyber-profile .profile ul {
  background: #131931;
}

body .cyber-profile .profile ul li {
  font-family: "FiraGO Regular";
  font-size: 18px;
  font-weight: 300;
}

body .cyber-profile .profile ul li:not(:last-child) {
  margin-bottom: 20px;
}

body .cyber-profile .profile ul li .list-effect {
  margin-right: 10px;
  font-family: "BPG Glaho WEB Caps";
  text-shadow: 0 0 10px #fff;
  font-size: 16px !important;
}

body .ask-me-anything {
  padding-bottom: 2%;
}

body .ask-me-anything .ask-me-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .ask-me-anything .ask-me-container .text {
  color: #ffffff;
  width: 60%;
}

body .ask-me-anything .ask-me-container .text h2 {
  font-family: "FiraGO SemiBold";
  font-size: 40px;
  font-weight: 500;
}

body .ask-me-anything .ask-me-container .text h3 {
  font-family: "FiraGO SemiBold";
  font-size: 27px;
  font-weight: 100;
}

body .ask-me-anything .ask-me-container .text h4 {
  font-family: "BPG Glaho WEB Caps";
  font-size: 21px;
  font-weight: 100;
  text-shadow: 0 0 10px #fff;
}

body .ask-me-anything .ask-me-container .text p {
  font-family: "FiraGO Regular";
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}

body .ask-me-anything .ask-me-container .text h2, body .ask-me-anything .ask-me-container .text h3, body .ask-me-anything .ask-me-container .text h4 {
  margin-bottom: 3%;
}

body .ask-me-anything .ask-me-container .button-container {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .ask-me-anything .ask-me-container .button-container button {
  width: 234px;
  padding: 20px 0;
  font-size: 16px;
  font-size: 20px;
  font-family: "FiraGO SemiBold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 10px #ffffffb4;
          box-shadow: 0px 0px 10px #ffffffb4;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body .ask-me-anything .ask-me-container .button-container button:hover {
  -webkit-box-shadow: 0px 0px 20px #ffffffb4;
          box-shadow: 0px 0px 20px #ffffffb4;
}

body .bad-habbits {
  padding-bottom: 2%;
  margin: 70px 0;
  position: relative;
  padding-bottom: 50px;
}

body .bad-habbits .line-badhabits {
  position: absolute;
  bottom: -50px;
  right: 400px;
}

body .bad-habbits .bad-habbits-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body .bad-habbits .bad-habbits-container .text {
  background: #131931;
  color: #ffffff;
  width: 60%;
  text-align: right;
}

body .bad-habbits .bad-habbits-container .text h2 {
  font-family: "FiraGO SemiBold";
  font-size: 40px;
  font-weight: 500;
}

body .bad-habbits .bad-habbits-container .text p {
  font-family: "FiraGO Regular";
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}

body .bad-habbits .bad-habbits-container .text h2 {
  margin-bottom: 3%;
}

body .holiday {
  width: 100%;
  background-color: rgba(53, 67, 137, 0.4);
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .holiday h6 {
  width: 80%;
  margin: 0 auto;
  font-family: "FiraGO SemiBold";
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.6px;
  margin-bottom: 50px;
  text-align: center;
}

body .holiday .cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .holiday .cont div {
  width: 33%;
}

body .holiday .cont div img {
  width: 100%;
}

body .holiday .cont .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

body .holiday .cont .button-container button {
  width: 234px;
  padding: 20px 0;
  font-size: 16px;
  font-size: 20px;
  font-family: "FiraGO SemiBold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 10px #ffffffb4;
          box-shadow: 0px 0px 10px #ffffffb4;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body .holiday .cont .button-container button:hover {
  -webkit-box-shadow: 0px 0px 20px #ffffffb4;
          box-shadow: 0px 0px 20px #ffffffb4;
}

body .holiday .cont .line-holiday-left, body .holiday .cont .line-holiday-right {
  margin-top: 20px;
}

body .holiday .hoiday-div {
  padding: 70px 0 30px 0;
}

body .holiday .hoiday-div h6 {
  max-width: 818px;
  width: 100%;
  font-family: "FiraGO SemiBold";
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.6px;
  margin-bottom: 50px;
}

body footer {
  text-align: center;
  padding: 30px 0;
  position: relative;
  font-family: "FiraGO Regular";
}

body footer .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: rgba(53, 67, 137, 0.4);
}

body footer .background-overlay img {
  width: 100%;
}

body footer h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

body footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

body footer .socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  color: #ffffff;
}

body footer .socials .item i {
  margin-right: 10px;
}

.chatbot__container {
  bottom: 70px;
  right: 70px;
  bottom: 11vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 9999;
}

.chatbot__container .chatbot__btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 3px 6px #DFDFDF29;
          box-shadow: 3px 3px 6px #DFDFDF29;
  border-radius: 15px;
  position: relative;
  height: 113px;
  width: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.chatbot__container .chatbot__btn .chatbot__close__btn {
  background: url("../assets/images/closechat.png") no-repeat center;
  background-size: contain;
  height: 38px;
  width: 38px;
}

.chatbot__container .chatbot__btn .chatbot__open__btn {
  background: url("../assets/images/msgicon.svg") no-repeat center;
  background-size: contain;
  height: 60px;
  width: 60px;
}

.chatbot__container .chatbot__btn .chatbot__btn::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=global.css.map */