/* css */

/**home nav**/

header{background:#fff;box-shadow:none;}
.sticky-header{background:#fff;}

.logo{background-image:url(images/logo.svg);}


/**Hero Contact Button**/
.hero .cta-button {
  display: grid;
  place-content: end;
}
.hero .cta-button
,.hero .cta-button:hover
,.hero .cta-button:visited{
  color: #fff;
  display:block;
  text-decoration: none;
  background: transparent;
  padding: 10px 35px;
  font-family: 'Red Hat Display', sans-serif;
  transition: all ease .15s;
  font-weight: bold;
  border-radius: 15px;
  border: 3px solid #5B00D0;
  font-weight: 700;
  text-align:center;
}

.hero .cta-button:hover{
  background: #fff;
  color: #7F20F8;
  border-color:#fff;
}

/**Hero About Button**/
.about-button {
    display: grid;
    place-content: start;
}
.about-button
,.about-button:hover
,.about-button:visited{
  color: #fff;
  display:block;
  text-decoration: none;
  background: transparent;
  padding: 10px 35px;
  font-family: 'Red Hat Display', sans-serif;
  transition: all ease .15s;
  font-weight: 700;
  border-radius: 15px;
  border: 3px solid #fff;
  font-weight: 600;
}

.about-button:hover{
  background: #fff;
  color: #7F20F8;
  border-color:#fff;
}

.about-button i.right-arrow {
  width: 21px;
  height: 17px;
  background: url(images/right-arrow.svg)no-repeat right center;
  background-size: contain;
  display: inline-block;
  top: 3px;
  position: relative;
  padding-left: 70px;
}

.about-button:hover i{
  background: url(images/right-arrow-color.svg)no-repeat right center;
}

/*Nav menu button styles*/

.close{
  background:url(images/close-black.svg)no-repeat center;
  background-size:contain;
}
.menu{
  background:url(images/menu-black.svg)no-repeat center;
  background-size:contain;
}


/**hero**/
.hero{
  padding: 120px 20px 20px 20px;
  min-height:700px;
}

.hero-underlay{
  background:url(images/rectangles-bg-3.jpg)no-repeat center;
  background-size:cover;
}

.hero-overlay {
  background:linear-gradient(50deg,#4AB3FFE6,#7000FFDB);
}

.hero-content{
  color:#ffffffd9;
  text-align:left;
  max-width:800px;
  margin-bottom: 40px;
}
.hero-content h1{margin:0;}
.hero-content h1, .hero-content h2,.hero-content h3{color:#fff;}
.hero-cta{
  display:grid;
  grid-template-columns:1fr max-content;
  background:transparent;
  border-radius:60px;
  width:max-content;
}

.second-row{background:#F3F3F3;}

/**Hero About Button**/
.learn-button {
    display: grid;
    place-content: start;
}
.learn-button
,.learn-button:hover
,.learn-button:visited{
  color: #7F20F8;
  display:block;
  text-decoration: none;
  background: transparent;
  padding: 10px 25px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 0.9rem;
  transition: all ease .15s;
  font-weight: bold;
  border-radius: 15px;
  border: 3px solid #7F20F8;
  font-weight: 700;
  place-self:end baseline;
  margin-top:20px;
}

.learn-button:hover{
  background: #7F20F8;
  color: #fff;
  border-color:#7F20F8;
}

.learn-button i.right-arrow {
  width: 21px;
  height: 17px;
  background: url(images/right-arrow-color.svg)no-repeat right center;
  background-size: contain;
  display: inline-block;
  top: 3px;
  position: relative;
  padding-left: 70px;
}

.learn-button:hover i{
  background: url(images/right-arrow.svg)no-repeat right center;
}

.second-row{padding-bottom:20px;}

.service-items {padding-top:60px;}

.service-item {
  padding: 20px;
  display:grid;
}

.service-item h3 {
  color: #7F20F8;
  font-weight:500;
}

.third-row{background:#00567D;color:#fff;}
.third-row .content{padding-bottom:40px;}
.third-row h2{color:#fff;}
.content-item {
  height: 300px;
  position:relative;
  display:grid;
  place-items:center;
  text-decoration:none;
  overflow:hidden;
  transition:all ease .25s;
}
.content-item .overlay {
  background: #00567D7A;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto;
  position: absolute;
  display: grid;
  place-content: center;
  transition:all ease .25s;
  z-index:100;
}
.content-item .underlay {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  z-index:10;
  position:absolute;
  top:0;
  bottom:0;
  transition:all ease .25s;
  width:100%;
}
.content-item .blog{background-image:url(images/blog-bg-sm.jpg);}
.content-item .podcast {background-image: url(images/podcast-bg-sm.jpg);background-position: top;}
.content-item .resources{background-image:url(images/resources-bg-sm.jpg);}

.content-text{
  color:#fff;
  position:relative;
  z-index:100;
  transition:all ease .25s;
}
.content-text p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.7rem;
  font-weight: 300;
  transition:all ease .15s;
}
.content-text h3{
  color:#fff;
  font-size:1.9rem;
  margin:0;
  font-weight:500;
  transition:all ease .15s;
}
.content-item:hover{transition:all ease .25s;}
.content-item:hover .underlay{filter:blur(2px);}
.content-item:hover .overlay{background:#003C59BF;}
.content-item:hover h3{transform:scale(1.15);}
.content-item:hover p{transform:scale(0.85);}


/*.content-item:hover .content-text{display:none}*/




@media (max-width:800px),(max-device-width: 800px){
  .first-row #block_items_gallery_4_1 > #block_items_gallery_4_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .first-row #block_items_gallery_4_1 > #block_items_gallery_4_1 .gallery-item{
    width:100px !important;
  }
  .hero-content h1>span{display:none;}
  .hero-content{margin-bottom:20px;}
  .hero {padding: 60px 20px 20px 20px;}
}
@media (max-width:600px),(max-device-width: 600px){
  .first-row #block_items_gallery_4_1 > #block_items_gallery_4_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .first-row #block_items_gallery_4_1 > #block_items_gallery_4_1 .gallery-item{
    width:auto !important;
  }
}


