@import url("https://fonts.googleapis.com/css2?family=Neucha&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Neucha&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Neucha&family=Playfair+Display:wght@400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Neucha&family=Playfair+Display:wght@400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "Playfair Display", serif;
  src: url("./fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf"), url("./fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf"), url("./fonts/PlayfairDisplay/PlayfairDisplay-ExtraBold.ttf"), url("./fonts/PlayfairDisplay/PlayfairDisplay-Medium.ttf"), url("./fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf"), url("./fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.ttf");
}
@font-face {
  font-family: "Source Sans Pro", sans-serif;
  src: url("./fonts/SourceSansPro/SourceSansPro-Black.ttf"), url("./fonts/SourceSansPro/SourceSansPro-Bold.ttf"), url("./fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf"), url("./fonts/SourceSansPro/SourceSansPro-Light.ttf"), url("./fonts/SourceSansPro/SourceSansPro-Regular.ttf"), url("./fonts/SourceSansPro/SourceSansPro-SemiBold.ttf");
}
@font-face {
  font-family: "Neucha", cursive;
  src: url("./fonts/Neucha/Neucha-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

a, button {
  transition: 0.2s;
}
a:hover, button:hover {
  transition: 0.2s;
}

.nav-p {
  padding-left: 135px;
  padding-right: 135px;
  height: 100%;
}

.main-p {
  padding-left: 142px;
  padding-right: 157px;
  padding-top: 162px;
  padding-bottom: 120px;
}

.tab-p {
  padding-left: 135px;
  padding-right: 138px;
}

.content-p {
  padding-left: 135px;
  padding-right: 134px;
}

.b-size {
  width: 100%;
  height: 639px;
  margin-top: 84px;
}

a:hover {
  text-decoration: none;
}

.primary-banner {
  width: 100%;
  height: 681px;
  margin-top: 84px;
  background: #8A0E49;
}
.primary-banner .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.primary-banner .banner-content .banner-text {
  margin: 51px 0;
}
.primary-banner .banner-content h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 94px;
  color: #FFFFFF;
}
.primary-banner .banner-content h1 span {
  color: #FFC300;
}
.primary-banner .banner-content .banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.b-p {
  padding-left: 135px;
}

.f-p {
  padding: 48px 178px 0 177px;
}

.red-btn {
  padding: 12px 32px;
  background: #8A0E49;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-left: 24px;
  border: 0;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #8A0E49;
  transition: 0.2s;
}
.red-btn:hover {
  text-decoration: none;
  color: #8A0E49 !important;
  background: #fff !important;
  border: 1px solid #8A0E49;
  transition: 0.2s;
}
.red-btn:focus {
  color: #8A0E49;
  outline: none;
}

.b-shadow {
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.2);
}

.white-btn {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  border-radius: 30px;
}
.white-btn:hover {
  text-decoration: none;
  background-color: #8A0E49 !important;
  color: #fff;
  border: 1px solid #fff;
}
.white-btn:focus {
  color: #8A0E49;
  outline: none;
}

.contact-btn {
  width: 159px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8A0E49;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.contact-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.header-wrapper {
  background-color: #8A0E49;
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header-wrapper .navbar {
  background-color: #8A0E49 !important;
  height: 100%;
  padding: 0;
}
.header-wrapper .navbar .navbar-brand {
  width: 197px;
  height: 66px;
  margin: 0 40px 0 0;
}
.header-wrapper .navbar .navbar-brand img {
  width: 197px;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .navbar #collapsibleNavbar {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item {
  margin-right: 8px;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item .nav-link {
  padding: 12px 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #fff;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap {
  width: 236px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .login-btn {
  width: 110px;
  height: 44px;
  background-color: #8A0E49;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .login-btn:hover {
  background-color: #fff;
  color: #8A0E49;
  border: 1px solid #8A0E49;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .login-btn:focus {
  outline: none;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .signup-btn {
  width: 110px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #8A0E49;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .signup-btn:hover {
  color: #fff;
  background-color: #8A0E49;
  border: 1px solid #fff;
}
.header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .signup-btn:focus {
  outline: none;
}

.footer-wrapper {
  width: 100%;
  background-color: #FFFFFF;
}
.footer-wrapper .footer-section {
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: space-between;
}
.footer-wrapper .footer-section .footer-lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-wrapper .footer-section .footer-lists .footer-list-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-wrapper .footer-section .footer-lists .footer-list-heading img {
  width: 38px;
  height: 43px;
  margin-right: 8px;
}
.footer-wrapper .footer-section .footer-lists .footer-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 8px 0px;
}
.footer-wrapper .footer-section .footer-lists .footer-list-item:hover {
  text-decoration: none;
}
.footer-wrapper .footer-section .footer-lists .footer-list-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.footer-wrapper .footer-section .footer-lists .input-group {
  width: 392px;
  height: 52px;
}
.footer-wrapper .footer-section .footer-lists .input-group .form-control {
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #8A0E49;
  box-sizing: border-box;
  border-radius: 30px 0px 0px 30px;
  padding-left: 24px;
}
.footer-wrapper .footer-section .footer-lists .input-group .form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
  margin: 0px 10px;
}
.footer-wrapper .footer-section .footer-lists .input-group .form-control:focus {
  box-shadow: none;
}
.footer-wrapper .footer-section .footer-lists .input-group .input-group-append {
  width: 132px;
  height: 52px;
  background: #8A0E49;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer-section .footer-lists .input-group .input-group-append .btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer-wrapper .footer-section .footer-lists .input-group .input-group-append .btn:focus {
  box-shadow: none;
}
.footer-wrapper .copyright-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 178px 35px 177px;
}
.footer-wrapper .copyright-section .copyright-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 0;
}
.footer-wrapper .copyright-section .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  margin-bottom: 0;
}
.footer-wrapper .copyright-section .social-icons .icon-list-item {
  list-style-type: none;
  width: 37px;
  height: 37px;
}
.footer-wrapper .copyright-section .social-icons .icon-list-item img {
  width: 37px;
  height: 37px;
  object-fit: cover;
}
.footer-wrapper .copyright-section .social-icons .icon-list-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #272727;
}
.footer-wrapper .copyright-section .social-icons .icon-list-item:last-child a {
  animation-name: whatsapp-enlarge;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.footer-wrapper .copyright-section .social-icons .icon-list-item:last-child a i {
  font-size: 40px;
  color: #fff;
  background-color: #25d366;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  font-weight: normal;
  transform: scale(1);
}

@keyframes whatsapp-enlarge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
}
.images_placehold {
  width: 120px;
  height: 110px;
  max-height: 110px;
}

@media screen and (min-width: 570px) and (max-width: 1300px) {
  .header-wrapper .nav-p {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .main-p {
    padding: 50px;
  }

  .b-p {
    padding-left: 5rem;
  }

  .primary-banner .banner-content {
    padding-left: 80px;
  }
  .primary-banner .banner-content .banner-text h1 {
    font-size: 60px;
  }
  .primary-banner .banner-content .banner-img {
    right: 0px !important;
    bottom: 16px !important;
  }
  .primary-banner .banner-content .banner-img img {
    width: 90% !important;
    height: 90% !important;
  }
  .primary-banner .banner-content #designer-banner-img {
    right: -40px !important;
    bottom: -40px !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) and (max-width: 768px) {
  .primary-banner .banner-content #designer-banner-img {
    width: 350px !important;
    height: 360px !important;
    right: 24px !important;
    bottom: 10px !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) {
  .main-heading {
    padding: 0 35px !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) {
  .content-p {
    padding: 0 50px;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) {
  .footer-banner {
    padding: 0 50px !important;
  }
  .footer-banner .banner-img img {
    object-fit: unset !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) {
  .f-p {
    padding: 50px 100px !important;
  }
}
@media screen and (min-width: 570px) and (max-width: 1300px) {
  .footer-wrapper .copyright-section {
    padding: 50px 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-p {
    padding: 0;
  }

  .b-p {
    padding-left: 24px !important;
  }

  .banner-text {
    margin: 30px 0 !important;
  }

  .header-wrapper .navbar {
    justify-content: flex-start;
  }
  .header-wrapper .navbar .navbar-toggler {
    margin: 0 0 0 18px;
    padding: 0;
    border: 0;
  }
  .header-wrapper .navbar .navbar-toggler:focus {
    outline: none;
  }
  .header-wrapper .navbar .navbar-brand {
    margin: 0;
    width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-wrapper .navbar .navbar-brand img {
    width: 104px;
    height: 36px;
    object-fit: contain;
  }
  .header-wrapper .navbar #collapsibleNavbar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #8A0E49;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    z-index: -1;
    display: none;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav {
    margin-top: 100px;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item {
    margin-right: 0;
    padding-left: 30px;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 24px;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item .nav-link.active {
    box-shadow: none;
    border-bottom: 0;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap {
    width: 100%;
    justify-content: center;
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 50px 0;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-btn-wrap .login-btn {
    margin-right: 16px;
  }

  .f-p {
    padding: 32px !important;
  }

  .footer-wrapper .footer-section {
    flex-direction: column;
    border-bottom: 0;
  }
  .footer-wrapper .footer-section .footer-lists {
    margin-bottom: 32px;
  }
  .footer-wrapper .footer-section .footer-lists .input-group {
    width: 100%;
  }
  .footer-wrapper .copyright-section {
    padding: 0 32px 32px 32px !important;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-wrapper .copyright-section .social-icons {
    margin-bottom: 32px;
  }
}
.main-header .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.main-header .banner .banner-image {
  width: 100%;
  height: 100%;
}
.main-header .banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .banner .banner-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-header .banner .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
}
.main-header .banner .banner-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 94px;
  color: #8A0E49;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main-header .banner .banner-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #272727;
  text-shadow: -1px 1px #ccc;
}
.main-header .banner .banner-content p span img {
  width: 75px;
  height: 48px;
}

.performance-wrapper .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.performance-wrapper .content-box .box-image {
  width: 288px;
  height: 310px;
  text-align: center;
  overflow: visible;
}
.performance-wrapper .content-box .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performance-wrapper .content-box h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #272727;
  margin-bottom: 16px;
}
.performance-wrapper .content-box p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #272727;
}
.performance-wrapper .content-box p.line-1 span {
  position: relative;
}
.performance-wrapper .content-box p.line-1 span::after {
  content: url("../../assets/images/left-scratch.png");
  display: inline-block;
  position: absolute;
  left: -16px;
  bottom: -16px;
}
.performance-wrapper .content-box p.line-2 span {
  position: relative;
  display: inline-block;
}
.performance-wrapper .content-box p.line-2 span::after {
  content: url("../../assets/images/left-scratch.png");
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -16px;
}
.performance-wrapper .content-box p.line-3 span {
  position: relative;
}
.performance-wrapper .content-box p.line-3 span::after {
  content: url("../../assets/images/right-scratch.png");
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -16px;
}

.main-content-wrapper .main-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 302.5px;
  margin-bottom: 120px;
}
.main-content-wrapper .main-heading h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #272727;
  margin: 16px 0px;
}
.main-content-wrapper .main-heading p {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #272727;
  margin: 16px 0px;
}
.main-content-wrapper .main-tab-content {
  background: #FDF9FB;
  padding-top: 48px;
  padding-bottom: 90px;
}
.main-content-wrapper .main-tab-content .navbar {
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.main-content-wrapper .main-tab-content .nav {
  flex-wrap: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 72px;
}
.main-content-wrapper .main-tab-content .nav .nav-item {
  height: auto;
}
.main-content-wrapper .main-tab-content .nav .nav-item .nav-link {
  height: 100%;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  background: none;
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.main-content-wrapper .main-tab-content .nav .nav-item .nav-link.active {
  color: #8A0E49;
  box-shadow: inset 0px -4px 0px #8A0E49, inset -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.main-content-wrapper .main-tab-content .nav .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}
.main-content-wrapper .main-tab-content .nav .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
  box-shadow: none;
}
.main-content-wrapper .main-tab-content .nav .nav-item:last-child .nav-link.active {
  color: #8A0E49;
  box-shadow: inset 0px -4px 0px #8A0E49, inset -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.main-content-wrapper .main-tab-content .tab-section-container {
  scroll-behavior: smooth;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align {
  flex-direction: row-reverse;
  background-color: #fff;
  padding-left: 40px;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align .img-wrapper {
  margin-right: 0 !important;
  margin-left: 27px;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .img-wrapper {
  margin-right: 48px;
  width: 450px;
  height: 450px;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .img-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 900;
  font-size: 28px;
  line-height: 150%;
  color: #272727;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 img {
  width: 22px;
  height: 20px;
  margin-right: 8px;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 169.5%;
  color: #272727;
  margin: 0;
}
.main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper .red-btn {
  box-shadow: none;
  margin-left: 0px;
  margin-top: 16px;
  display: inline-block;
}

.footer-banner {
  width: 100%;
  height: 504px;
  background: linear-gradient(224.72deg, #51092B -1%, #B8256B 100.5%);
  padding-left: 135px;
  padding-right: 135px;
}
.footer-banner .banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-banner .banner-container .banner-img {
  height: 504px;
}
.footer-banner .banner-container .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-banner .banner-container .banner-text {
  margin-right: 24px;
}
.footer-banner .banner-container .banner-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 16px 0px;
}
.footer-banner .banner-container .banner-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.footer-banner .banner-container .banner-text p img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.footer-banner .banner-container .banner-text .store-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-banner .banner-container .banner-text .store-btn a {
  width: 149px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  color: #8A0E49;
}
.footer-banner .banner-container .banner-text .store-btn a:hover {
  background-color: #8A0E49;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
}
.footer-banner .banner-container .banner-text .store-btn a:hover img {
  filter: brightness(0) invert(1);
}
.footer-banner .banner-container .banner-text .store-btn a:hover span {
  color: #fff;
}
.footer-banner .banner-container .banner-text .store-btn a img {
  width: 25px;
  height: 25px;
}
.footer-banner .banner-container .banner-text .store-btn a span {
  color: #8A0E49;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.footer-banner .banner-container .banner-text .store-btn .play-store {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .main-header .banner .banner-content h1 {
    font-size: 48px;
    line-height: unset;
  }
  .main-header .banner .banner-content p {
    font-size: 18px;
    text-shadow: none;
  }

  .main-p {
    padding: 32px 16px;
  }

  .content-p {
    padding: 16px;
  }

  .brands-page .performance-wrapper .content-box {
    width: 75%;
    margin: 16px auto 32px auto;
  }
  .brands-page .performance-wrapper .content-box .box-image {
    object-fit: contain;
  }
  .brands-page .performance-wrapper .content-box p span::after {
    display: none;
  }
  .brands-page .main-content-wrapper .main-heading {
    padding: 16px;
    margin-bottom: 48px;
  }
  .brands-page .main-content-wrapper .main-heading h1 {
    font-size: 32px;
  }
  .brands-page .main-content-wrapper .main-heading p {
    font-size: 18px;
  }
  .brands-page .main-content-wrapper .main-tab-content .navbar {
    display: none;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items {
    flex-direction: column;
    height: auto;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .img-wrapper {
    margin-right: 0;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper {
    padding: 16px;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 {
    font-size: 24px;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper p {
    font-size: 16px;
    text-align: justify;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align {
    padding-left: 0;
  }
  .brands-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align .img-wrapper {
    margin-left: 0;
  }
  .brands-page .footer-banner {
    padding: 0 16px 32px 16px;
    height: auto;
  }
  .brands-page .footer-banner .banner-container {
    flex-direction: column;
  }
  .brands-page .footer-banner .banner-container .banner-img {
    height: 240px;
  }
  .brands-page .footer-banner .banner-container .banner-text {
    width: 100%;
    padding: 0 16px;
    margin-right: 0;
  }
  .brands-page .footer-banner .banner-container .banner-text h1 {
    font-size: 32px;
  }
}
.influencer-page .main-content-wrapper .main-heading {
  padding: 100px 190px 100px 190px;
  margin-bottom: 0;
}
.influencer-page .main-content-wrapper .main-heading h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100px;
  color: #272727;
  text-align: center;
}
.influencer-page .main-content-wrapper .main-tab-content .navbar {
  padding: 0 215px;
}
.influencer-page .main-content-wrapper .main-tab-content .navbar .navbar-nav .nav-item {
  height: auto;
}
.influencer-page .main-content-wrapper .main-tab-content .navbar .navbar-nav .nav-item .nav-link {
  height: 100%;
  padding: 16px 24px;
}
.influencer-page .main-content-wrapper .featured-influencers {
  margin-bottom: 126px;
}
.influencer-page .main-content-wrapper .featured-influencers .influencer-heading {
  padding: 0 230px;
  margin: 50px 0 67px 0;
}
.influencer-page .main-content-wrapper .featured-influencers .influencer-heading h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  color: #272727;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .controls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 50%;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .controls-top a img {
  width: 43px;
  height: 43px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-indicators {
  width: 100%;
  margin: 0;
  bottom: -15px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #27272A;
  box-sizing: border-box;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-indicators li.active {
  background-color: #8A0E49;
  border: 0;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner {
  margin-left: 0;
  margin-right: 0;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item {
  margin-right: 0;
  padding: 0;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card {
  align-items: center;
  border: 0;
  padding: 0 20px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image {
  width: 350px;
  height: 350px;
  margin-bottom: 43px;
  overflow: hidden;
  border-radius: 50%;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image a {
  display: block;
  width: 350px;
  height: 350px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image a img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body {
  width: 100%;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .icons a img {
  width: 30px;
  height: 30px;
  margin: 0 16px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #272727;
  margin-bottom: 8px;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text div h2 {
  font-weight: 600;
  font-size: 28px;
  color: #272727;
  margin-bottom: 0;
}

.start-earning-section {
  width: 100%;
  height: 372px;
  background-color: #8A0E49;
  margin-top: 50px;
  position: relative;
}
.start-earning-section .left-image {
  width: 335px;
  height: 377px;
  position: absolute;
  top: -55px;
  left: -30px;
}
.start-earning-section .left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.start-earning-section .right-image {
  width: 418px;
  height: 470px;
  position: absolute;
  right: -77px;
  bottom: -180px;
}
.start-earning-section .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.start-earning-section .earning-section-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.start-earning-section .earning-section-content h1 {
  font-family: Neucha;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 150%;
  color: #FFC300;
  margin: 68px 0px 32px 0;
}
.start-earning-section .earning-section-content .earning-tips {
  display: flex;
  margin-bottom: 32px;
}
.start-earning-section .earning-section-content .earning-tips p {
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  color: #FFFFFF;
  margin-right: 32px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.start-earning-section .earning-section-content .earning-tips p img {
  margin-right: 8px;
}

#influencer-carousel .btn-floating {
  width: 43px;
  height: 43px;
  top: 50%;
  opacity: 1;
}

/* show 3 items */
.carousel-inner .active,
.carousel-inner .active + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
  display: block !important;
}

.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
  transition: none;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
  position: absolute;
  top: 0;
  right: -25%;
  z-index: -1;
  display: block;
  visibility: visible;
}

/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
  position: relative;
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
}

/* farthest right hidden item must be abso position for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  visibility: visible;
}

/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
  position: relative;
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  display: block;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .primary-banner {
    height: 440px;
  }
  .primary-banner .banner-content .banner-text h1 {
    font-size: 42px;
    line-height: 60px;
  }
  .primary-banner .banner-content .banner-img {
    display: none;
  }

  .influencer-page .main-content-wrapper .main-heading {
    padding: 16px;
  }
  .influencer-page .main-content-wrapper .main-heading h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .influencer-page .main-content-wrapper .main-tab-content .navbar {
    display: none;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items {
    flex-direction: column;
    height: auto;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .img-wrapper {
    margin-right: 0;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper {
    padding: 16px;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 {
    font-size: 24px;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper p {
    font-size: 16px;
    text-align: justify;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align {
    padding-left: 0;
  }
  .influencer-page .main-content-wrapper .main-tab-content .tab-section-container .tab-items.right-align .img-wrapper {
    margin-left: 0;
  }
  .influencer-page .main-content-wrapper .start-earning-section h1 {
    font-size: 55px;
  }
  .influencer-page .main-content-wrapper .start-earning-section .left-image {
    top: -135px;
    left: -135px;
  }
  .influencer-page .main-content-wrapper .start-earning-section .right-image {
    right: -100px;
    bottom: -250px;
  }
  .influencer-page .main-content-wrapper .start-earning-section .earning-section-content h1 {
    text-align: center;
    font-size: 40px;
  }
  .influencer-page .main-content-wrapper .start-earning-section .earning-section-content .earning-tips {
    flex-direction: column;
    justify-content: flex-start;
  }
  .influencer-page .main-content-wrapper .start-earning-section .earning-section-content .earning-tips p {
    margin-bottom: 16px;
  }
  .influencer-page .main-content-wrapper .featured-influencers .influencer-heading {
    padding: 16px;
  }
  .influencer-page .main-content-wrapper .featured-influencers .influencer-heading h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
.creative-banner .banner-content .banner-text {
  margin: 140px 0 51px 0;
}
.creative-banner .banner-content .banner-img {
  width: 670px;
  height: 620px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.creative-banner .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.creatives-page .why-join-heading {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  color: #272727;
  padding: 100px 493px 68px 493px;
}
.creatives-page .performance-wrapper {
  padding: 0 151px;
}
.creatives-page .performance-wrapper .content-box .line-1 span img {
  width: 180px;
  position: absolute;
  top: -26px;
  left: -365px;
  transform: rotate(180deg);
}
.creatives-page .main-content-wrapper {
  margin-top: 150px;
}
.creatives-page .main-content-wrapper .main-heading {
  padding: 0;
  margin: 0;
}
.creatives-page .main-content-wrapper .main-heading h1 {
  font-size: 50px;
  line-height: 64px;
  color: #272727;
  margin: 0 0 16px 0;
}
.creatives-page .main-content-wrapper .main-heading p {
  font-weight: 400;
  font-size: 22px;
  color: #272727;
  margin: 0 0 48px 0;
}
.creatives-page .main-content-wrapper .main-heading a {
  box-shadow: none;
}
.creatives-page .main-content-wrapper #hmenu {
  padding-top: 100px;
}
.creatives-page .main-content-wrapper .profile-menu {
  padding-left: 43.5px;
  padding-right: 43.5px;
  margin-bottom: 135px;
  display: flex;
  overflow: hidden;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  width: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists::-webkit-scrollbar {
  width: 2px;
  visibility: hidden;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists::-webkit-scrollbar-track {
  background: #f1f1f1;
  visibility: hidden;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  visibility: hidden;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists::-webkit-scrollbar-thumb:hover {
  background: #E4E4E4;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item {
  list-style-type: none;
  background-color: #fff;
  height: 40px;
  border: 1px solid #272727;
  box-sizing: border-box;
  border-radius: 40px;
  flex: 0 0 auto;
  margin-right: 16px;
  display: flex;
  padding: 8px 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item.active {
  background-color: #8A0E49;
  border: 0;
  box-shadow: none;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item.active .menu-link {
  color: #fff;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item .menu-link {
  width: 100%;
  height: 100%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item .menu-link:hover {
  text-decoration: none;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .right-arrow {
  width: 24px;
  height: 24px;
}
.creatives-page .main-content-wrapper .profile-menu .menu-lists .right-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creatives-page .main-content-wrapper .profile-menu #outer {
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.creatives-page .main-content-wrapper .profile-menu #inner {
  display: flex;
}
.creatives-page .main-content-wrapper .profile-menu #left-button {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.creatives-page .main-content-wrapper .profile-menu #right-button {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.creatives-page .main-content-wrapper .profile-menu a {
  text-decoration: none;
  font-weight: bolder;
  color: red;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.creatives-page .main-content-wrapper .profile-menu #inner:first-child {
  margin-left: 0;
  height: 65px;
  display: flex;
  align-items: center;
}
.creatives-page .main-content-wrapper .profile-menu .hide {
  display: none;
}
.creatives-page .main-content-wrapper .profile-section {
  margin-bottom: 131px;
}
.creatives-page .main-content-wrapper .profile-section .row .col-md-4 {
  padding-left: 26.5px;
  padding-right: 26.5px;
}
.creatives-page .main-content-wrapper .profile-section .card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: #FFFFFF;
  box-shadow: 0px -1px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 56px !important;
}
.creatives-page .main-content-wrapper .profile-section .card .cover-img {
  width: 100%;
  height: 252px;
}
.creatives-page .main-content-wrapper .profile-section .card .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creatives-page .main-content-wrapper .profile-section .card .profile-img {
  width: 193px;
  height: 193px;
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-top: -115px;
  margin-bottom: 16px;
  background-color: #fff;
}
.creatives-page .main-content-wrapper .profile-section .card .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .card-text .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 8px;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .card-text .work-profile {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  opacity: 0.5;
  margin-bottom: 32px;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .social-icons {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .social-icons a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 16px;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .social-icons a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .profile-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 18px;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .profile-links .profile-btn {
  width: 128px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #8A0E49;
  box-sizing: border-box;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #8A0E49;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .profile-links .profile-btn:hover {
  text-decoration: none;
  color: #8A0E49;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .profile-links .contact-btn {
  width: 159px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8A0E49;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.creatives-page .main-content-wrapper .profile-section .card .card-body .profile-links .contact-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.creatives-page .main-content-wrapper .profile-section .pagination {
  align-items: center;
  justify-content: center;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #8A0E49;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item:first-child {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item:first-child .page-link {
  font-size: 32px;
  font-weight: normal;
  width: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A0E49;
  background: none;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item:last-child {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item:last-child .page-link {
  font-size: 32px;
  font-weight: normal;
  width: 35px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A0E49;
  background: none;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-weight: 600;
  font-size: 20px;
  color: #27272A;
  border-radius: 50%;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link.active {
  color: #fff;
  background-color: #8A0E49;
}
.creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link img {
  width: 39px;
  height: 39px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .creative-banner .banner-content .banner-text {
    margin: 51px 0;
  }

  .creatives-page .why-join-heading {
    padding: 16px;
    font-size: 38px;
  }
  .creatives-page .performance-wrapper {
    padding: 16px;
  }
  .creatives-page .performance-wrapper .content-box {
    margin-bottom: 16px;
  }
  .creatives-page .performance-wrapper .content-box p span::after {
    display: none;
  }
  .creatives-page .performance-wrapper .box-image img {
    object-fit: contain;
  }
  .creatives-page .main-content-wrapper {
    margin-top: 0;
  }
  .creatives-page .main-content-wrapper .main-heading h1 {
    font-size: 38px;
  }
  .creatives-page .main-content-wrapper .main-heading p {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .creatives-page .main-content-wrapper .profile-menu {
    padding: 0;
    margin-bottom: 50px;
  }
  .creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item {
    width: auto;
    height: auto;
  }
  .creatives-page .main-content-wrapper .profile-menu .menu-lists .menu-item .menu-link {
    padding: 2px 8px;
    font-size: 16px;
    line-height: unset;
  }
  .creatives-page .main-content-wrapper .profile-menu .menu-lists .right-arrow {
    width: 18px;
    height: 18px;
    display: flex;
  }
  .creatives-page .main-content-wrapper .profile-section .card {
    margin-bottom: 32px;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #8A0E49;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item:first-child {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item:first-child .page-link {
    font-size: 24px;
    font-weight: normal;
    width: 18px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A0E49;
    background: none;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item:last-child {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item:last-child .page-link {
    font-size: 24px;
    font-weight: normal;
    width: 20px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A0E49;
    background: none;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link {
    font-weight: normal;
    font-size: 14px;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link:focus {
    box-shadow: none;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link.active {
    color: #fff;
    background-color: #8A0E49;
  }
  .creatives-page .main-content-wrapper .profile-section .pagination .page-item .page-link img {
    width: 39px;
    height: 39px;
    object-fit: cover;
  }
}
.creators-nav .header-wrapper .navbar #collapsibleNavbar {
  justify-content: flex-end;
}
.creators-nav .header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.creators-banner {
  width: 100%;
  height: 354px;
  margin-top: 84px;
  margin-bottom: 48px;
}
.creators-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creators-page {
  padding-left: 141px;
  padding-right: 140px;
  margin-bottom: 125px;
}
.creators-page .creators-profile-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: -180px;
}
.creators-page .creators-profile-wrapper .card {
  align-items: center;
  border: 0;
}
.creators-page .creators-profile-wrapper .card .profile-img {
  width: 193px;
  height: 193px;
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-top: 24px;
  margin-bottom: 32px;
  background-color: #fff;
}
.creators-page .creators-profile-wrapper .card .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.creators-page .creators-profile-wrapper .card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creators-page .creators-profile-wrapper .card .card-body .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creators-page .creators-profile-wrapper .card .card-body .card-text .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.creators-page .creators-profile-wrapper .card .card-body .card-text .work-profile {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #27272A;
  opacity: 0.5;
  margin-bottom: 8px;
}
.creators-page .creators-profile-wrapper .card .card-body .card-text .work-place {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(39, 39, 42, 0.5);
  margin-bottom: 24px;
}
.creators-page .creators-profile-wrapper .card .card-body .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  width: 100%;
  margin: 0 auto 32px auto;
  border-bottom: 1px solid rgba(193, 193, 193, 0.15);
}
.creators-page .creators-profile-wrapper .card .card-body .social-icons a {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 16px;
}
.creators-page .creators-profile-wrapper .card .card-body .social-icons a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creators-page .creators-profile-wrapper .card .card-body .description {
  width: 100%;
  margin: 0 auto 24px auto;
  padding: 0 47px 32px 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #27272A;
  border-bottom: 1px solid rgba(193, 193, 193, 0.15);
}
.creators-page .creators-profile-wrapper .card .card-body .profile-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 24px;
}
.creators-page .creators-profile-wrapper .card .card-body .services {
  padding: 0 26px;
}
.creators-page .creators-profile-wrapper .card .card-body .services h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #27272A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.creators-page .creators-profile-wrapper .card .card-body .services .service-list .list-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.creators-page .creators-profile-wrapper .card .card-body .services .service-list .list-item img {
  width: 23px;
  height: 23px;
  margin-right: 20px;
}
.creators-page .creators-profile-wrapper .card .card-body .services .service-list .list-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #27272A;
  margin-bottom: 0;
}
.creators-page .creators-details-wrapper .my-profile {
  margin-bottom: 48px;
}
.creators-page .creators-details-wrapper .my-profile .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #27272A;
  margin-bottom: 48px;
}
.creators-page .creators-details-wrapper .my-profile .image-container {
  width: 100%;
  height: 341px;
  border-radius: 8px;
  margin-bottom: 32px;
  position: relative;
}
.creators-page .creators-details-wrapper .my-profile .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.creators-page .creators-details-wrapper .my-profile .image-container .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 45, 45, 0.68);
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.creators-page .creators-details-wrapper .my-profile .image-container:hover .image-overlay {
  display: flex;
  transition: display 0.5s;
}
.creators-page .creators-details-wrapper .rate .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #27272A;
  margin-bottom: 48px;
}
.creators-page .creators-details-wrapper .rate .product-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 8px 8px;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-img {
  width: 100%;
  height: 174px;
  margin-top: 26px;
  padding: 0 32px;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-name {
  font-weight: normal;
  font-size: 20px;
  color: #27272A;
  text-align: center;
  margin: 32px 0;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-price {
  font-weight: bold;
  font-size: 24px;
  color: #27272A;
  margin: 0 0 32px 0;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-details {
  margin-bottom: 24px;
  width: 100%;
  padding: 0 21px 0 32px;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-details li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-details li img {
  width: 14px;
  height: 16px;
  margin-right: 17px;
}
.creators-page .creators-details-wrapper .rate .product-rate .product-details li p {
  font-weight: normal;
  font-size: 14px;
  color: #27272A;
  margin-bottom: 0;
}
.creators-page .creators-details-wrapper .rate .product-rate .profile-links {
  margin-bottom: 24px;
}

.creators-profile-page {
  padding-left: 141px;
  padding-right: 140px;
  margin-bottom: 125px;
}
.creators-profile-page .creators-profile-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: -180px;
}
.creators-profile-page .creators-profile-wrapper .card {
  align-items: center;
  border: 0;
}
.creators-profile-page .creators-profile-wrapper .card .profile-img {
  width: 193px;
  height: 193px;
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-top: 24px;
  margin-bottom: 32px;
  background-color: #fff;
}
.creators-profile-page .creators-profile-wrapper .card .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.creators-profile-page .creators-profile-wrapper .card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .card-text .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .card-text .work-profile {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #27272A;
  opacity: 0.5;
  margin-bottom: 8px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .card-text .work-place {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(39, 39, 42, 0.5);
  margin-bottom: 24px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
  width: 100%;
  margin: 0 auto 32px auto;
  border-bottom: 1px solid rgba(193, 193, 193, 0.15);
}
.creators-profile-page .creators-profile-wrapper .card .card-body .social-icons a {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 16px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .social-icons a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .description {
  width: 100%;
  margin: 0 auto 24px auto;
  padding: 0 47px 32px 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #27272A;
  border-bottom: 1px solid rgba(193, 193, 193, 0.15);
}
.creators-profile-page .creators-profile-wrapper .card .card-body .profile-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 24px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .profile-links .red-btn {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 40px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .profile-links .red-btn:hover {
  color: #7A0D41;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services {
  padding: 0 26px;
  width: 100%;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #27272A;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list {
  display: flex;
  flex-direction: column;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item .img-wrap {
  width: 48px;
  height: 48px;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item .img-wrap img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item h1 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #27272A;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #27272A;
  margin-bottom: 0;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item .delete-btn {
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item .delete-btn img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item .delete-btn:focus {
  outline: none;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .list-item:hover .delete-btn {
  opacity: 1;
  transition: 0.3s;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .add-service {
  width: 100%;
  height: 44px;
  border: 1px dashed #767676;
  box-sizing: border-box;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creators-profile-page .creators-profile-wrapper .card .card-body .services .service-list .add-service img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.creators-profile-page .creators-details-wrapper .my-profile {
  margin-bottom: 48px;
}
.creators-profile-page .creators-details-wrapper .my-profile .portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.creators-profile-page .creators-details-wrapper .my-profile .portfolio .title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  color: #27272A;
}
.creators-profile-page .creators-details-wrapper .my-profile .portfolio .nav .nav-item {
  margin-left: 16px;
}
.creators-profile-page .creators-details-wrapper .my-profile .portfolio .nav .nav-item .nav-link {
  padding: 4px 16px;
  border-radius: 8px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.creators-profile-page .creators-details-wrapper .my-profile .portfolio .nav .nav-item .nav-link.active {
  background-color: #8A0E49;
  color: #FFFFFF;
}
.creators-profile-page .creators-details-wrapper .my-profile .tab-content .tab-pane .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: unset;
  margin-right: unset;
}
.creators-profile-page .creators-details-wrapper .my-profile .tab-content .tab-pane .add-image {
  width: 48%;
  height: 341px;
  background: #FFFFFF;
  border: 1px dashed #767676;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 8px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin-bottom: 0;
}
.creators-profile-page .creators-details-wrapper .my-profile .tab-content .tab-pane .add-image img {
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container {
  width: 48%;
  height: 341px;
  border-radius: 8px;
  margin-bottom: 32px;
  position: relative;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container .imageThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container .remove {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 66px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px 0px 8px 8px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container:hover .remove {
  opacity: 1;
  transition: 0.5s;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 66px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px 0px 8px 8px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
}
.creators-profile-page .creators-details-wrapper .my-profile .image-container:hover .image-overlay {
  opacity: 1;
  transition: 0.5s;
}
.creators-profile-page .creators-details-wrapper .rate .title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  color: #27272A;
  margin-bottom: 48px;
}
.creators-profile-page .creators-details-wrapper .rate .rate-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.creators-profile-page .creators-details-wrapper .rate .add-rate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px dashed #767676;
  box-sizing: border-box;
  border-radius: 8px;
  height: 341px;
  width: 48%;
  margin-bottom: 32px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #272727;
}
.creators-profile-page .creators-details-wrapper .rate .add-rate-card img {
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 8px 8px;
  height: 450px;
  position: relative;
  width: 48%;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 32px;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-name {
  font-weight: normal;
  font-size: 20px;
  color: #27272A;
  text-align: center;
  margin: 32px 0 16px 0;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-price {
  font-weight: bold;
  font-size: 24px;
  color: #27272A;
  margin: 0 0 20px 0;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-details {
  margin-bottom: 16px;
  width: 100%;
  padding: 0 21px 0 32px;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-details li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-details li img {
  width: 14px;
  height: 16px;
  margin-right: 17px;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .product-details li p {
  font-weight: normal;
  font-size: 14px;
  color: #27272A;
  margin-bottom: 0;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .profile-links {
  margin-bottom: 24px;
  position: absolute;
  bottom: 0;
}
.creators-profile-page .creators-details-wrapper .rate .product-rate .profile-links .red-btn {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 40px;
}

.upload-field {
  width: 45%;
  height: 341px;
  background: #FFFFFF;
  border: 1px dashed #767676;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 15px;
}
.upload-field input {
  display: none !important;
}
.upload-field img {
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
}
.upload-field p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #272727;
  margin-bottom: 0;
}
.upload-field input[type=file] {
  display: block;
}

#delete-image .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#delete-image .modal-content .modal-header {
  border: 0;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
}
#delete-image .modal-content .modal-header .modal-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #333333;
}
#delete-image .modal-content .modal-footer {
  border: 0;
  padding: 0 32px 24px 32px;
  justify-content: center;
}
#delete-image .modal-content .modal-footer button {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

#delete-service .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#delete-service .modal-content .modal-header {
  border: 0;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
}
#delete-service .modal-content .modal-header .modal-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #333333;
}
#delete-service .modal-content .modal-footer {
  border: 0;
  padding: 0 32px 24px 32px;
  justify-content: center;
}
#delete-service .modal-content .modal-footer button {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

/* The Modal (background) */
.popup {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 150px 175px 119px 175px;
  /* The Close Button */
  /* Modal Content */
}
.popup .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.popup .close:hover, .popup .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.popup .modal-content {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* Hide the slides by default */
  /* Next & previous buttons */
}
.popup .modal-content .mySlides {
  display: none;
  width: 100%;
  height: 805px;
  /* Number text (1/3 etc) */
}
.popup .modal-content .mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup .modal-content .mySlides .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.popup .modal-content .prev {
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: 47%;
  width: 30px;
  height: 30px;
}
.popup .modal-content .next {
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  right: 47%;
  width: 30px;
  height: 30px;
}

.model-open {
  overflow-y: hidden;
}

.popup-back-drop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.66);
  display: none;
}

.blog-page .blog-container {
  width: 48%;
  height: 341px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.blog-page .blog-container p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  padding: 16px 14px;
}
.blog-page .blog-container .red-btn {
  width: 160px;
  height: 48px;
  background: #8A0E49;
  border-radius: 40px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 14px;
  margin-left: 0;
}
.blog-page .blog-container .remove {
  width: 100%;
  height: 66.43px;
  background: rgba(243, 242, 242, 0.6);
  border-radius: 0px 0px 8px 8px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}
.blog-page .blog-container:hover .remove {
  opacity: 1;
  transition: 0.5s;
}
.blog-page .blog-details-container {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin: 0 15px 32px 15px;
}
.blog-page .blog-details-container p {
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .creators-banner {
    margin-bottom: 0;
    height: 165px;
  }
  .creators-banner .edit-profile {
    right: 50px;
  }

  .creators-profile-page {
    padding: 0;
  }
  .creators-profile-page .creators-profile-wrapper {
    margin-top: 0;
    box-shadow: none;
  }
  .creators-profile-page .creators-profile-wrapper .card .profile-img {
    margin-top: 40px;
  }
  .creators-profile-page .creators-profile-wrapper .card .card-body {
    padding-top: 0;
  }
  .creators-profile-page .creators-profile-wrapper .card .card-body .social-icons {
    border-bottom: 0;
  }
  .creators-profile-page .creators-profile-wrapper .card .card-body .social-icons a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .creators-profile-page .creators-profile-wrapper .card .card-body .description {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .creators-profile-page .creators-profile-wrapper .card .card-body .services {
    padding: 0;
  }
  .creators-profile-page .creators-details-wrapper {
    padding: 0 16px;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .portfolio .title {
    font-size: 24px;
    line-height: unset;
    margin-bottom: 0;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .portfolio .nav .nav-item {
    margin-left: 0;
  }
  .creators-profile-page .creators-details-wrapper .rate .title {
    font-size: 24px;
    line-height: unset;
    margin-bottom: 16px;
  }

  #imgModal {
    display: none !important;
  }

  .popup-back-drop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-page .blog-container {
    height: auto;
  }
  .blog-page .blog-details-container {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 568px) {
  .blog-page .blog-container {
    height: auto;
    width: 100%;
  }
  .blog-page .blog-details-container {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 568px) {
  .creators-banner .edit-profile {
    right: 10px;
    bottom: 10px;
  }

  .creators-profile-page .creators-details-wrapper {
    padding: 0 16px;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .portfolio .title {
    font-size: 24px;
    line-height: unset;
    margin-bottom: 0;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .portfolio .nav .nav-item {
    margin-left: 0;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .tab-content .tab-pane .image-container {
    width: 100%;
    margin-bottom: 16px;
  }
  .creators-profile-page .creators-details-wrapper .my-profile .tab-content .tab-pane .add-image {
    width: 100%;
  }
  .creators-profile-page .creators-details-wrapper .rate .rate-row .product-rate {
    width: 100%;
    margin-bottom: 16px;
  }
  .creators-profile-page .creators-details-wrapper .rate .rate-row .add-rate-card {
    width: 100%;
    margin-bottom: 16px;
  }

  #imgModal {
    display: none !important;
  }

  .popup-back-drop {
    display: none !important;
  }

  #delete-image .modal-content .modal-header {
    padding: 16px;
  }
  #delete-image .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
  #delete-image .modal-content .modal-footer {
    padding: 16px;
    display: flex;
    justify-content: center;
  }
  #delete-image .modal-content .modal-footer .red-btn {
    margin-left: 0;
  }

  #delete-service .modal-content .modal-header {
    padding: 16px;
  }
  #delete-service .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
  #delete-service .modal-content .modal-footer {
    padding: 16px;
  }
}
.eshop-banner .banner-content .banner-text {
  margin-top: 175.5px;
}

.eshop-page .main-content-wrapper .main-heading {
  padding: 0;
  margin: 108px 0 48px 0;
}
.eshop-page .main-content-wrapper .main-heading h1 {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 64px;
  line-height: 100px;
  text-align: center;
  color: #272727;
}
.eshop-page .main-content-wrapper .main-heading p {
  font-weight: normal;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #272727;
  margin: 0;
}
.eshop-page .main-content-wrapper .increase-sales .left-image {
  bottom: -195px;
  top: unset;
}
.eshop-page .main-content-wrapper .increase-sales .right-image {
  right: -78px;
  bottom: 30px;
}
.eshop-page .eshop-services .services-container .service-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.eshop-page .eshop-services .services-container .service-lists .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 48px;
  width: 100%;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content {
  background-color: rgba(138, 14, 73, 0.1);
  border-radius: 8px;
  padding: 24px;
  width: 90%;
  position: relative;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content.active {
  background-color: #8A0E49;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content.active h4 {
  color: #FAFBFB;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content.active p {
  color: #EDEFF5;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content.active .right-arrow {
  border-left: 15px solid #8A0E49;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #272727;
  margin-bottom: 4px;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-content .right-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgba(138, 14, 73, 0.1);
  position: absolute;
  right: -15px;
  top: 35%;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-circle {
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.eshop-page .eshop-services .services-container .service-lists .list-item .list-circle::after {
  content: "";
  display: block;
  width: 1px;
  height: 135px;
  background-color: rgba(138, 14, 73, 0.3);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
}
.eshop-page .eshop-services .services-container .service-lists .list-item:last-child .list-circle::after {
  display: none;
}
.eshop-page .eshop-services .mobile-image {
  width: 100%;
  height: 905px;
}
.eshop-page .eshop-services .mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .eshop-banner .banner-content .banner-text {
    margin-top: 100px;
  }

  .eshop-page .main-content-wrapper .main-heading {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 16px;
  }
  .eshop-page .main-content-wrapper .main-heading h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .eshop-page .main-content-wrapper .main-heading p {
    font-size: 20px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item {
    justify-content: center;
    margin-bottom: 16px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-content {
    padding: 16px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-content h4 {
    font-size: 16px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-content p {
    font-size: 14px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-content .right-arrow {
    right: -14px;
    top: 33%;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-circle {
    width: 24px;
    height: 24px;
    margin-left: 18px;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-circle::after {
    left: 11px;
    height: 90px;
  }
  .eshop-page .main-content-wrapper .start-earning-section .left-image {
    bottom: -205px;
  }
  .eshop-page .main-content-wrapper .start-earning-section .right-image {
    right: -145px;
    bottom: 125px;
  }
  .eshop-page .main-content-wrapper .start-earning-section .earning-section-content {
    justify-content: center;
  }
  .eshop-page .main-content-wrapper .start-earning-section .earning-section-content h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 0;
  }
  .eshop-page .main-content-wrapper .start-earning-section .earning-section-content .earning-tips {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .eshop-page .main-content-wrapper .start-earning-section .earning-section-content .earning-tips p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 568px) {
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item {
    justify-content: center;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-content .right-arrow {
    display: none;
  }
  .eshop-page .main-content-wrapper .eshop-services .services-container .service-lists .list-item .list-circle {
    display: none;
  }
  .eshop-page .main-content-wrapper .eshop-services .mobile-image {
    display: none;
  }
}
.faq-banner {
  width: 100%;
  height: 340px;
  background-color: #790E41;
  margin-top: 84px;
}
.faq-banner .banner-content {
  display: flex;
  justify-content: space-between;
}
.faq-banner .banner-content .faq-text {
  padding-top: 90px;
}
.faq-banner .banner-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 85px;
  color: #FFFFFF;
}
.faq-banner .banner-content .faq-img {
  margin-right: 150px;
}

.faq-page .main-content-wrapper {
  margin-top: 105px;
  padding-bottom: 237px;
}
.faq-page .main-content-wrapper .navbar {
  justify-content: center;
}
.faq-page .main-content-wrapper .nav {
  flex-wrap: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 72px;
}
.faq-page .main-content-wrapper .nav .nav-item {
  height: auto;
}
.faq-page .main-content-wrapper .nav .nav-item .nav-link {
  height: 100%;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  background: none;
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.faq-page .main-content-wrapper .nav .nav-item .nav-link.active {
  color: #8A0E49;
  box-shadow: inset 0px -4px 0px #8A0E49, inset -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.faq-page .main-content-wrapper .nav .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}
.faq-page .main-content-wrapper .nav .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
  box-shadow: none;
}
.faq-page .main-content-wrapper .nav .nav-item:last-child .nav-link.active {
  color: #8A0E49;
  box-shadow: inset 0px -4px 0px #8A0E49, inset -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.faq-page .main-content-wrapper .tab-content .accordion {
  width: 60%;
  margin: auto;
}
.faq-page .main-content-wrapper .tab-content .accordion .card {
  margin-bottom: 32px;
  border: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header {
  padding: 12px 16px;
  background-color: #FFFFFF;
  border-bottom: 0;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header.active {
  background-color: #8A0E49;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header.active h2 button {
  color: #fff;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header.active h2 button .plus {
  display: none;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header.active h2 button .minus {
  display: block;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 button {
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #8A0E49;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 button:focus {
  box-shadow: none;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 button span {
  position: absolute;
  right: 0;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 button .plus {
  display: block;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-header h2 button .minus {
  display: none;
}
.faq-page .main-content-wrapper .tab-content .accordion .card .card-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #272727;
}

@media screen and (max-width: 768px) {
  .faq-banner .banner-content .faq-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .faq-banner .banner-content .faq-img {
    margin-right: 75px;
  }

  .faq-page .main-content-wrapper {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  .faq-page .main-content-wrapper .navbar .nav-pills .nav-item .nav-link {
    padding: 12px;
  }
  .faq-page .main-content-wrapper .tab-content .tab-pane .accordion {
    width: 100%;
  }
  .faq-page .main-content-wrapper .tab-content .tab-pane .accordion .card .card-header {
    padding: 10px;
  }
  .faq-page .main-content-wrapper .tab-content .tab-pane .accordion .card .card-header h2 button {
    font-size: 13px;
    text-align: left;
  }
  .faq-page .main-content-wrapper .tab-content .tab-pane .accordion .card .card-body {
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (max-width: 568px) {
  .faq-banner .banner-content .faq-img {
    display: none;
  }
}
.about-us-banner {
  height: 365px;
}
.about-us-banner .banner-content {
  height: 100%;
}
.about-us-banner .banner-content .faq-text {
  padding-top: 117px;
}
.about-us-banner .banner-content .faq-img {
  padding-top: 16px;
  width: 424px;
  height: 100%;
}
.about-us-banner .banner-content .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-page {
  margin-top: 102px;
  margin-bottom: 286px;
  padding-left: 140px;
  padding-right: 140px;
}
.about-page .main-content-wrapper .description-list {
  width: 100%;
  margin-bottom: 80px;
}
.about-page .main-content-wrapper .description-list .list-item {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.about-page .main-content-wrapper .description-list .list-item img {
  width: 10px;
  height: 11px;
  margin-right: 11px;
}
.about-page .main-content-wrapper .description-list .list-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #272727;
  margin-bottom: 0;
}
.about-page .main-content-wrapper .purpose {
  margin-bottom: 80px;
}
.about-page .main-content-wrapper .purpose h1 {
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  color: #272727;
  margin-bottom: 24px;
}
.about-page .main-content-wrapper .purpose p {
  font-size: 20px;
  line-height: 25px;
  color: #272727;
  margin-bottom: 0;
}
.about-page .main-content-wrapper .values h1 {
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  color: #272727;
  margin-bottom: 24px;
}
.about-page .main-content-wrapper .values .value-lists {
  display: flex;
  align-items: center;
}
.about-page .main-content-wrapper .values .value-lists .list-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.about-page .main-content-wrapper .values .value-lists .list-item img {
  width: 50px;
  height: 50px;
  margin-right: 24px;
}
.about-page .main-content-wrapper .values .value-lists .list-item p {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #272727;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .about-us-banner {
    height: 300px;
  }
  .about-us-banner .banner-content .faq-text {
    padding-top: 110px;
  }
  .about-us-banner .banner-content .faq-img {
    margin-right: 0;
  }

  .about-page {
    margin-top: 60px;
    padding: 32px;
    margin-bottom: 100px;
  }
  .about-page .main-content-wrapper .description-list .list-item {
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .about-page .main-content-wrapper .description-list .list-item img {
    margin-top: 8px;
  }
  .about-page .main-content-wrapper .description-list .list-item p {
    font-size: 18px;
    text-align: justify;
  }
  .about-page .main-content-wrapper .purpose h1 {
    font-size: 40px;
  }
  .about-page .main-content-wrapper .purpose p {
    font-size: 18px;
    text-align: justify;
  }
  .about-page .main-content-wrapper .values h1 {
    font-size: 40px;
  }
  .about-page .main-content-wrapper .values .value-lists {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-page .main-content-wrapper .values .value-lists .list-item {
    margin-bottom: 16px;
  }
  .about-page .main-content-wrapper .values .value-lists .list-item img {
    width: 40px;
    height: 40px;
  }
  .about-page .main-content-wrapper .values .value-lists .list-item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-banner .banner-content .faq-img {
    margin-right: 0;
  }
}
.pricing-banner {
  width: 100%;
  height: 600px;
  margin-top: 84px;
  background-color: #fff;
}
.pricing-banner .banner-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-banner .banner-content .pricing-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 64px;
  line-height: 63px;
  color: #272727;
}
.pricing-banner .banner-content .pricing-img {
  width: 600px;
  height: 600px;
  margin-right: 49px;
}
.pricing-banner .banner-content .pricing-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-page {
  margin-top: 130px;
  margin-bottom: 276px;
}
.pricing-page .main-content-wrapper {
  padding-left: 139px;
  padding-right: 139px;
}
.pricing-page .main-content-wrapper .plans {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CBD5E0;
  padding-bottom: 10px;
  margin-bottom: 56px;
}
.pricing-page .main-content-wrapper .plans h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #333333;
}
.pricing-page .main-content-wrapper .plans .plan-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-page .main-content-wrapper .plans .plan-options .nav-tabs {
  width: 253px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #FFC300;
  box-sizing: border-box;
  border-radius: 7px;
  margin-right: 40px;
}
.pricing-page .main-content-wrapper .plans .plan-options .nav-tabs .nav-item {
  width: 50%;
  height: 40px;
  border-radius: 7px;
}
.pricing-page .main-content-wrapper .plans .plan-options .nav-tabs .nav-item .nav-link {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1D293F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-page .main-content-wrapper .plans .plan-options .nav-tabs .nav-item .nav-link.active {
  background: #FFC300;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pricing-page .main-content-wrapper .plans .plan-options .nav-tabs .nav-item:last-child .nav-link.active {
  border-radius: 7px;
  background: #FFC300;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing-page .main-content-wrapper .plans .plan-options .select-currency label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
  margin-right: 16px;
}
.pricing-page .main-content-wrapper .plans .plan-options .select-currency select {
  width: 90px;
  height: 36px;
  border: 0;
  outline: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url("../../assets/images/icons/arrow-down-s-fill.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #8A0E49;
  padding-left: 20px;
}
.pricing-page .main-content-wrapper .choose-plan h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 109px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 521px;
  position: relative;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container.active {
  background: #FFFFFF;
  border: 5px solid #8A0E49;
  border-radius: 8px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container.active .plan-btn {
  background-color: #8A0E49;
  color: #fff;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container.active .plan-btn:hover {
  color: #fff;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-img {
  width: 100%;
  height: 300px;
  margin-top: -100px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-title {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-price {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
  width: 80%;
  margin-bottom: 14px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-price h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  margin: 0 4px 0 4px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-price span {
  font-weight: 400;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 35px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc li {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc li img {
  width: 10px;
  height: 11px;
  margin-right: 10px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc li h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0;
  margin-right: 10px;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc li h5 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20.11px;
  color: #8C8C8C;
  margin-bottom: 0;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-btn {
  width: 80%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #8A0E49;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #8A0E49;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: absolute;
  bottom: 0;
}
.pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-btn:hover {
  color: #fff;
  background-color: #8A0E49;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pricing-banner .banner-content {
    flex-direction: column;
  }
  .pricing-banner .banner-content .pricing-text {
    margin-top: 32px;
    padding-right: 32px;
  }
  .pricing-banner .banner-content .pricing-text h1 {
    font-size: 40px;
  }
  .pricing-banner .banner-content .pricing-img {
    width: auto;
    height: 400px;
    margin-right: 0;
  }

  .pricing-page {
    margin-top: 16px;
    margin-bottom: 50px;
  }
  .pricing-page .main-content-wrapper {
    padding: 32px;
  }
  .pricing-page .main-content-wrapper .plans {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-page .main-content-wrapper .plans .plan-options {
    flex-direction: column;
    width: 100%;
  }
  .pricing-page .main-content-wrapper .plans .plan-options .nav {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .pricing-page .main-content-wrapper .plans .plan-options .select-currency {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pricing-page .main-content-wrapper .choose-plan h1 {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container {
    margin-bottom: 100px;
  }
}
.privacy-page {
  padding: 100px;
}
.privacy-page p {
  text-align: justify;
}
.privacy-page p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #272727;
}
.privacy-page h3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 60px;
  color: #272727;
}

.contact-page .main-content-wrapper {
  padding: 0 100px 100px;
  margin-top: -200px;
}
.contact-page .main-content-wrapper form {
  padding: 32px;
  width: 60%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #ccc;
  border-radius: 4px;
}
.contact-page .main-content-wrapper form .form-group {
  margin-bottom: 32px;
}
.contact-page .main-content-wrapper form .form-group label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #272727;
}
.contact-page .main-content-wrapper form .form-group input, .contact-page .main-content-wrapper form .form-group textarea {
  background: #FFFFFF;
  border: 1px solid rgba(138, 14, 73, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
}
.contact-page .main-content-wrapper form .form-group input:focus, .contact-page .main-content-wrapper form .form-group textarea:focus {
  box-shadow: none;
}
.contact-page .main-content-wrapper form .form-group input::placeholder {
  font-family: Source Sans Pro !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #929292 !important;
}
.contact-page .main-content-wrapper form .form-group textarea {
  resize: none;
}
.contact-page .main-content-wrapper form .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page .main-content-wrapper form .contact-btn {
  border: none;
  border-radius: 8px !important;
}
.contact-page .whatsapp-link {
  position: absolute;
  right: 18%;
  top: 210px;
}
.contact-page .whatsapp-link a {
  text-decoration: none;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-page .whatsapp-link a img {
  width: 60px;
  height: 60px;
}
.contact-page .whatsapp-link a p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
}

@media screen and (max-width: 768px) {
  .contact-page .main-content-wrapper {
    padding: 32px;
  }
  .contact-page .main-content-wrapper form {
    width: 100%;
  }
  .contact-page .whatsapp-link {
    position: fixed;
    bottom: 10px;
    right: 20px;
    top: unset;
  }
}
#blog-page-header .header-wrapper {
  background: transparent !important;
  position: unset;
}
#blog-page-header .header-wrapper .navbar {
  background: transparent !important;
}
#blog-page-header .header-wrapper .navbar .login-btn {
  background: transparent !important;
}
#blog-page-header .blog-banner {
  width: 100%;
  height: 516px;
  background-image: linear-gradient(rgba(138, 14, 73, 0.8) 100%, transparent), url("../../assets/images/blog-page/blog-banner.png");
  background-repeat: repeat;
  background-size: 100%;
  background-position: bottom;
  margin-top: -84px;
}
#blog-page-header .blog-banner .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#blog-page-header .blog-banner .banner-content .banner-text h1 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 94px;
  color: #FFFFFF;
}
#blog-page-header .blog-banner .banner-content .banner-text h1.highlight {
  color: #ffcc30;
}

.blog-page-container .main-content-wrapper {
  padding: 126px 123px 111px 119px;
}
.blog-page-container .main-content-wrapper .blog-content {
  margin-bottom: 67px;
}
.blog-page-container .main-content-wrapper .blog-content .img-wrapper {
  width: 100%;
  height: 263px;
  border-radius: 4px;
  margin-bottom: 39px;
}
.blog-page-container .main-content-wrapper .blog-content .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.blog-page-container .main-content-wrapper .blog-content h2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3F3F46;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-page-container .main-content-wrapper .blog-content p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-page-container .main-content-wrapper .blog-content a {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #8A0E49;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #8A0E49;
}
.blog-page-container .main-content-wrapper .blog-content a:hover {
  text-decoration: none;
  color: #8A0E49;
}

.blog-details-banner {
  width: 100%;
  height: 483px;
  margin-top: 84px;
}
.blog-details-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-wrapper .main-content-wrapper {
  padding: 39px 168px 91px 168px;
}
.blog-detail-wrapper .blog-details {
  margin-right: 82px;
}
.blog-detail-wrapper .blog-details h1 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #3F3F46;
  margin-bottom: 34px;
}
.blog-detail-wrapper .blog-details p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #272727;
  margin-bottom: 18px;
}
.blog-detail-wrapper .blog-details h5 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #3F3F46;
  margin-bottom: 7px;
}
.blog-detail-wrapper .blog-sidebar h4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #3F3F46;
  padding-bottom: 21px;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 16px;
}
.blog-detail-wrapper .blog-sidebar .sidebar-lists {
  display: flex;
  flex-direction: column;
}
.blog-detail-wrapper .blog-sidebar .sidebar-lists .list-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  padding-top: 7px;
  border-bottom: 1px solid #E8E8E8;
}
.blog-detail-wrapper .blog-sidebar .sidebar-lists .list-item h2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3F3F46;
  text-transform: uppercase;
}
.blog-detail-wrapper .blog-sidebar .sidebar-lists .list-item .img-wrap {
  width: 97px;
  height: 68px;
  flex: 0 0 97px;
}
.blog-detail-wrapper .blog-sidebar .sidebar-lists .list-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #blog-page-header .header-wrapper {
    position: fixed;
    background-color: #8A0E49 !important;
  }
  #blog-page-header .blog-banner .banner-content .banner-text {
    margin-top: 80px;
  }
  #blog-page-header .blog-banner .banner-content .banner-text h1 {
    font-size: 64px;
  }

  .blog-page-container .main-content-wrapper {
    padding: 32px;
  }
  .blog-page-container .main-content-wrapper .blog-content .img-wrapper {
    margin-bottom: 24px;
  }
  .blog-page-container .main-content-wrapper .blog-content h2 {
    margin-bottom: 24px;
  }
  .blog-page-container .main-content-wrapper .blog-content p {
    margin-bottom: 24px;
    text-align: justify;
  }

  .blog-details-banner {
    height: 240px;
  }

  .blog-detail-wrapper .main-content-wrapper {
    padding: 32px;
  }
  .blog-detail-wrapper .main-content-wrapper .blog-details {
    margin-right: 0;
  }
  .blog-detail-wrapper .main-content-wrapper .blog-details h1 {
    font-size: 24px;
  }
  .blog-detail-wrapper .main-content-wrapper .blog-details p {
    font-size: 16px;
    text-align: justify;
  }
}
.header-section {
  background: #8A0E49;
  padding: 12px 20px;
  height: 64px;
  position: fixed;
  width: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-section .navbar-toggler {
  display: none;
  padding: 0;
  margin: 0;
  width: 38px;
  height: 38px;
}
.header-section .navbar-toggler img {
  width: 38px;
  height: 38px;
}
.header-section .logo {
  width: 123px;
  height: 43px;
  margin-left: 13px;
}
.header-section .logo img {
  width: 123px;
  height: 43px;
}
.header-section .top_nav {
  height: 100%;
}
.header-section .top_nav .navbar-nav {
  display: block;
}
.header-section .top_nav .navbar-nav li {
  margin-right: 20px;
}
.header-section .top_nav .navbar-nav li a {
  padding: 0;
}
.header-section .top_nav .navbar-nav .user-profile {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section .top_nav .navbar-nav .user-profile:hover {
  text-decoration: none;
}
.header-section .top_nav .navbar-nav .user-profile .profile-img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
}
.header-section .top_nav .navbar-nav .user-profile .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.header-section .top_nav .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.header-section .top_nav .navbar-nav .down-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.header-section .top_nav .dropdown-menu {
  margin-left: auto;
  margin-right: 0px;
  right: 4px;
  margin-top: 14px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 286px !important;
  border: none;
  height: 159px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}
.header-section .top_nav .dropdown-menu .header-company-name-wrapper .company-name {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 4px;
}
.header-section .top_nav .dropdown-menu .header-company-name-wrapper .email {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 24px;
}
.header-section .top_nav .dropdown-menu .logout {
  width: 100%;
}
.header-section .top_nav .dropdown-menu #logout-btn {
  padding: 10px 100px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF !important;
  background: #7A0D41;
  border-radius: 4px;
}
.header-section .top_nav .dropdown-menu #logout-btn:hover {
  text-decoration: none;
}

#hire-me-page-wrapper {
  width: 80%;
  margin: 50px auto 60px auto;
}
#hire-me-page-wrapper .post-heading {
  padding: 0px 32px 45px 32px;
}
#hire-me-page-wrapper .post-input-container {
  padding: 0 32px 0px 32px;
}
#hire-me-page-wrapper .post-input-container .c-text {
  height: auto !important;
  resize: none;
}
#hire-me-page-wrapper .btn-wrapper .red-btn {
  display: unset;
  width: auto;
}

.post-container {
  width: 80%;
  margin: 50px auto 60px auto;
  padding-top: 24px;
  background: #FFFFFF;
}
.post-container.custom-style {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 32px 24px 156px 24px;
}
.post-container .post-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 32px 40px 32px;
}
.post-container .post-heading h3 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}
.post-container .post-input-container {
  padding: 0 32px 0px 44px;
}
.post-container .post-input-container .row {
  justify-content: space-between;
}
.post-container .post-input-container .row .col-sm-6, .post-container .post-input-container .row .col-lg-6 {
  flex: 0 0 47%;
}
.post-container .post-input-container .input-section .form-group {
  margin-bottom: 41px;
}
.post-container .post-input-container .input-section .form-group label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #27272A;
}
.post-container .post-input-container .input-section .form-group label span {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #27272A;
  opacity: 0.7;
}
.post-container .post-input-container .input-section .form-group .form-control {
  background: #F8F8F8;
  padding: 8px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #A1A1AA;
}
.post-container .post-input-container .input-section .form-group .form-control.custom-h {
  height: 75px;
}
.post-container .post-input-container .input-section .form-group .form-control.custom-form {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  background: #fff;
}
.post-container .btn-wrapper {
  text-align: right;
}
.post-container .btn-wrapper .red-btn {
  margin-right: 32px;
  margin-bottom: 32px;
}

#service-page {
  padding-top: 64px;
}
#service-page .form-group {
  margin-bottom: 41px;
}
#service-page .form-group label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #27272A;
}
#service-page .form-group .form-control {
  background: #F8F8F8;
  padding: 8px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #A1A1AA;
  border-radius: 0;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #27272A;
}
#service-page .form-group .form-control:focus {
  box-shadow: none;
}
#service-page .form-group .form-control.custom-h {
  height: 112px;
}
#service-page .form-group textarea {
  resize: none;
}
#service-page .breadcrumb-wrapper {
  padding: 16px;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
#service-page .breadcrumb-wrapper .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}
#service-page .breadcrumb-wrapper .breadcrumb li a.breadcrumb-heading {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service-page .breadcrumb-wrapper .breadcrumb li a img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
#service-page .breadcrumb-wrapper .breadcrumb li a.active {
  color: #71717A;
}
#service-page .breadcrumb-wrapper .breadcrumb li a:hover {
  text-decoration: none;
}
#service-page .mobile-breadcrumb-wrapper {
  padding: 16px;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  height: 56px;
  display: none;
  align-items: center;
}
#service-page .mobile-breadcrumb-wrapper .mobile-breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  list-style-type: none;
}
#service-page .mobile-breadcrumb-wrapper .mobile-breadcrumb li a.breadcrumb-heading {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #27272A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#service-page .mobile-breadcrumb-wrapper .mobile-breadcrumb li a img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#service-page .mobile-breadcrumb-wrapper .mobile-breadcrumb li a.active {
  color: #71717A;
}
#service-page .mobile-breadcrumb-wrapper .mobile-breadcrumb li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #hire-me-page-wrapper {
    margin: 16px;
    padding-top: 0;
  }
  #hire-me-page-wrapper .post-input-container {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-p, .main-p, .content-p, .footer-banner, .f-p, .footer-wrapper .copyright-section, .creatives-page .performance-wrapper,
.blog-detail-wrapper .main-content-wrapper, .blog-page-container .main-content-wrapper, .creators-profile-page, .privacy-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .b-p {
    padding-left: 16px;
  }
  .b-p .red-btn {
    margin-left: 0px;
  }

  .performance-wrapper .content-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .performance-wrapper .content-box p {
    font-size: 16px;
  }

  .main-content-wrapper .main-heading {
    padding: 0px 16px;
  }
  .main-content-wrapper .main-tab-content .nav .nav-item .nav-link {
    padding: 16px;
  }

  .footer-banner {
    height: auto;
  }
  .footer-banner .banner-container {
    height: auto;
  }
  .footer-banner .banner-container .banner-text {
    margin-right: 0px;
    margin-left: 16px;
  }
  .footer-banner .banner-container .banner-img {
    height: auto;
  }
  .footer-banner .banner-container .banner-img img {
    object-fit: contain;
  }

  .influencer-page .main-content-wrapper .featured-influencers .influencer-heading h1 {
    font-size: 54px;
  }

  .influencer-page .main-content-wrapper .main-tab-content .navbar {
    padding: 0px 16px;
  }

  .creative-banner .banner-content .banner-img {
    width: auto;
    height: auto;
  }
  .creative-banner .banner-content .banner-img img {
    width: 450px;
  }

  .creatives-page .why-join-heading {
    padding: 30px 16px;
  }

  .primary-banner.eshop-banner .banner-content .banner-img img {
    width: 500px;
  }

  .eshop-page .main-content-wrapper .main-heading h1 {
    font-size: 50px;
    line-height: 75px;
    margin: 0px 0 2px 0;
  }

  .eshop-page .main-content-wrapper .main-heading p {
    font-size: 18px;
    line-height: 100%;
  }

  .eshop-page .main-content-wrapper .main-heading {
    padding: 0;
    margin: 50px 0 0px 0;
  }

  .about-us-banner .banner-content .faq-img {
    margin-right: 0px;
  }

  .pricing-page {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .pricing-page .main-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container .plan-desc li {
    align-items: baseline;
  }

  .blog-page-container .main-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-page-container .main-content-wrapper .blog-content h2 {
    margin-bottom: 8px;
  }
  .blog-page-container .main-content-wrapper .blog-content p {
    margin-bottom: 16px;
  }

  .privacy-page {
    padding-top: 40px;
  }
  .privacy-page .main-content-wrapper p {
    font-size: 18px;
    line-height: 140%;
  }
  .privacy-page .main-content-wrapper h3 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block;
  }

  .header-wrapper .navbar {
    width: 100;
    justify-content: center;
  }
  .header-wrapper .navbar .navbar-toggler {
    margin-left: 0px;
    margin-right: auto;
  }
  .header-wrapper .navbar .navbar-brand {
    margin-right: auto;
    width: auto;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav {
    display: block;
  }
  .header-wrapper .navbar #collapsibleNavbar .navbar-nav .nav-item {
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .primary-banner .banner-content .banner-img {
    display: block;
  }
  .primary-banner .banner-content .banner-img img {
    width: 350px !important;
    height: 360px !important;
  }

  .influencer-page .main-content-wrapper .featured-influencers {
    margin-bottom: 40px;
  }

  .start-earning-section .earning-section-content .earning-tips p {
    margin-right: 0px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image {
    width: 260px;
    height: 260px;
    margin-bottom: 10px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image .card-img-top {
    width: 100%;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-title {
    font-size: 18px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text {
    display: block;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text div {
    margin-bottom: 8px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text div h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-body .card-text div p {
    margin-bottom: 0px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .controls-top {
    top: 42%;
  }

  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .cover-img {
    height: 200px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .profile-img {
    width: 100px;
    height: 100px;
    margin-top: -55px;
    margin-bottom: 0px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body {
    padding: 0px 10px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body .name {
    font-size: 18px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body p {
    margin-bottom: 0px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body .social-icons {
    margin-bottom: 25px;
    margin-top: 16px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body .profile-links a {
    font-size: 14px;
    margin-right: 8px;
  }
  .creatives-page .main-content-wrapper .profile-section .row .col-md-4 .card .card-body .profile-links a:last-child {
    margin-right: 0px;
  }

  .primary-banner.eshop-banner .banner-content .banner-img img {
    width: 400px;
  }

  .eshop-page .main-content-wrapper .main-heading h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .eshop-page .main-content-wrapper .main-heading p {
    max-width: 500px;
  }

  .eshop-page .eshop-services .mobile-image {
    height: auto;
  }
  .eshop-page .eshop-services .mobile-image img {
    margin-top: 70px;
  }
  .eshop-page .eshop-services .mobile-image #mobile-img-2 {
    margin-top: 0px;
  }

  .pricing-banner .banner-content .pricing-text {
    padding-right: 0px;
  }
  .pricing-banner .banner-content .pricing-text h1 {
    text-align: center;
  }

  .pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane {
    margin-bottom: -150px;
  }
  .pricing-page .main-content-wrapper .choose-plan .tab-content .tab-pane .plan-container {
    margin-bottom: 150px;
  }

  .creators-profile-page .creators-profile-wrapper {
    margin-top: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  #hire-me-page-wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 610px) {
  .primary-banner .banner-content .banner-img {
    display: none;
  }

  .primary-banner .banner-content .banner-img img {
    width: 245px;
  }

  .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 {
    align-items: start;
  }
  .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper h2 img {
    margin-top: 8px;
  }
  .main-content-wrapper .main-tab-content .tab-section-container .tab-items .text-wrapper p {
    padding-left: 30px;
  }

  .influencer-page .main-content-wrapper .featured-influencers .influencer-heading h1 {
    font-size: 30px;
  }

  .influencer-page .main-content-wrapper .featured-influencers #multi-item-slider .carousel-inner .carousel-item .card .card-image {
    height: 260px;
  }

  .primary-banner.eshop-banner .banner-content .banner-img img {
    width: 230px;
  }

  .eshop-page .main-content-wrapper .main-heading h1 {
    line-height: 40px;
    margin-bottom: 20px;
  }

  .eshop-page .main-content-wrapper .main-heading p {
    line-height: 28px;
  }

  .eshop-page .eshop-services .services-container .service-lists {
    margin-top: 40px;
  }

  .about-us-banner {
    height: 200px;
  }

  .about-us-banner .banner-content .faq-img {
    padding-top: 16px;
    width: 375px;
    height: 100%;
    display: block !important;
  }
  .about-us-banner .banner-content .faq-img img {
    object-fit: initial;
  }

  .faq-banner .banner-content .faq-text h1 {
    font-size: 32px;
  }

  .about-page {
    padding: 16px;
    margin-bottom: 0px;
  }

  .pricing-banner {
    height: 461px;
  }
  .pricing-banner .banner-content .pricing-img {
    height: 331px;
  }
  .pricing-banner .banner-content .pricing-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-page .main-content-wrapper {
    padding-top: 0px;
  }

  .faq-banner {
    height: 160px;
  }
  .faq-banner .banner-content .faq-text {
    padding-top: 62px;
    width: 100%;
    text-align: center;
  }
  .faq-banner .banner-content .faq-text h1 {
    line-height: 40px;
  }

  .portfolio {
    display: block !important;
  }
  .portfolio .title {
    margin-bottom: 16px !important;
  }

  #hire-me-page-wrapper {
    width: 92%;
  }
  #hire-me-page-wrapper .post-heading {
    padding: 16px;
  }

  #service-page .form-group {
    margin-bottom: 20px;
  }

  .post-container .post-input-container .row .col-sm-6, .post-container .post-input-container .row .col-lg-6 {
    flex: 0 0 100%;
  }

  .contact-page {
    padding-top: 130px;
  }

  .whatsapp-link {
    display: none;
  }

  .copyright-section .social-icons {
    width: 200px !important;
  }
  .copyright-section .social-icons .icon-list-item:last-child {
    position: fixed;
    bottom: 40px;
    right: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
