/*--------------------------------------------------------------
# fonts
--------------------------------------------------------------*/
/*@font-face {
  font-family: 'AlbertSans-Medium';
  src: url('https://intuitive.cloud/landing-page/assets/fonts/AlbertSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'AlbertSans-ExtraBold';
  src: url('https://intuitive.cloud/landing-page/assets/fonts/AlbertSans-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'AlbertSans-Bold';
  src: url('https://intuitive.cloud/landing-page/assets/fonts/AlbertSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'AlbertSans-Light';
  src: url('https://intuitive.cloud/landing-page/assets/fonts/AlbertSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'AlbertSans-Regular';
  src: url('https://intuitive.cloud/landing-page/assets/fonts/AlbertSans-Regular.ttf') format('truetype');
}*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
/*  font-family: 'AlbertSans-Regular';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  color: #444444;
  background-image: url(https://intuitive.cloud/landing-page/assets/image/page-bg.jpg);
  background-size: cover;
  background-position: center center;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: 'AlbertSans-Bold';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
}

p {
  font-size: 18px;
}

.error {
    margin: 0 50px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  z-index: 997;
}
#header a {
  padding-top: 20px;
}
.fixed-top {
  position: absolute !important;
  top:0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#header .logo a {
  color: #222222;
}

#header .logo img {
  max-height: 80px;
}

/* .scrolled-offset {
  margin-top: 70px;
} */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  color: #fff;
/*  background-image: url(https://intuitive.cloud/landing-page/assets/image/Banner.jpg);*/
  height: 70vh;
  display: flex;
  align-items: center;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

/* .hero .banner-contain {
  max-width: 40%;
} */

.hero .banner-contain h1 {
  font-size: 60px;
  line-height: 1.1;
}

.hero .banner-contain p {
  font-size: 20px;
}

.hero .banner-contain p span {
  font-size: 24px;
}

.hero-sunday {
  color: #fff;
  background-image: url(https://intuitive.cloud/landing-page/assets/image/ed-mark-the-spot-01.jpg);
  height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

/* .hero .banner-contain {
  max-width: 40%;
} */

.hero-sunday .banner-contain h1 {
  font-size: 60px;
  line-height: 1.1;
}

.hero-sunday .banner-contain p {
  font-size: 20px;
}

.hero-sunday .banner-contain p span {
  font-size: 24px;
}

.hero-saturday {
  color: #fff;
  background-image: url(https://intuitive.cloud/landing-page/assets/image/ed-mark-the-spot.jpg);
  height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

/* .hero .banner-contain {
  max-width: 40%;
} */

.hero-saturday .banner-contain h1 {
  font-size: 60px;
  line-height: 1.1;
}

.hero-saturday .banner-contain p {
  font-size: 20px;
}

.hero-saturday .banner-contain p span {
  font-size: 24px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

main#main {
  position: relative;
}

.bg-first img {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# information
--------------------------------------------------------------*/
.information {
  margin-top: -4%;
}

#slider, #information {
    padding: 30px 0;
}

.information h2 {
  font-size: 32px;
/*  font-family: 'AlbertSans-ExtraBold';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 800;
  color: #010548;
/*  text-align: center;*/
}

.information .form-bg {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #9999;
  border-radius: 10px;
  padding: 20px 40px;
}

.information button {
  color: #fff;
  background-color: #dc047a;
  font-size: 26px;
  padding: 8px 40px;
/*  font-family: 'AlbertSans-Bold';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 800;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.info input:focus-visible {
  outline: none;
}

.form-control:focus {
  outline: 0;
  border-color: #000;
  box-shadow: unset;
}

.info input {
  border: none;
  border-radius: unset;
  color: #5b5a5a;
  border-bottom: 2px solid #000;
  font-size: 18px;
  margin: 30px 50px;
  width: 80%;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
/* .slider{
  background-image: url(../);
} */
.slider img.left.slick-arrow {
  position: absolute;
  left: 40px;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

.slider img.right.slick-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  cursor: pointer;
}

.slider h2 {
  background: linear-gradient(to right, #08a6d9 4%, #622cf8 19%, #de0378 39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
/*  font-family: 'AlbertSans-ExtraBold';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 800;
  font-display: swap;
}

.slider h3 {
  font-size: 20px;
/*  font-family: 'AlbertSans-Regular';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  color: #2c2c2d;
  padding: 30px 0px;
}
.slider .single-slide img {
  max-width: 70%;
  margin: 0 auto;
}

.slider .slick-slide {
    display: block;
    float: left;
    height: auto;
    min-height: 1px;
}
/*--------------------------------------------------------------
# insights
--------------------------------------------------------------*/
.insights-background {
  background-color: #fff;
}

.insights .insights-bg {
  background-image: url(https://intuitive.cloud/landing-page/assets/image/Texure-BG.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 100px 30px;
  height: 100%;
}

.insights .insights-logo {
  margin-bottom: 100px;
}

.insights .insights-bg h2 {
  font-size: 75px;
/*  font-family: 'AlbertSans-Light';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.insights .insights-bg h2:before {
  content: "";
  background-image: url(https://intuitive.cloud/landing-page/assets/image/tringle-shape.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 20%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.insights .insights-bg p {
  font-size: 24px;
}

.insights .insights-bg p span {
/*  font-family: 'AlbertSans-Medium';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.insights .insights-bg p .founder span {
  font-size: 22px;
/*  font-family: 'AlbertSans-Light';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 300;
}

.insights .insights-detail p {
  font-size: 16px;
}

.insights .insights-detail h3 {
  font-size: 40px;
/*  font-family: 'AlbertSans-Light';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
}

.insights .icon-box {
  max-width: 20%;
  overflow-wrap: anywhere;
  padding: 10px;
}

.insights .icon-box img {
  padding-bottom: 10px;
}

.insights .agenda-box img {
  padding-bottom: 10px;
}

.insights .web p {
  font-size: 30px;
  margin: 0;
  padding-left: 10px;
}

.insights .web {
  background-color: #0967b7;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.insights .superpowers {
  display: flex;
}

.insights .agenda-box {
  padding: 0px 10px;
}

/*--------------------------------------------------------------
# about-host
--------------------------------------------------------------*/
.about-host {
  background-image: url(https://intuitive.cloud/landing-page/assets/image/Traingle-outline.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10%;
}

.about-host h2 {
  background: linear-gradient(to right, #08a6d9 36%, #622cf8 39%, #de0378 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
/*  font-family: 'AlbertSans-ExtraBold';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 800;
  font-display: swap;
  padding-bottom: 30px;
}

.about-host h3 {
  font-size: 40px;
}

.about-host h4 {
  font-size: 26px;
/*  font-family: 'AlbertSans-Medium';*/
  font-family: 'Albert Sans', sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}

.about-host p {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #333333;
  padding: 40px 0px;
}

.footer .footer-social img {
  padding: 0px 6px;
  max-width: 80%;
}

.footer .footer-logo img {
  max-width: 60%;
}