/*------------------------------------------------------------------
Project:    Krinky Personal Portfolio
Version:    1.0
Primary use:    pxdraft

[Table of contents]

1. Body
2. Header
3. Footer
4. Blog
5. Section
6. Home Banner
7. About
8. Services
9. Portfolio
10. Testimonial
11. Contact Us

-------------------------------------------------------------------*/
@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(../vendor/bootstrap/icons/bootstrap-icons.css);
@import url(../vendor/owl-carousel/css/owl.carousel.min.css);
@import url(../vendor/magnific/magnific-popup.css);
@import url(../vendor/font-awesome/css/all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: transparent; }
  .fixed-header .main-header {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(55, 55, 55, 0.075); }
  .main-header .navbar {
    padding: 15px 0; }
  .main-header .navbar-nav > li {
    padding: 0 10px; }
    @media (max-width: 991px) {
      .main-header .navbar-nav > li + li {
        border-top: 1px solid rgba(55, 55, 55, 0.1); } }
    .main-header .navbar-nav > li > .nav-link {
      padding: 0 5px;
      line-height: 35px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      color: #373737;
      letter-spacing: 3px;
      position: relative; }
      @media (max-width: 991px) {
        .main-header .navbar-nav > li > .nav-link {
          line-height: 50px; } }
      .main-header .navbar-nav > li > .nav-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 2px;
        background: #DA1884;
        transition: ease all 0.35s; }
        @media (max-width: 991px) {
          .main-header .navbar-nav > li > .nav-link:after {
            display: none; } }
      .main-header .navbar-nav > li > .nav-link:hover, .main-header .navbar-nav > li > .nav-link.active {
        color: #DA1884; }
        .main-header .navbar-nav > li > .nav-link:hover:after, .main-header .navbar-nav > li > .nav-link.active:after {
          left: 0;
          right: auto;
          width: 100%; }

@media (max-width: 991px) {
  .main-header .navbar-toggler {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 4px 9px;
    outline: none;
    box-shadow: none; }
    .main-header .navbar-toggler span {
      width: 25px;
      height: 2px;
      background: #373737;
      margin: 4px 0; }
  .main-header .navbar-collapse {
    border-bottom: 2px solid #373737;
    border-top: 2px solid #373737;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    right: 0px; } }
.logo {
  height: 2rem; }

.hero_pic {
  height: 31rem; }

.typewriter {
  font-size: 44px !important; }

.footer {
  background-color: #373737;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75); }
  .footer .nav a {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.75); }
    .footer .nav a:hover {
      color: #DA1884; }
    .footer .nav a + a {
      margin-left: 18px; }

.px-btn {
  padding: 8px 20px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: ease all 0.35s;
  display: inline-block; }
  .px-btn.px-btn-theme {
    background: #DA1884;
    border-color: #DA1884;
    color: #fff;
    box-shadow: 6px 6px 0 -1px #373737; }
    .px-btn.px-btn-theme:hover {
      background: #373737;
      border-color: #373737;
      box-shadow: 5px 5px 0 -2px #DA1884; }
  .px-btn.px-btn-theme2 {
    background: #FFE135;
    border-color: #FFE135;
    color: #373737;
    box-shadow: 5px 5px 0 -2px #DA1884; }
    .px-btn.px-btn-theme2:hover {
      background: #DA1884;
      border-color: #DA1884;
      color: #fff;
      box-shadow: 5px 5px 0 -2px #FFE135; }
  .px-btn.px-btn-dark {
    background: #373737;
    border-color: #373737;
    color: #fff;
    box-shadow: 5px 5px 0 -2px #DA1884; }
    .px-btn.px-btn-dark:hover {
      background: #DA1884;
      border-color: #DA1884;
      color: #fff;
      box-shadow: 5px 5px 0 -2px #373737; }

.bg-gray {
  background-color: rgba(255, 225, 53, 0.3); }

.bg-dark {
  background-color: #373737 !important; }

.bg-1 {
  background-color: #9BD3D0; }

.bg-2 {
  background-color: #FEC447; }

.bg-3 {
  background-color: #FECCB5; }

.bg-4 {
  background-color: #92B5FF; }

.bg-5 {
  background-color: #C4D39B; }

.bg-6 {
  background-color: #D2CEFF; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit; } }
body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #555555; }

img {
  max-width: 100%; }

label {
  margin-right: 10px; }

* {
  outline: none !important; }

a {
  color: #DA1884;
  text-decoration: none; }
  a:hover {
    color: #b5146e;
    text-decoration: none; }

main {
  overflow-x: hidden; }

.container {
  max-width: 1230px; }

.text-success {
  display: none; }

.text-danger {
  display: none; }

/* ----------------------
*   Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DA1884;
  z-index: 99999; }

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px; }
  .load-circle span {
    display: inline-block;
    width: 64px;
    height: 64px; }
    .load-circle span:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #fff;
      border-color: #fff transparent #fff transparent;
      animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ----------------------
*   owl 
---------------------------*/
.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #373737;
    transition: ease all 0.55s;
    border-radius: 50%;
    margin: 0 4px; }
    .owl-dots .owl-dot.active {
      background: #373737; }

.owl-carousel.eq-height .owl-stage {
  display: flex; }
  .owl-carousel.eq-height .owl-stage .owl-item {
    display: flex;
    align-items: center; }
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%; }

main {
  position: relative;
  z-index: 1; }

.section-heading {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .section-heading {
      padding-bottom: 4.4rem; } }
  @media (max-width: 767px) {
    .section-heading {
      padding-bottom: 3.6rem; } }
  .section-heading h4 {
    font-size: 50px;
    margin: 0;
    color: #373737;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .section-heading h4 {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .section-heading h4 {
        font-size: 38px; } }

/* Section
---------------------*/
.section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    .section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }

.services-section {
  background: url("/../../img/effect/bg-effect-1.webp") no-repeat center center/cover; }

.contactus-section {
  background: url("/../../img/effect/bg-effect-3.png") no-repeat center center/cover; }

/* Home 
---------------------*/
.home-section {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .home-section {
      padding-top: 120px;
      padding-bottom: 50px; } }
  .home-section:after {
    content: "";
    position: absolute;
    top: -19%;
    bottom: 47%;
    left: 48%;
    right: -16%;
    background: rgba(255, 225, 53, 0.4);
    transform: rotate(-45deg);
    border-radius: 50px; }
    @media (max-width: 767px) {
      .home-section:after {
        top: 0%;
        bottom: 70%;
        left: 10%;
        right: -75%; } }
  .home-section .container {
    position: relative;
    z-index: 1; }
  .home-section .home-intro h6 {
    font-weight: 600;
    color: #373737;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .home-section .home-intro h6 {
        margin: 0 0 20px; } }
  .home-section .home-intro h1 {
    font-size: 70px;
    font-weight: 600;
    color: #373737;
    margin: 0 0 35px;
    line-height: 1; }
    @media (max-width: 1200px) {
      .home-section .home-intro h1 {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .home-section .home-intro h1 {
        font-size: 45px;
        margin: 0 0 25px; } }
    .home-section .home-intro h1 > span {
      border-bottom: 2px solid #FFE135; }
  .home-section .home-intro p {
    font-size: 20px; }
    @media (max-width: 767px) {
      .home-section .home-intro p {
        font-size: 18px; } }
  .home-section .home-intro .btn-bar {
    padding-top: 10px; }

/* Problem
---------------------*/
.dilemna {
  width: 33rem; }
  @media (max-width: 992px) {
    .dilemna-the_problem {
      width: 75%; } }
  @media (max-width: 767px) {
    .dilemna-the_problem {
      width: 100%; } }

.dilemna_section {
  margin-bottom: 10rem; }
  @media (max-width: 1024px) {
    .dilemna_section {
      margin-bottom: 7.2rem; } }
  @media (max-width: 767px) {
    .dilemna_section {
      margin-bottom: 4.4rem; } }

.sign {
  width: 1.4rem; }

.stress_pic {
  width: 40rem; }

.attribute {
  transform: translateY(4px); }

.negative_attribute {
  transform: translateY(-3px); }

.emoji_container {
  width: 4rem;
  height: 4rem;
  background-color: #FFE135;
  display: block;
  font-size: 2rem; }
  .emoji_container-content {
    width: 85%; }
    @media (max-width: 992px) {
      .emoji_container-content {
        width: 75%; } }
    @media (max-width: 767px) {
      .emoji_container-content {
        width: 100%; } }
  @media (max-width: 992px) {
    .emoji_container_wrapper {
      width: 75%; } }
  @media (max-width: 767px) {
    .emoji_container_wrapper {
      width: 100%; } }

.solution_subsection {
  margin-top: 6rem; }

@media (max-width: 992px) {
  .the_cost {
    flex-direction: column-reverse; } }

/* About
---------------------*/
.number_count {
  font-weight: 600;
  font-size: 26px;
  color: #DA1884;
  margin: 0; }

.plus {
  font-size: 2rem;
  font-weight: 400; }

.about-text h3 {
  font-weight: 600;
  color: #373737;
  margin: 0 0 25px; }
.about-text p {
  font-size: 18px; }

/* feature 
---------------------*/
.feature-box-01 {
  padding: 40px;
  height: 26rem;
  border: 2px solid #373737;
  box-shadow: 0 0 0 0 #373737;
  transition: ease all 0.35s;
  display: flex; }
  @media (max-width: 767px) {
    .feature-box-01 {
      padding: 30px; } }
  .feature-box-01 .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #373737;
    background: #fff;
    color: #373737;
    font-size: 32px; }
  .feature-box-01 .feature-content {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px; }
  .feature-box-01 h4 {
    font-size: 24px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .feature-box-01 h4 {
        font-size: 22px; } }
  .feature-box-01 p {
    margin: 0;
    color: #373737;
    font-size: 17px; }
  .feature-box-01:hover {
    box-shadow: 5px 5px 0 0 #373737; }

/* experience
---------------------*/
.feature-box-02 {
  padding: 15px;
  display: flex;
  align-items: center;
  border: 2px solid #373737;
  box-shadow: 0 0 0 0 #373737;
  transition: ease all 0.35s; }
  @media (max-width: 767px) {
    .feature-box-02 {
      padding: 10px; } }
  .feature-box-02:hover {
    box-shadow: 3px 3px 0 0 #373737; }
  .feature-box-02 .icon {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #373737;
    border: 2px solid #373737;
    font-size: 30px;
    display: flex; }
  .feature-box-02 h6 {
    color: #373737;
    margin: 0;
    padding-left: 15px; }

/* Portfolio 
---------------------*/
.portfolio-box .portfolio-img {
  position: relative;
  box-shadow: 0 0 0 0 #373737;
  transition: ease all 0.35s;
  position: relative; }
.portfolio-box .portfolio-text h6 {
  margin-bottom: 18px; }
  .portfolio-box .portfolio-text h6 span {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(218, 24, 132, 0.2);
    color: #373737;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px; }
.portfolio-box .portfolio-text h4 {
  color: #373737;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .portfolio-box .portfolio-text h4 {
      font-size: 26px;
      margin-bottom: 10px; } }
.portfolio-box .portfolio-text .btn-bar {
  padding-top: 10px; }
.portfolio-box .portfolio-text .px-btn {
  font-size: 12px;
  cursor: pointer; }

.feature-box-03 {
  border: 2px solid #373737;
  box-shadow: 0 0 0 0 #373737;
  transition: ease all 0.35s;
  padding: 35px;
  margin-bottom: 35px;
  display: flex; }
  @media (max-width: 767px) {
    .feature-box-03 {
      padding: 25px; } }
  .feature-box-03:hover {
    box-shadow: 3px 3px 0 0 #373737; }
  .feature-box-03 .feature-img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #373737; }
  .feature-box-03 .icons {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #373737;
    font-size: 83px;
    line-height: 1;
    opacity: 0.1; }
  .feature-box-03 .feature-content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    position: relative;
    padding-left: 20px; }
    .feature-box-03 .feature-content p {
      font-size: 17px; }
    .feature-box-03 .feature-content h6 {
      font-weight: 600;
      color: #373737;
      margin: 0; }
    .feature-box-03 .feature-content span {
      font-size: 14px; }

.contact-form {
  border: 2px solid #373737;
  padding: 35px;
  background: #fff; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 25px; } }
  .contact-form h6 {
    font-size: 32px;
    font-weight: 600;
    color: #373737;
    margin: 0 0 5px; }
  .contact-form .lead {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 30px; }
  .contact-form .form-control {
    border-radius: 0;
    border: 1px solid #373737;
    box-shadow: none;
    padding: 0.575rem .75rem; }

.contact-infos {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact-infos li {
    display: flex;
    position: relative;
    padding-bottom: 35px; }
    .contact-infos li:last-child {
      padding-bottom: 0; }
  .contact-infos .icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    color: #373737;
    justify-content: center;
    font-size: 25px; }
  .contact-infos .col {
    padding-left: 15px; }
  .contact-infos h5 {
    font-size: 14px;
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .contact-infos p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 767px) {
      .contact-infos p {
        font-size: 20px; } }

.skill_icon {
  height: 2.5rem; }

.insta {
  height: 2.5rem; }

.mb-5rem {
  margin-bottom: 5rem !important; }

.our_services-flex_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 60px;
  margin-top: 42px; }

.our_services-card {
  border: 3px solid #000;
  border-radius: 3px 3px 12px 3px;
  background-color: #fff;
  width: 20rem;
  transition: all .2s ease-in; }
  .our_services-card_attribute {
    padding: 1rem 0; }
    .our_services-card_attribute > p {
      margin: 0; }
  .our_services-card_title {
    font-size: 2rem;
    background-color: #FFE135; }
  .our_services-card_pricing {
    font-size: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .our_services-card_wrapper {
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    display: flex; }

.content-wrapper {
  width: 100%; }

.our_services-va_card {
  border: 3px solid #000;
  border-radius: 3px 3px 12px 3px;
  background-color: #fff;
  width: 20rem;
  transition: all .2s ease-in; }
  @media (max-width: 1230px) {
    .our_services-va_card {
      margin-bottom: 2.5rem; } }
  @media (max-width: 388px) {
    .our_services-va_card {
      width: 17rem; } }

.our_services-flex_column {
  height: 100%; }

.our_services-top_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.our_services-social_media_mgmt-card {
  width: 45rem;
  border: 3px solid #000;
  margin-top: 84px; }
  .our_services-social_media_mgmt-card_title {
    background-color: #E967C3;
    color: #fff;
    font-size: 2.5rem;
    padding-bottom: 5px; }

.our_services-badge {
  width: 8rem;
  bottom: calc(-9rem + -6px);
  position: absolute; }
  .our_services-badge_wrapper {
    transform: translateX(calc(-23rem + 10px));
    display: flex;
    justify-content: center;
    align-items: center; }

.our_services-btn_wrapper {
  padding: 1rem 0 1rem 0; }

.content-wrapper > div {
  border-top: 1px solid; }
  .content-wrapper > div:last-child {
    border-bottom: 1px solid; }

.hero__pic {
  position: relative;
  z-index: 100;
  width: 80%; }
  @media (max-width: 992px) {
    .hero__pic {
      width: 24rem; } }

.hero__pic-info {
  width: 33%;
  height: 72%;
  border: 3px solid black;
  position: absolute;
  border-radius: 6%;
  background-color: #fff;
  transform: rotate(90deg);
  right: 2.1rem;
  bottom: 28px; }
  @media (max-width: 992px) {
    .hero__pic-info {
      width: 21rem;
      height: 21rem;
      border: 3px solid black;
      position: absolute;
      border-radius: 6%;
      background-color: #fff;
      transform: rotate(90deg);
      left: 50%;
      bottom: 21px;
      transform: translateX(-33%) rotate(90deg); } }
  @media (max-width: 475px) {
    .hero__pic-info {
      display: none; } }

@media (max-width: 1180px) {
  .hero__connect p {
    font-size: 1rem !important; } }

.hero__connect-sm a {
  transform: rotate(-90deg);
  color: black; }
  .hero__connect-sm a:hover {
    color: #DA1884; }
.hero__connect-sm a i {
  font-size: 20px; }
  @media (max-width: 1180px) {
    .hero__connect-sm a i {
      font-size: 16px; } }

.pricing {
  font-size: 2.5rem; }
  .pricing_row {
    margin-top: 84px; }

.emblem {
  height: 2.3rem;
  width: 2.5rem;
  position: absolute;
  transform: rotate(-40deg); }
  .emblem_wrapper {
    transform: translateY(6rem);
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center; }

.theme__color {
  background-color: #DA1884 !important;
  color: #fff; }

#star-1, #star-2, #star-3 {
  transform: rotate(0deg) !important;
  height: 3.3rem;
  width: 3.5rem; }

#star-1 {
  left: 3.86%; }
  @media (max-width: 1230px) {
    #star-1 {
      left: 0%;
      bottom: 428%; } }
  @media (max-width: 389px) {
    #star-1 {
      left: 0%; } }

#star-2 {
  left: 34.86%; }
  @media (max-width: 1230px) {
    #star-2 {
      left: 0%;
      bottom: 198.5%; } }
  @media (max-width: 389px) {
    #star-2 {
      left: 0%; } }

#star-3 {
  left: 65.86%; }
  @media (max-width: 1230px) {
    #star-3 {
      left: 0%;
      top: 140%; } }
  @media (max-width: 389px) {
    #star-3 {
      left: -0%; } }

#emblem-1 {
  left: 4.5%; }

#emblem-2 {
  left: 35.5%; }

#emblem-3 {
  left: 66.5%; }

#portfolio_section-pic_1 {
  height: 35rem; }

#portfolio_section-extended_content-1 {
  display: none; }

#portfolio_section-extended_content-2 {
  display: none; }

#portfolio_section-extended_content-3 {
  display: none; }

.content-wrapper > * {
  text-align: center; }

.p-top-60 {
  padding-top: 60px; }

@media (max-width: 1230px) {
  .our_services-flex_wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-top: 0; }

  .our_services-card {
    margin-bottom: 2.5rem; }

  .emblem {
    position: relative; }

  .emblem_wrapper {
    transform: translate(-10rem, 50.3rem);
    position: relative;
    flex-direction: column; }

  #emblem-1 {
    bottom: 644%;
    left: 0% !important; }

  #emblem-2 {
    bottom: 276%;
    left: 0% !important; }

  #emblem-3 {
    bottom: -163%;
    left: 0% !important; } }
@media (max-width: 975px) {
  .feature-box-01 {
    height: 32rem;
    align-items: center;
    flex-direction: column; }
    .feature-box-01 h5 {
      padding-top: 1rem;
      text-align: center; }
    .feature-box-01 .feature-content {
      max-width: 100%;
      padding-left: 0; }
    .feature-box-01 .icon {
      padding: 1rem; } }
@media (max-width: 861px) {
  .our_services-social_media_mgmt-card {
    width: 33rem; }

  .our_services-social_media_mgmt-card_title {
    font-size: 2rem; }

  .our_services-badge {
    width: 6rem;
    bottom: calc(-8rem + -6px); }

  .our_services-badge_wrapper {
    transform: translateX(calc(-17rem + 10px)); } }
@media (max-width: 767px) {
  .feature-box-01 {
    height: auto; } }
@media (max-width: 629px) {
  .our_services-social_media_mgmt-card {
    width: 23rem; }

  .our_services-badge_wrapper {
    transform: translateX(calc(-12rem + 10px)); } }
@media (max-width: 500px) {
  .typewriter {
    font-size: 25px !important; } }
@media (max-width: 468px) {
  .our_services-social_media_mgmt-card {
    width: 18rem; }

  .our_services-badge_wrapper {
    transform: translateX(calc(-9rem + 1px)); } }
@media (max-width: 388px) {
  .our_services-social_media_mgmt-card_title {
    font-size: 1.5rem; }

  .hero_pic {
    height: auto;
    width: 18rem; }

  .our_services-social_media_mgmt-card {
    width: 15rem; }

  .our_services-badge_wrapper {
    transform: translateX(calc(-8rem + 10px)); }

  .our_services-card {
    width: 17rem; }

  .emblem_wrapper {
    transform: translate(-8.5rem, 50.3rem); }

  .content-wrapper > div {
    padding: 1rem; } }
@media (max-width: 332px) {
  .our_services-badge {
    width: 5rem;
    bottom: calc(-7rem + -14px); }

  .our_services-badge_wrapper {
    transform: translateX(calc(-7rem + 1px)); }

  .our_services-social_media_mgmt-card {
    width: 13rem; } }
@media (min-width: 1440px) {
  .feature-box-01 {
    height: 21rem; } }
