
/* @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; }

/* p {
	color: #59022B;
} */

.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';
}

.h1, h1 {
    font-size: 2.5rem;
    color: #8C035C;
}

.h4, h4 {
    font-size: 1.5rem;
	    color: #59022B;
}

strong {
  font-weight: bold;
}

.grey-text {
    color: #59022B !important;
}

.white-text {
	color: #D8D9D0 !important;
}

.text-white {
	color: #FFFFFF !important;
}

.deep-burgundy-text {
    color: #6e044d !important;
}

.lead.deep-burgundy-text {
color: #6e044d !important;
}

.deep-burgundy {
    background-color: #6e044d !important;
}

.deep-hot-pink-text {
    color: #8C035C !important;
}

.deep-hot-pink {
    background-color: #8C035C !important;
}

.hot-pink-text {
    color: #A6037A !important;
}

.hot-pink {
    background-color: #A6037A !important;
}

.light-pink {
    background-color: #BF49B6 !important;
}

.pastel-pink {
    background-color: #D98BBD !important;
}

.cream {
    background-color: #D8D9D0 !important;
}

.cream-text {
    color: #D8D9D0 !important;
}

.lead {
	font-size: 1.10rem;
}

#intro {
  background: url("../img/gui/Mobile-Stripper-Party_dancer.jpg") 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_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-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;
}

/* .top-nav-collapse {
  background-color: #3949ab !important; } */

/*.top-nav-collapse {
    background-color: rgba(89, 2, 43, 0.70) !important;
} */

/*.top-nav-collapse {
    background-color: #8C035C !important;
} */

.top-nav-collapse {
    background-color: #6e044d !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important; }

.btn-primary {
    color: #fff;
    background-color: #8C035C !important;
}

btn.btn-primary.btn-rounded {
    color: #fff;
    background-color: #A6037A !important;
}

a.btn-primary {
    color: #fff;
    background-color: #A6037A !important;
}


/*  ================================
        Link Appearance
    ================================ */

.font-weight-bold {
    font-weight: 600!important;
}

/*.h5, h5 {
    font-size: 1.75rem;
} */

a {
    color: #cb0796;
    /* 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(89, 3, 43, 0.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: #A6037A;
    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: #8C035C;
    margin: 7px 0;
    text-transform: capitalize;
}

.single-analyze p {
    text-align: left;
    margin-bottom: 0;
}

/*  ================================
        Analyze Wraper Area END

    ================================ */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(255 255 255 / 50%);
    background-clip: padding-box;
    border: 1px solid #d8d9d0;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* @media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
	background: rgba(140 ,3, 92, 0.70) !important;} 
} */

@media (max-width: 768px){
.navbar:not(.top-nav-collapse) {
	background: #59022b !important;}
}

#intro .h6 {
  font-weight: 300;
  line-height: 1.7; }

.site-bg-img {
  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(265, 15, 8, .80);
  background: linear-gradient(311deg, rgba(210, 29, 196, 0.7), rgba(161, 13, 27, 0.7) 100%); } */

.hm-gradient .site-bg-img {
 background: rgba(89, 2, 43, 0.3);
 /* background: rgba(89, 2, 43, 0.2);
  background: linear-gradient(45deg, rgba(89, 2, 43, 0.5), rgba(166, 3, 122, 0.5) 40%); }*/
	 background: linear-gradient(45deg, rgba(89, 2, 43, 0.33), rgba(166, 3, 122, 0.20) 20%); }



@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; }
