@charset "UTF-8";

/* fonts */
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.visionarywomen.com/wp-content/themes/blockshoon/assets/fonts/avenir/AvenirPro45Book.woff2') format('woff2');
}

@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.visionarywomen.com/wp-content/themes/blockshoon/assets/fonts/avenir/AvenirPro65Medium.woff2') format('woff2');
}

@font-face {
  font-family: Morion;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.visionarywomen.com/wp-content/themes/blockshoon/assets/fonts/morion/MorionRegular.woff2') format('woff2');
}

@font-face {
  font-family: Morion;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.visionarywomen.com/wp-content/themes/blockshoon/assets/fonts/morion/MorionRegularItalic.woff2') format('woff2');
}

/* fonts */

/* CSS Document */
:root {
  --white: #fff;
  --black: #000;

  --primary: #3B0249;
  --primary-medium: #9D509F;

  --background-light: #FDF2FF;
  --background-cream: #FBF8F1;

  --bs-font-sans-serif: 'Avenir', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-sans-secondary: 'Morion', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-body-font-size: 21px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 130%;
  --bs-body-color: var(--black);
  --bs-body-bg: var(--white);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-success: #a8f0c5;
  --bs-info: #94bdd1;
  --bs-warning: #e8d67d;
  --bs-danger: #9c1111;
  --bs-danger-light: #ed5a5a;

  --transition: all 0.3s ease-in-out;
}

/*==============================================================
    Common Styles Initials
==============================================================*/

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: inherit !important;
}

input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 8px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  color: var(--primary);
  background: var(--white);
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

a {
  outline: none;
  text-decoration: none;
  color: var(--primary);
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: var(--bs-font-sans-serif);
}

a,
input,
button {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: var(--primary);
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

.bg_img {
  display: none;
}

input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-dropdown input {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================================================
    Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: var(--primary);
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: var(--primary);
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: var(--primary);
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--primary);
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--primary);
}

input:-moz-placeholder {
  opacity: 1;
  color: var(--primary);
}

input::-moz-placeholder {
  opacity: 1;
  color: var(--primary);
}

input:-ms-input-placeholder {
  opacity: 1;
  color: var(--primary);
}

/*==============================================================
    Custom Style
==============================================================*/
.container {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 130%;
  margin: 0;
  font-family: var(--bs-font-sans-secondary);
}

.h1 {
  font-size: 80px;
  line-height: 120%;
}

.h2 {
  font-size: 60px;
}

.h3 {
  font-size: 30px;
}

.h4 {
  font-size: 28px;
}

.h5 {
  font-size: 21px;
}

.h6 {
  font-size: 20px;
}

.heading-48 {
  font-size: 48px;
}

.heading-42 {
  font-size: 42px;
}

.text-md {
  font-size: 20px;
}

.text-sm {
  font-size: 18px;
}

:is(.img-cover, .img-contain) {
  position: relative;
  padding-bottom: 100%;
}

:is(.img-cover, .img-contain) :is(img, video, iframe) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain :is(img, video, iframe) {
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.btn {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 100px;
  padding: 9px 24px 7px;
  color: var(--white);
  background: var(--primary);
  text-transform: capitalize;
  border: 1px solid var(--primary);
  font-family: var(--bs-font-sans-serif);
  transition: var(--transition);
}

.btn:is(:hover, :focus, :active) {
  background: var(--primary-medium);
  border-color: var(--primary-medium);
}


.btn.btn-secondary {
  color: var(--white);
  border-color: var(--primary-medium);
  background: var(--primary-medium);
}

.btn.btn-secondary:is(:hover, :focus, :active) {
  border-color: var(--primary);
  background: var(--primary);
}

.btn.btn-white {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--white);
}

.btn.btn-white:is(:hover, :focus, :active) {
  color: var(--white);
  border-color: var(--primary-medium);
  background: var(--primary-medium);
}


.title-line {
  padding: 28px 0 22px;
  text-align: center;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.title-line h2 {
  line-height: 130%;
  letter-spacing: 0.10em;
  font-family: var(--bs-font-sans-secondary);
}

.title-wrap h2 {
  color: var(--primary);
}

.title-wrap h2 span {
  font-style: italic;
  color: var(--primary-medium);
}

.title-wrap .sub-text {
  padding-top: 20px;
}

/* header */
.header-wrap {
  position: relative;
  z-index: 999;
}

.header-wrap header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 39px 0;
}

.header-wrap header .logo a {
  max-width: 119px;
  display: inline-flex;
  transition: var(--transition);
}

.header-wrap header .logo a img {
  width: 100%;
}

.header-wrap header .container {
  position: relative;
  max-width: 1370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrap header .container .btn-wrap {
  position: fixed;
  top: 53px;
  left: 15px;
  right: 15px;
  text-align: right;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-wrap header .container .btn-wrap .btn {
  min-width: initial;
}

/* header */

/* hero banner */
.hero-banner {
  overflow: hidden;
  position: relative;
  padding: 270px 0 75px;
  background: var(--primary);
}

.hero-banner .hero-shape {
  position: absolute;
  inset: 0;
  text-align: center;
}

.hero-banner .hero-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-banner .banner-info {
  text-align: center;
}

.hero-banner .banner-info .logo {
  display: inline-flex;
  margin: 0 auto;
}

.hero-banner .banner-info .logo a {
  width: 100%;
  display: inline-flex;
  max-width: 755px;
  transition: var(--transition);
}

.hero-banner .banner-info .logo a img {
  width: 100%;
  height: auto;
}

.hero-banner .banner-info .counter {
  padding-top: 128px;
}

.hero-banner .banner-info .counter ul {
  margin: 0 auto;
  column-gap: 32px;
  display: inline-flex;
}

.hero-banner .banner-info .counter ul li {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}

.hero-banner .banner-info .counter ul li span {
  display: inline-block;
  font-weight: 350;
  font-size: 23px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

.hero-banner .banner-info .counter ul li span:last-child {
  font-size: 16px;
  letter-spacing: 0.96px;
  font-weight: 500;
}

.countdown-banner-date,
.countdown-banner-date-start {
  display: none;
}

.hero-banner .hero-spotlight-wrap {
  position: absolute;
  inset: 0;
}

.banner-dot {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}

.circle-shape-left {
  position: absolute;
  top: 5%;
  left: -48px;
}

.circle-shape-right {
  position: absolute;
  top: 15%;
  right: -170px;
}

.hero-banner .spotlight {
  position: absolute;
  z-index: 1;
}

.hero-banner .spotlight.spotlight-1 {
  top: -5%;
  left: -5%;
}

.hero-banner .spotlight.spotlight-1 img {
  transform-origin: top center;
  animation: rotateLeft 15s linear infinite;
}

.hero-banner .spotlight.spotlight-2 {
  top: -10%;
}

.hero-banner .spotlight.spotlight-2 img {
  transform-origin: top right;
  animation: rotateRight 15s linear infinite reverse;
}

.hero-banner .spotlight.spotlight-3 {
  right: 1%;
  top: -11%;
}

.hero-banner .spotlight.spotlight-3 img {
  transform-origin: top center;
  animation: rotateLeft 15s linear infinite;
}

.hero-banner .spotlight.spotlight-4 {
  right: 0;
  top: -10%;
}

.hero-banner .spotlight.spotlight-4 img {
  transform-origin: top right;
  animation: rotateRight 15s linear infinite reverse;
}

.hero-banner .spotlight.spotlight-5 {
  right: 0;
  top: -10%;
}

.hero-banner .spotlight.spotlight-5 img {
  transform-origin: top right;
  animation: rotateRight 15s linear infinite reverse;
}

@keyframes rotateLeft {
  0% {
    transform: rotate(-15deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

@keyframes rotateRight {
  0% {
    transform: rotate(15deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

/* hero banner */
/* visionary-wrap */
.visionary-wrap {
  padding: 60px 0;
  background: linear-gradient(123.34deg, #F4EBD4 -41.55%, #FBF8F1 55.92%);
}

.visionary-wrap .column-wrap {
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}

.visionary-wrap .column-wrap>div {
  width: 100%;
  padding: 0 15px;
}

.visionary-wrap .content-box+.content-box {
  padding-top: 31px;
}

.visionary-wrap .content-box {
  line-height: 150%;
  font-weight: 500;
  max-width: 588px;
}

.visionary-wrap .content-box p {
  margin: 0;
}

.visionary-wrap .content-box p+p {
  padding-top: 31px;
}

.visionary-wrap .content-box h3 {
  font-weight: 400;
  font-style: italic;
  padding-bottom: 17px;
  font-family: var(--bs-font-sans-secondary);
}

/* visionary-wrap */

/* agenda-wrap */
.agenda-wrap {
  padding: 60px 0 108px;
  background: linear-gradient(180deg, #3B0249 -14.58%, #9C509F 100%);
}

.agenda-wrap .title-line {
  padding: 23px 0 18px;
  border-color: var(--background-light);
}

.agenda-wrap .title-line h2 {
  color: var(--white);
  letter-spacing: 0.10em;
  font-style: italic;
}

.agenda-wrap .column-wrap {
  padding-top: 76px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}

.agenda-wrap .column-wrap>div {
  width: 100%;
  padding: 0 15px;
}

.agenda-wrap .content-box {
  max-width: 486px;
}

.agenda-wrap .content-box h3 {
  color: var(--white);
  font-weight: 400;
  font-style: italic;
  padding-bottom: 48px;
  font-family: var(--bs-font-sans-secondary);
}

.agenda-wrap .content-box ul {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.agenda-wrap .content-box ul li {
  display: flex;
  line-height: 150%;
  color: var(--white);
}

/* agenda-wrap */

/* our-sponsor */
.our-sponsor {
  padding: 107px 0 118px;
}

.our-sponsor .title-wrap {
  padding-bottom: 122px;
}

.our-sponsor .sponsor-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.our-sponsor .sponsor-list ul li {
  width: 25%;
  padding: 0 5px;
}

.our-sponsor .sponsor-list ul li a {
  width: 100%;
  display: inline-flex;
  padding-bottom: 95px;
}

/* our-sponsor */

/* our-honor */
.team-card {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
}

.team-card .img-cover {
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 124.114%;
}

.team-card .team-info :is(h3, span) {
  font-size: 21px;
  line-height: 130%;
  color: var(--primary);
  font-family: var(--bs-font-sans-secondary);
}

.team-card .team-info span {
  display: block;
  padding-top: 15px;
}

.team-card.speaker .img-cover {
  padding-bottom: 113%;
}

.team-card.speaker .team-info span {
  font-size: 15px;
  line-height: 150%;
  padding-top: 4px;
}

.our-honor {
  padding: 70px 0 155px;
  background: var(--background-light);
}

.our-honor .title-wrap {
  padding-bottom: 67px;
}

.our-honor .honor-list ul,
.speaker-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 24px;
}

.our-honor .honor-list ul li,
.speaker-list ul li {
  width: 100%;
  padding: 0 12px;
}

/* our-honor */

/* our-speaker */
.our-speaker {
  overflow: hidden;
  padding: 100px 0;
}

.our-speaker .title-wrap {
  padding-bottom: 20px;
}

.our-speaker .inner .sub-title {
  padding-bottom: 66px;
  font-family: var(--bs-font-sans-secondary);
}

.our-speaker .inner+.inner {
  padding-top: 60px;
}

.our-speaker .inner .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -89px;
  row-gap: 30px;
}

.our-speaker .inner .list ul li {
  padding: 0 89px;
  width: 33.333%;
}

/* our-speaker */

/* ticket-prices-wrap */
.ticket-prices-wrap {
  padding: 100px 0 115px;
  background: var(--background-cream);
}

.ticket-prices-wrap .title-wrap h2 {
  font-style: italic;
}

.ticket-prices-wrap .title-wrap .sub-text {
  font-weight: 500;
  padding-top: 44px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ticket-prices-wrap .ticket-price {
  padding-top: 35px;
}

.ticket-prices-wrap .ticket-price ul {
  display: inline-flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 594px;
  margin: 0 auto;
}

.ticket-prices-wrap .ticket-price ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  line-height: 180%;
  font-weight: 400;
  font-family: var(--bs-font-sans-secondary);
}

.ticket-prices-wrap .ticket-price ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background: var(--primary);
}

.ticket-prices-wrap .ticket-price ul li span {
  display: block;
  position: relative;
  z-index: 1;
  background: var(--background-cream);
}

.ticket-prices-wrap .ticket-price ul li span:first-child {
  padding-right: 29px;
}

.ticket-prices-wrap .ticket-price ul li span:last-child {
  padding-left: 16px;
}

.ticket-prices-wrap .ticket-price p {
  text-align: center;
  padding-top: 31px;
  margin: 0;
  font-family: var(--bs-font-sans-secondary);
}

.ticket-prices-wrap .btn-wrap {
  padding-top: 58px;
}

/* ticket-prices-wrap */

/* advertisement-wrap */
.advertisement-wrap {
  padding: 119px 0 160px;
}

.advertisement-wrap .title-wrap h2 {
  font-style: italic;
}

.advertisement-wrap .title-wrap .sub-text {
  font-weight: 300;
  padding-top: 16px;
  line-height: 150%;
  max-width: 792px;
  text-align: center;
  margin: 0 auto;
}

.advertisement-wrap .advertisement-price {
  padding-top: 50px;
}

.advertisement-wrap .advertisement-price>.text-sm {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.advertisement-wrap .advertisement-list {
  padding-top: 33px;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}

.advertisement-wrap .advertisement-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.advertisement-wrap .advertisement-item .price {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  line-height: 180%;
  font-weight: 400;
  font-family: var(--bs-font-sans-secondary);
}

.advertisement-wrap .advertisement-item .price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background: var(--primary);
}

.advertisement-wrap .advertisement-item .price span {
  display: block;
  position: relative;
  background: var(--white);
  z-index: 1;
}

.advertisement-wrap .advertisement-item .price span:first-child {
  padding-right: 8px;
}

.advertisement-wrap .advertisement-item .price span:last-child {
  padding-left: 3px;
}

.advertisement-wrap .advertisement-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.advertisement-wrap .advertisement-item ul li {
  position: relative;
  padding-left: 31px;
  line-height: 130%;
  font-family: var(--bs-font-sans-secondary);
  background: url("data:image/svg+xml,%3Csvg width='5' height='6' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.74713 5.11508L0.647125 2.91008L2.74713 0.705078L4.84713 2.91008L2.74713 5.11508Z' fill='%233B0249'/%3E%3C/svg%3E%0A") no-repeat top 11px left 13px;
}

.advertisement-wrap .note {
  max-width: 769px;
  margin: 0 auto;
  line-height: 130%;
  text-align: center;
  font-family: var(--bs-font-sans-secondary);
  font-style: italic;
  padding-top: 68px;
}

.advertisement-wrap .note p {
  margin: 0;
}

.advertisement-wrap .btn-wrap {
  padding-top: 48px;
}

/* advertisement-wrap */

/* visionary-women-wrap */
.visionary-women-wrap {
  padding: 105px 0;
  background: linear-gradient(327.62deg, rgba(253, 242, 255, 0.2) 40.07%, rgba(156, 80, 159, 0.2) 84.1%);
}

.visionary-women-wrap .column-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
  position: relative;
  row-gap: 30px;
}

.visionary-women-wrap .column-wrap>div {
  padding: 0 15px;
  width: 100%;
}

.visionary-women-wrap .content-box {
  line-height: 150%;
  color: var(--black);
  text-align: center;
}

.visionary-women-wrap .content-box h3 {
  padding-bottom: 20px;
}

.visionary-women-wrap .content-box p {
  margin: 0;
  font-weight: 300;
}

.visionary-women-wrap .content-box p+p {
  padding-top: 32px;
}

.visionary-women-wrap .content-box .btn-wrap {
  padding-top: 54px;
}

/* visionary-women-wrap */

/* footer-wrap */
.footer-wrap {
  overflow: hidden;
  position: relative;
  padding: 60px 0 90px;
  background: linear-gradient(180deg, rgba(15, 15, 15, 1) 0%, rgba(59, 2, 73, 1) 100%);
}

.footer-wrap .container {
  max-width: 1027px;
}

.footer-wrap .footer-head {
  max-width: 609px;
  margin: 0 auto;
  padding-bottom: 74px;
}

.footer-wrap .footer-head h2 {
  line-height: 120%;
  color: var(--white);
}

.footer-wrap .footer-head h2 span {
  font-style: italic;
  background: linear-gradient(120deg, #faf7fa 20.29%, #dabedb 98.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-wrap .footer-head .btn-wrap {
  padding-top: 32px;
}

.footer-wrap .inner+.inner {
  padding-top: 80px;
}

.footer-wrap .inner h3 {
  color: var(--white);
  line-height: 180%;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-wrap .inner h3 span {
  font-style: italic;
  display: inline-block;
}

.footer-wrap .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 16px;
  padding-top: 28px;
}

.footer-wrap .inner ul li {
  width: 20%;
  padding: 0 15px;
  font-size: 15px;
  line-height: 150%;
  font-weight: 350;
  display: inline-flex;
  color: var(--white);
}

.footer-wrap .inner ul li a {
  display: inline-flex;
  color: currentColor;
  transition: var(--transition);
}

/* .footer-wrap .inner ul li a:hover {
  color: var(--primary-medium);
} */

.footer-wrap .footer-img {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
}

.footer-wrap .footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-wrap .footer-img.img-1 {
  width: 154px;
  height: 143px;
  top: 4%;
  left: 2.4%;
}

.footer-wrap .footer-img.img-2 {
  width: 96px;
  height: 89px;
  top: 25%;
  left: -1.4%;
}

.footer-wrap .footer-img.img-3 {
  width: 262px;
  height: 244px;
  top: 10.2%;
  right: -2.2%;
}

/* footer-wrap */