/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: "A1Sans-Regular";
  font-weight: 400;
  src: url("../fonts/A1Sans-Regular.woff2") format("woff2");
  src: url("../fonts/A1Sans-Regular.woff") format("woff");
}

@font-face {
  font-family: "A1Sans-Bold";
  font-weight: 700;
  src: url("../fonts/A1Sans-Bold.woff2") format("woff2");
  src: url("../fonts/A1Sans-Bold.woff") format("woff");
}

@font-face {
  font-family: "A1Serif-Bold";
  font-weight: 700;
  src: url("../fonts/A1Serif-Bold.woff2") format("woff2");
  src: url("../fonts/A1Serif-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "A1Sans-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
}

body.fixed {
  overflow: hidden;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
/*
.btn{
    display: inline-block;
    padding: 20px 40px;
    background-color: #da291c;
    font-family: 'A1Serif-Bold';
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
}

.hero-wrapper{
    height: 100vh;
    width: 100%;
    background-image: url('../img/home.png');
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.hero-wrapper #box {
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  right: 3%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;
  z-index: 13;
}

.hero-wrapper .chat-bubble {
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  /* margin-right: 10px; */
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  z-index: 3;
}
.hero-wrapper .chat-bubble:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  margin-top: -10px;
  margin-right: -10px;
}

.hero-wrapper .chat-bubble p {
  font-size: 14px;
  max-width: 200px;
  margin-bottom: 0px !important;
}

.hero-wrapper .chat-bubble #chatbtn {
  background-color: #da291c;
  font-family: "A1Serif-Bold";
  color: #fff;
  border: none;
  padding: 4px 10px;
  margin-top: 10px;
  cursor: pointer;
}
.hero-wrapper #closeBubble {
  position: absolute;
  top: -10px;
  right: -10px;
  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;
  border: none;
  height: 24px;
  width: 24px;
  background-color: rgb(230, 230, 230);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-wrapper #closeBubble img {
  width: 20px;
}

.hero-wrapper figure {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hero-wrapper figure svg {
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  display: none;
  position: fixed;
  right: 3%;
  z-index: 300000000000;
  bottom: 3%;
}
.iframe-wrapper #closeIframe {
  position: absolute;
  /* top: -40px; */
  top: -10px;
  right: -10px;

  height: 32px;
  width: 32px;
  padding: 4px;
  background-color: #fff;
  /* font-family: 'A1Serif-Bold'; */
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 999;
  border-radius: 100px;
}

.iframe {
  display: flex;
  position: relative;
  width: 21vw;
  max-width: 320px;
  min-width: 320px;
  max-height: 520px;
  height: 65vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.31);
}
@media screen and (max-width: 567px) {
  .iframe-wrapper {
    right: 0;
    bottom: 0;
    overflow-y: hidden;
  }
  .iframe {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    max-height: 100vh;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
  }
  .iframe-wrapper #closeIframe {
    top: 3px;
    right: 10px;
  }
}

.iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin-top: 0px;
}

/* ==== Support Page ==== */
/*
header{
    height: 140px;
    width: 100%;
}

header img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
*/

/* ==== Top Row ==== */
.topRow {
  padding: 160px 0;
}

.topRow .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .topRow .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.topRow h1 {
  font-size: 72px;
  font-family: "A1Serif-Bold";
  margin-bottom: 50px;
  max-width: 600px;
  line-height: 70px;
}
@media only screen and (max-width: 991px) {
  .topRow h1 {
    font-size: 64px;
    max-width: 550px;
  }
}
@media only screen and (max-width: 567px) {
  .topRow h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 30px;
  }
}

.topRow figure {
  height: 320px;
  width: 320px;
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .topRow figure {
    height: 280px;
    width: 280px;
    margin-right: 40px;
  }
}

.topRow figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* ==== Iframe ==== */
.support-iframe-wrapper {
  background-color: #fff;
  display: none;
  width: 100%;
  overflow: hidden;
}

.support-iframe-wrapper.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.iframe-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.iframe-header {
  background-color: #fff;
}
.iframe-header .btn {
  background-color: transparent;
  color: #da291c;
  padding-right: 0;
}
.support-iframe .wrapper {
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-box-shadow: 3px black;
  box-shadow: 3px black;
  padding: 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 24px -8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 24px -8px;
}

.support-iframe .wrapper iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

@media only screen and (max-width: 1241px) {
  .iframe-header .wrapper {
    padding: 0 20px;
  }
  .iframe .wrapper {
    padding: 0;
  }
}

.eye {
  transform-box: initial !important ;
}

/*
section{
    display: block;
    padding: 150px;
    text-align: center;
}

section:nth-of-type(1){
    background-color: gray;
}*/
