
/* @import url('https://fonts.googleapis.com/css?family=Federo|Lato'); */

@import url('https://fonts.googleapis.com/css2?family=Yanone Kaffeesatz:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@import url('css/font-awesome.min.css');

html {
  scroll-behavior: smooth; 
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
}

.responsive {
  max-width: 100%;
  height: auto;
}

.intro-h1-responsive {
  text-shadow: 1px 1px #000000;
}

span.a {
  display: inline; /* the default for span */
  padding: 5px;
  background-color: none;
}

span.b {
  display: inline-block;
  height: 100px;
  padding: 5px;
  background-color: none;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Yanone Kaffeesatz';
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Yanone Kaffeesatz';
}

.grey-text {
    color: #7b7a7a !important;
}

.lead {
	font-size: 1.10rem;
}

#intro {
  background: url("../img/panorama-3094696_1920.jpg") no-repeat center center;
  background-size: cover; }

#intro-client {
  background: url("../img/marcom-strategy_bg.png") no-repeat center center;
  background-size: cover; }

#intro-client-list {
	background: url(../img/photoworks-photomontage_bg.png) fixed no-repeat;
	background-color:#000;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

#intro-web {
  background: url("../img/internet/internet_blue_bg.png") no-repeat center center;
  background-size: cover; }

#intro-marcomm {
  background: url("../img/Image-Magic-MarComm.png") no-repeat center center;
  background-size: cover; }

#intro-marketing {
  background: url("../img/Image-Magic-Marketing.png") no-repeat center center;
  background-size: cover; }

#intro-brand {
  background: url("../img/brand-imagery-graphic_banner.png") no-repeat center center;
  background-size: cover; }

#intro-web {
  background: url("../img/internet/internet_blue_bg.png") no-repeat center center;
  background-size: cover; }

#intro-intake {
	background: url("../img/internet/internet_blue_bg.png") fixed no-repeat;
	background-color:#000;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

#intro-contact {
	background: url(../img/internet/internet_teal_bg.png) fixed no-repeat;
	background-color:#000;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

#intro-thankyou {
	background: url(../img/internet/internet_blue_bg.png) fixed no-repeat;
	background-color:#000;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

.white-text-glow {
  color: #fff;
  text-shadow:
    0 0 0.3rem black,
    0 0 0.6rem #295561,
    0 0 0.9rem #295561;
}

/* .top-nav-collapse {
  background-color: #3949ab !important; } */

.top-nav-collapse {
    background-color: #007079 !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important; }

.btn-primary {
    color: #fff;
    background-color: #00aaad !important;
}

/*  ================================
        Link Appearance
    ================================ */

.font-weight-bold {
    font-weight: 600!important;
}

/*.h5, h5 {
    font-size: 1.75rem;
} */

a {
    color: #00aaad;
	/* color: #4963f8!important; */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/*  ================================
        End Link Appearance
    ================================ */


/*  ================================
        Analyze Wraper Area
    ================================ */

.analyze-wraper-area {
    margin-top: -120px;
    padding-bottom: 16px;
}

.analyze-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.analyze-img a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.analyze-img a::before,
.single-gallery a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    background-color: rgba(0,170,173,.5);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 5px solid #fff;
}

.single-analyze:hover .analyze-img a::before {
    opacity: 1;
}

.analyze-img a::after,
.single-gallery a::after {
    background-color: #1a1a1a;
    border-radius: 50%;
    bottom: 0;
    color: #00aaad;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease 0s;
    width: 60px;
    opacity: 0;
    z-index: 2;
}

.single-analyze:hover .analyze-img a::after,
.single-gallery:hover.single-gallery a::after {
    transform: scale(1);
    opacity: 1;
}

.analyze-img a img {
    width: 300px;
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
}

.single-analyze:hover .analyze-img img {
    transform: scale(1.5);
}

.single-analyze h2 {
    /*font-size: 24px;*/
    color: #00aaad;
    margin: 7px 0;
    text-transform: capitalize;
}

.single-analyze p {
    text-align: left;
    margin-bottom: 0;
}

/*  ================================
        Analyze Wraper Area END

    ================================ */

/* custom colors */
.panel-black {
    background-color: #000000 !important;
}
.teal-319 {
    background-color: #20cbd4 !important;
}
.teal-320 {
    background-color: #0099a9 !important;
}
.teal-321 {
    background-color: #008996 !important;
}
.teal-322 {
    background-color: #007079 !important;
}
.teal-323 {
    background-color: #005e63 !important;
}
.teal-323-text{
    color: #005e63 !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    /* background: #3949ab !important; */
	background: #007079 !important;} }

#intro .h6 {
  font-weight: 300;
  line-height: 1.7; }

.site-bg-img {
  height: 100vh;
  min-height: 480px;
  /* max-height: 1080px; */ }

.site-bg-img2 {
  height: 100vh;
  min-height: 480px;
  /* max-height: 1080px; */ }

/* .hm-gradient .site-bg-img {
  background: rgba(42, 27, 161, 0.7);
  background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%); } */

.hm-gradient .site-bg-img {
  background: rgba(42, 27, 161, 0.7);
  background: linear-gradient(45deg, rgba(29, 210, 177, 0.7), rgba(42, 27, 161, 0.4) 100%); }

.hm-gradient .site-bg-img2 {
  background: rgba(42, 27, 161, 0.7);
  background: linear-gradient(45deg, rgba(29, 210, 177, 0.7), rgba(42, 27, 161, 0.4) 100%); }



@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem; } }

#pricing .lead {
  opacity: 0.7; }

#pricing .card-image {
  background: url("../img/architecture.jpg") no-repeat center center; }

#pricing ul li {
  font-size: 1.1em; }
