/* ROOT ATTRIBUTES */
html{
  box-sizing: border-box;
  font-size: 62.5%; 
}

@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Bold.woff2") format("woff2"),
    url("/Averta-web-font/Averta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-BoldItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Thin.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-SemiboldItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ThinItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Light.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Regular.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Averta Extrathin";
  src: url("/assets/Averta-web-font/Averta-Extrathin.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Extrathin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-BlackItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Black.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Averta Extrathin";
  src: url("/assets/Averta-web-font/Averta-ExtrathinItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtrathinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Semibold.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ExtraBoldItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-LightItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-RegularItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ExtraBold.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "Averta" !important;
  color: #353f50;
}
* {
  font-family: averta;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* color: #353f50; */
}
ul {
  list-style: none;
  display: flex;
  align-items: center;
}
li {
  font-size: 16px;
  margin-right: 40px;
}

a {
  text-decoration: none;
  outline: none;
  color: #353f50;
}
/* Global CSS */

header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1000;
}

h1 {
  color: #00425f;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
}
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
  color: #18425d;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #18425d;
}
h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #18425d;
}
p {
  color: #5f738c;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

ul {
  padding-left: 0;
}

/* select {
  border: none;
  font-size: 14px;
  align-items: center;
  outline: none;
} */

/* Global CSS ENDS */

/* QUICKTELLER BOOST CSS */

/* LANDING & INNER PAGES */
nav {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
}

main {
  width: 100%;
  margin: 0 auto;
}

label {
  color: #5f738c;
  font-size: 14px;
}

button {
  background-color: #307399;
  border-radius: 8px;
  padding: 12px 23px;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.button {
  background-color: #307399 !important;
  border-radius: 8px;
  padding: 12px 23px;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.btn-alt {
  border: 1px solid #307399 !important;
  color: #0275d8;
  background-color: #ffffff;
}
.webinar-info {
  max-width: 1200px;
  margin: 0 auto;
  background: #0e2c3e;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 16px;
}
.webinar-inner-info {
  display: flex;
}
.webinar-info-card {
  display: flex;
  margin-right: 24px;
}
.webinar-info-card img {
  margin-right: 24px;
}
.back-home {
  margin-right: 0 !important;
}

.webinar-details p:first-child {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.webinar-details p:last-child {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.webinar-info button {
  color: #353f50;
  background-color: #ffffff;
}
.line-pattern {
  position: absolute;
  right: 0;
  top: 5px;
}
.line-pattern img {
  width: 40px;
}
.web-img img {
  width: 100%;
}
.support-business {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 64px;
}
.support-business-info {
  width: 440px;
  margin-top: 40px;
}
.support-business-info h1 {
  margin-bottom: 24px;
}
.support-business-info p {
  margin-bottom: 24px;
}
.advantages-section {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  margin-top: 83px;
}
.advantages-card {
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.advantages-card img {
  margin-right: 16px;
}
.scale-section {
  background-color: #ebf8fe;
  margin-top: 64px;
}
.scale-inner-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 88px;
  padding-left: 70px;
  padding-right: 70px;
}
.scale-section-info {
  max-width: 538px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.scale-section-info h1 {
  margin-bottom: 24px;
}
.scale-section-info p {
  margin-bottom: 24px;
}
.scale-offers-section {
  display: flex;
}
.scale-offers {
  width: 290px;
  height: 436px;
  padding: 24px;
  text-align: center;
  border-radius: 16px;
  background-color: #ffffff;
  margin-right: 13px;
}
.scale-offers img {
  margin-bottom: 24px;
}
.scale-offers h2 {
  color: #00b8de;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.scale-offers h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.scale-offers p {
  color: #5f738c;
}
.join-the-conversation {
  width: 100%;
  background-color: #0e2c3e;
  color: #ffffff !important;
  padding: 80px;
  position: relative;
}
.join-inner-section {
  max-width: 1280px;
  padding-left: 72px;
  padding-right: 72px;
  margin: 0 auto;
  position: relative;
}
.join-info-section {
  width: 538px;
}
.join-info-section h1 {
  color: #ffffff;
  padding-bottom: 24px;
}
.join-intro {
  margin-top: 24px;
  margin-bottom: 70px;
}
.join-intro p {
  color: #ffffff;
}
.join-logo-section {
  position: absolute;
  top: 10px;
  right: 0;
}
.union {
  position: absolute;
  top: 8px;
  left: 8px;
}
.polka-dots-sub {
  position: absolute;
  top: 434px;
  right: 0;
}
.speakers-section {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 56px;
  width: 100%;
}
.speakers-card {
  background-color: #f3f5f6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  max-width: 326px;
  padding: 32px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.speakers-card-section {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.speakers-card img {
  margin-bottom: 24px;
}
.details .name {
  font-size: 20px;
  font-weight: 700;
}
.details .title {
  font-size: 16px;
  font-weight: 600;
  color: #00b8de;
}
.signup-content {
  margin-top: 16px;
}
.watch-business {
  background-color: #18425d;
  width: 100%;
  padding: 80px;
  margin-bottom: 88px;
  margin-top: 80px;
}
.watch-business-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.watch-info {
  width: 500px;
  margin-top: 20px;
}
.watch-info h1 {
  color: #ffffff;
}
.youtube-video {
  height: 322px;
  width: 624px;
  border-radius: 16px;
}
.ready-to-grow {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #ebf8fe;
  text-align: center;
  border-radius: 16px;
  position: relative;
  padding: 80px;
  margin-bottom: 80px;
}
.polka-dots {
  position: absolute;
  top: 135px;
  left: 5px;
}
.line-pattern-sub {
  position: absolute;
  right: 0;
  top: 87px;
}
.second-logo {
  text-align: center;
  margin-bottom: 80px;
}
.divider {
  height: 1px;
  max-width: 1120px;
  width: 100%;
  background-color: #e1e6ed;
  margin: 0 auto;
  margin-bottom: 24px;
}
.mob-img {
  display: none;
}
.smart--pos {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smart--pos__image {
  width: 600px;
  padding: 20px;
  padding-left: 0;
}
.smart--pos__image img {
  width: 100%;
}
.contact--selection {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 10px;
}
.contact--selection__options {
  font-size: 16px;
  padding: 5px 20px;
  padding-left: 0;
}
.privacy--policy {
  margin-top: 1rem;
  padding: 10px;
}
.form--data {
  max-width: 500px;
  width: 100%;
  padding: 50px;
  border: 1px solid #eaecef;
  border-radius: 16px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.form--data__header {
  text-align: center;
  margin-bottom: 40px;
}

footer {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 50px;
}
.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-control {
  font-size: 14px;
  color: #aab7c6;
  height: 48px;
}
.form-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 48px;
  color: #18425d;
}
.form-decoration {
  max-width: 600px;
  width: 100%;
  border: 1px solid #eaecef;
  padding: 50px;
  border-radius: 16px;
}
.social-media-section a {
  margin-right: 32px;
}
.social-media-section a:last-of-type {
  margin-right: 0;
}
.animated-icon {
  color: #000;
  text-decoration: none;
}
.introduction--section {
  /* background-image:  url('../images/iswtechconnect-01\ 2\ \(1\).png');
  background-size: cover; */
  position: relative;
}
.introduction--section__image{
  width: 100%;
}
.introduction--section__image img{
  width: 100%;;
}

.introduction--section__information{
  position: absolute;
  max-width: 42.6rem;
  width: 100%;
  padding: 13.4rem 0;
  top: 1rem;
  left: 14rem;
}
.heading--1{
  font-size: 8.3rem;
  font-weight: 800;
  line-height: 8.2rem;
  letter-spacing: 0;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.paragraph--1{
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 3.5px;
  /* color: #00425f; */
  color: #0b5fc2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.introduction--section__information--timer{
  display: flex;
  justify-content: space-between;
}
.timer--section{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timer--digit{
  color: #0b5fc2;
  font-size: 6.2rem ;
}
.timer--text{
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 800;
}
.introduction--section__information--button{
  margin-top: 47px;
}
.button--1{
  font-size: 1.6rem;
  padding: 1.6rem 4.5rem;
  background-color: #0b5fc2;
}
.inspiration--section{
  background-color: #EBF7FE;
  padding: 5rem;
}
.inspiration--section__inner{
  max-width: 128rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-content: center !important;
}
.inspiration--section__video{
  width: 650px;
  /* width: 45.3rem; */
  height: 396px;
}
.inspiration--section__video iframe{
  width: 650px;
  height: 396px;

}
.inspiration--section__text{
  width: 45.3rem;
}
.heading--2{
  color: #0b5fc2;
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 800;
  margin-bottom: 2.4rem;
}
.paragraph--2{
  font-size: 2rem;
  line-height: 4rem;
  color: #000;
  margin-bottom: 3rem;
}
.compulsory--field{
  color: #ee312a;
}
.reserve__section{
  max-width: 437px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
}
.reserve__section--information{
  text-align: center;
  margin-bottom: 5rem;
}

.reserve__section--heading-1{
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.8rem;
}
.reserve__section--heading-2{
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: 0em;
}
.reserve__section--paragraph{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.form__section{
  width: 100%;
}
.form__section--inner{
  margin-bottom: .8rem;
  padding: 1rem;
}
.form__section--dual{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.input__section{
  display: flex;
  flex-direction: column;
  width: 100%;
  
}
.input__section:not(:last-child){
  margin-right: 2rem;
}
.input__field{
  border-radius: 0.4rem;
  padding: 1.6rem 1.2rem;
  background-color: #F3F5F6;
  border: none;
  outline: none;
  font-size: 1.6rem;
  width: 180px;
  width: 100%;
}
.select__field{
  border-radius: 0.4rem;
  padding: 1.6rem 1.2rem;
  background-color: #F3F5F6;
  border: none;
  outline: none;
  font-size: 1.6rem;
  width: 100%;
}

.button--2{
  width: 100%;
  padding: 1.6rem 18rem;
  text-align: center;
  font-size: 1.6rem;
  background-color: #00425f;
}

.arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media screen and (max-width: 1200px){
  html{
    font-size: 56%;
  }
  .heading--1{
    margin-bottom: 0;
  }
  .paragraph--1{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1159px){
  .inspiration--section__video iframe{
    width: 550px;
    height: 296px;
  }
}
@media screen and (max-width: 1024px){
  html{
    font-size: 48%;
  }
}
@media screen and (max-width: 969px){
  .inspiration--section__video iframe{
    width: 500px;
    height: 246px;
  }
  .introduction--section__information{
    left: 6rem;
  }
}

@media screen and (max-width: 897px){
  html{
    font-size: 45%;
  }
  .inspiration--section__video iframe{
    width: 460px;
    height: 206px;
  }
  
}
@media screen and (max-width: 844px){
  .introduction--section__information{
    padding: 5rem 0;
  }
  .inspiration--section__video iframe{
    width: 460px;
    height: 206px;
  }
  
}
@media screen and (max-width: 768px){
  .introduction--section__information{
    padding: 3rem 0;
    left: 5rem;
  }
  .inspiration--section{
    padding: 5rem;
  }
  .inspiration--section__video  {
    width: 500px;
    height: 200px;
  }
  .inspiration--section__video iframe{
    width: 400px;
    height: 200px;
  }
}

@media screen and (max-width: 567px){
  .introduction--section__information{
    width: 25rem;
  }
  .heading--1{
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .paragraph--1{
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #0b5fc2;
    text-transform: uppercase;
    line-height: 2rem;
  }
  .timer--section{
    margin-top: 5px;
  }
  .timer--digit{
    color: #0b5fc2;
    font-size: 2.5rem ;
    line-height: 2rem;
  }
  .timer--text{
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1rem;
  }
  .introduction--section__information--button{
    margin-top: 20px;
  }
  .inspiration--section__inner{
    display: block;
  }
  .inspiration--section__video{
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
  .inspiration--section__video iframe{
    width: 100%;
    height: 100%;

  }
  .form__section{
    padding: 0 10px;
  }
}
