/* 
 * 1. Google Font
 */
 @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
 @import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
 /* 
  * 2.0 Global Style
  */
 html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
 }

 /* New Navbar Css */

 
 
 body {
   color: #4e4e4e;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.6;
   position: relative;
   -webkit-font-smoothing: antialiased;
 }


 /* NavBar */

 #site-nav {
  top: -70px;
 }
 
 a {
   color: #000;
 }
 a:focus {
   outline: none;
 }
 
 h2 {
  font-family: 'Kaushan Script', cursive;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: 700;
 }
 
 p {
   margin: 0 0 30px;
 }
 
 ul li {
   font-weight: 700;
   margin-bottom: 10px;
 }
 
 .custom-list-icon, .list-arrow-right {
   list-style-type: none;
   padding: 0;
 }
 .custom-list-icon li, .list-arrow-right li {
   position: relative;
   padding-left: 20px;
 }
 .custom-list-icon li::before, .list-arrow-right li::before {
   position: absolute;
   left: 0;
   color: #4e4e4e;
   font-family: "Ionicons";
 }
 
 .social-block {
   list-style-type: none;
   padding: 0;
 }
 .social-block li {
   display: inline-block;
 }
 .social-block li a {
   display: inline-block;
   height: 32px;
   width: 32px;
   color: #4e4e4e;
 }
 .social-block li a i {
   font-size: 1.5em;
 }
 .social-block li a:hover, .social-block li a:focus {
   color: #000;
 }
 
 .btn.active.focus,
 .btn.active:focus,
 .btn.focus,
 .btn:active.focus,
 .btn:active:focus,
 .btn:focus {
   outline: none;
 }
 
 .btn {
   border: 0;
   border-radius: 0;
   padding: 6px 28px;
   text-transform: uppercase;
   -webkit-transform: translateZ(0);
           transform: translateZ(0);
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
   -webkit-transition-duration: 0.3s;
           transition-duration: 0.3s;
   -webkit-transition-property: -webkit-transform;
           transition-property: transform;
 }
 .btn:hover {
   -webkit-transform: scale(0.9);
       -ms-transform: scale(0.9);
           transform: scale(0.9);
 }
 
 .form-control {
   border-radius: 0;
   box-shadow: none;
   height: 48px;
   padding: 10px 12px;
   font-size: 16px;
   line-height: 1.6;
 }
 .form-control:focus {
   box-shadow: none;
   border-color: #ccc;
   background-color: #f8f8f8;
 }
 
 .valign-center {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .section {
   padding: 70px 0;
 }
 
 .section-title {
   color: #313131;
   letter-spacing: 1px;
   margin: 0 0 20px;
   text-transform: uppercase;
   text-align: center;
 }
 
 /* 
  * 3.0 Helper Class
  */
 /* 
  * 3.1 Helper Class: font-weight
  */
 .font-300 {
   font-weight: 300;
 }
 
 .font-400 {
   font-weight: 400;
 }
 
 .font-700 {
   font-weight: 700;
 }
 
 /* 
  * 3.2 Helper Class: margin
  */
 .mt0 {
   margin-top: 0;
 }
 
 .mb0 {
   margin-bottom: 0;
 }
 
 .mt20 {
   margin-top: 20px;
 }
 
 /* 
  * 3.3 Helper Class: list
  */
 .list-arrow-right li::before {
   content: "\f3d3";
 }
 
 /* 
  * 3.4 Helper Class: button
  */
 .btn-white {
   color: #000;
   background-color: #fff;
 }
 .btn-white:hover, .btn-white:focus {
   color: #000;
   background-color: #fff;
 }
 
 .btn-black {
   color: #fff;
   background-color: #000;
 }
 .btn-black:hover, .btn-black:focus {
   color: #fff;
   background-color: #000;
 }
 
 
 /* INFLUENCER SECTION */
 
 .hire_div {
   display:flex; 
   justify-content:space-between; 
   align-items:center; 
   padding:50px 0;
 }
 
 .header1 {
   text-align: center;
   font-family: 'Roboto', sans-serif;
   font-size: 38px;
   margin: 0px 0px 0px 420px;
 }
 
 .header2 {
    font-family: 'PT Serif', serif;
   font-size: 35px;
   margin-left: 506px;
 }
 
 .img_circle {
   border-radius:50%;
   margin-left: 600px;
   width:300px;
   height:300px;
 }
 
 .sign_up{
   background-color:#d68a17; 
   color:#fff; 
   padding:10px 20px; 
   border:none; 
   border-radius:5px; 
   font-size:24px; 
   cursor:pointer;
   margin-top: 30px; 
   margin-right:20px;
   font-size: 20px;
   margin-left: 498px;
   width: 230px;
 }
 
 .hire_up{
   background-color:#d68a17; 
   color:#fff; 
   padding:10px 20px; 
   border:none; 
   border-radius:5px; 
   font-size:24px; 
   cursor:pointer;
   width: 265px;
   font-size: 20px;
 }

 .nav-item {
  font-family: 'Roboto', sans-serif;
 }

 @media (min-width: 768px) {
    .section {
      padding: 90px 0;
    }
  
    .section-title {
      color: #313131;
      letter-spacing: 1px;
      margin: 0 0 60px;
      text-transform: uppercase;
      text-align: left;
    }
  }

  .navbar-custom {
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    -webkit-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
  }
  .navbar-custom .navbar-nav li {
    margin: 0;
  }
  .navbar-custom .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .navbar-custom .navbar-nav > .active > a {
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin-top: 2px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  .navbar-solid {
    background-color: #000 !important;
    padding: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
  }
  
  .site-branding {
    float: left;
    margin-top: 0;
    margin-left: 10px;
  }
  .site-branding .logo {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .site-branding .logo:focus, .site-branding .logo:hover {
    text-decoration: none;
  }
  
  /* 
   * 5.0 Site Header
   */
  .site-header {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    text-align: center;
    background: url(../img/backgrounds/header.jpg) no-repeat center center/cover;
    display: table;
  }
  .site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site-header .intro {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    padding: 0 101px;
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
  }
  .site-header .intro h2 {
    margin-top: 0px;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
  }
  .site-header .intro h1 {
    margin-top: 20px;
    font-size: 40px;
  }
  .site-header .intro p {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    margin-top: 20px;
  }
  
  @media (min-width: 768px) {
    .navbar-custom {
      background-color: transparent;
      padding-top: 30px;
    }
  
    .site-branding {
      margin-top: 6px;
      margin-left: 0;
    }
  }

  .about .section-title {
    margin: 0 0 25px;
  }
  .about figure {
    margin-bottom: 25px;
  }
  

  @keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-down {
    animation: slide-down 1s ease-in-out forwards;
}

  
  /* 
   * 6.3 Section: Speaker
   */
  .speaker {
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    margin: 25px 0;
  }
  .speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .speaker p {
    margin-bottom: 5px;
  }
  .speaker img:hover {
    opacity: .7;
  }

  /* Fastest Growing section */

  .Fastest {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff
  }

  .img-fluid {
    width: 500px;
    height: 400px;
  }

  .text-animation {
    animation: fadein 2s;
  }
  
  .btn-lg {
    border-color:#fff !important;
    color: #fff;
    background-color: #d68a17 !important;
  }

  .btn-lg:hover {
   color: #ffff;
  }
  
  .btn-animation {
    animation: pulse 1s infinite;
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  /* Most popular categories */

  .popular-section{
    padding-top: 120px;
  }

  .first_heading {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 20px;
  }

  .card-title {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d68a17;
    color: black;
    padding: 10px 20px;
    text-align: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
  }
  
  .card:hover .card-title {
    opacity: 1;
  }

  .card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 10px rgba(128, 50, 50, 0.2);
  }
  

  /* INFLUCENCER MARKETING */

  .btn-animation {
    animation: pulse 1s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  

/* fACTS */

.bg-image-1 ::before {
  content: "";
  display: block;
  background-color: #33333317;
  position: absolute;
  opacity: 1.2;
  top: -49px;
  right: -100px;
  bottom: -55px;
  left: -100px;
  z-index: -1;
}

.bg-image-1 {
  position: relative;
  background-image: url('../img/backgrounds/bg-1.jpg');
  background-size: cover;
  background-position: center;
  /* filter: grayscale(80%); */
}

.bg-image-1 > * {
  z-index: 1;
  position: relative;
  color: #fff;
}

.icon_png {
  color: #fff;
  width: 60px;
  margin-bottom: 10px;
  
} 

/* @media screen and (min-width:972px){
  .bg-image-1 ::before {

  }
  
} */

/* .bg-image, .bg-image-1, .bg-image-2 {
    position: relative;
    filter:rgba(0, 0, 0, 0.7);
  }
  .bg-image::before, .bg-image-1::before, .bg-image-2::before {
    /* content: ""; */
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  } */
  
  /* .bg-image-1 {
    background: url(../img/backgrounds/bg-1.jpg) no-repeat center center/cover;
  }
  .bg-image-1::before {
    background-color: rgba(0, 0, 0, 0.7);
  } */ 
  
  /* .bg-image-2 {
    background: url(../img/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
  }
  .bg-image-2::before {
    background-color: rgba(255, 255, 255, 0.7);
  } */
  
  /* .facts {
    color: #fff;
  }
  
  .text {
    margin-bottom: 35px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .icon_png {
    color: #fff;
    width: 60px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  } */

    /* Company Worked with */

    .company-logo {
        width: 210px;
        height: 118px;
        filter: grayscale(100%);
        transition: filter 0.5s ease-in-out;
      }
      
      .company-logo:hover {
        filter: none;
        transform: scale(1.2);
      }
    
    .d-flex .justify-content-center {
        padding-top: 50px;
        padding-bottom: 50px;
    }

/* Upcoming stars Css */
header {
	position:relative;
	left:0;
	top:0;
	width:100%;
	min-height:120px;
	padding:50px 0;
	color:#fff;
	    /* background: #383838 url(https://www.athenadesignstudio.com/plugins/switch/images/bg.jpg) no-repeat center center; */
	margin-bottom:30px
}

/* Logo */
header .logo {
	clear:both;
    display:block;
	text-align:center;
    padding-bottom:10px;
}

/* Title */
/* header h1 {
    font-weight:300;
    font-size:24px;
    color:#eee;	
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 !important;
	padding-bottom:25px;
} */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600,800');
h1,
h3,
h4,
h5,
h6,
div,
input,
p,
a {
    font-family: 'PT Serif', serif;
    margin: 0px;
}

a,
a:hover,
a:focus {
    color: inherit;
}

body {
    background-color: #F1F2F3;
}

.container-fluid,
.container {
    max-width: 1200px;
}

.card-container {
    padding: 100px 0px;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.profile-card-2 {
    
    max-width: 755px;
    max-height: 755px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    width: 26rem;
    height: 35rem;
    transition: all linear 0.25s;
}

.profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #d68a17;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    transform: scale(1.2);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}

.bi {
    padding: 10px;
    color: #fff;
}

.Upcoming-stars {
    padding: 120px;
}

/* SUCCESS STORY CSS */

/* body {
    min-height: 100vh;
    background-color: #eee;
    background-size: cover;
    font-family: 'Cormorant', serif;
    color: rgb(112, 123, 240);
    background: linear-gradient(140deg, #fff, 50%, #74a0ff);
    background-repeat: no-repeat
} */

.colon {
  width: 20px;
}

.container-fluid {
    margin-top: 80px !important
}

p {
    font-size: 17px;
    margin-bottom: 7px
}

.small {
    letter-spacing: 0.5px !important
}

.card-header img {
    border: 5px solid white !important
}

.outside {
    position: inherit;
    top: -50%
}

.card {
    border-radius: 20px !important;
    box-shadow: 2px 2px 5px 0px rgb(100, 108, 170);
    transition: 0.8s
}

.card-header {
    border-radius: 20px !important
}

.card-footer {
    margin-left: 6px !important;
    border-radius: 20px !important
}

hr {
    background-color: rgb(146, 154, 236);
    border: 1px solid;
    border-radius: 20px;
    color: rgb(146, 154, 236);
    height: 5px;
    width: 70px !important
}

.bold {
    font-weight: 500
}

.profile-pic {
    margin-bottom: -5px !important
}

.quotes {
    position: relative;
    top: -10px
}

.quotes-down {
    position: relative;
    top: -4 px
}

.fa {
    color: rgb(174, 178, 219);
    cursor: pointer
}

.card-footer .fa {
    font-size: 20px !important
}

.name {
    margin-top: -50px !important
}

.container-fluid:hover .card:not(:hover) {
    transform: scale(0.9)
}

@media (max-width: 1000px) {
    .container-fluid:hover .card:not(:hover) {
        transform: scale(1)
    }
}

/* 
 * 7.0 Site-footer
 */
 .site-footer {
    font-family: 'PT Serif', serif;
    background-color: #000;
    color: #d68a17;
    text-align: center;
    padding: 30px 0;
  }
  .site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .site-footer .site-info a {
    color: #d68a17;
  }
  .site-footer .social-block li a {
    color: #d68a17;
  }
  .site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
    opacity: 0.8;
  }

  .bi {
    color: #d68a17;
  }

 /* INFLUENCER  */

 .btn-lg {
    margin:46px;
 }

 .popular-section {
  padding-right: 50px;
  padding-left: 50px;
 }