@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Museo-300';
  src: url('fonts/Museo-300.eot');
  src: local('☺'), url('fonts/Museo-300.woff') format('woff'),
    url('fonts/Museo-300.ttf') format('truetype'),
    url('fonts/Museo-300.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo-500';
  src: url('fonts/Museo-500.eot');
  src: local('☺'), url('fonts/Museo-500.woff') format('woff'),
    url('fonts/Museo-500.ttf') format('truetype'),
    url('fonts/Museo-500.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo900-Regular';
  src: url('fonts/Museo900-Regular.eot');
  src: local('☺'), url('fonts/Museo900-Regular.woff') format('woff'),
    url('fonts/Museo900-Regular.ttf') format('truetype'),
    url('fonts/Museo900-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheBeach';
  src: url('fonts/TheBeach.eot');
  src: local('☺'), url('fonts/TheBeach.woff') format('woff'),
    url('fonts/TheBeach.ttf') format('truetype'),
    url('fonts/TheBeach.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  margin: 0px;
  font-family: 'Museo-500', 'Helvetica', 'Arial', sans-serif;
  background-color: #fcda54;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

ul,
li {
  list-style-type: none;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #404040;
  text-decoration: none;
}

img {
  border: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}

.scrollblock {
  position: relative;
  margin: 0;
  width: 100%;
}

.blur {
  -webkit-filter: blur(10px);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cacaca;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input,
select {
  font-family: '微软雅黑', '宋体', sans-serif;
}

.border-left-none {
  border-left: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

#screenTips {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/screenTips.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1d1d1b;
  -webkit-background-size: auto 25%;
  background-size: auto 25%;
  z-index: 9999999;
}

#loading {
  /*background-color:#fcda54;*/
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  overflow: hidden;
}

.loadingLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#logoAnimate {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 560px;
  height: 60px;
  background-image: url(../images/loading_frame.png);
}

#logoAnimate .precentAnimate {
  width: 100%;
  background-image: url(../images/logo.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  height: 20%;
  overflow: hidden;
  left: 0px;
  bottom: 0px;
  position: absolute;
  transition: height 0.2s;
}

.percentTxt {
  color: #092f7a;
  position: absolute;
  left: 0%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  width: 105px;
  height: 20px;
  padding-top: 10px;
  margin-left: 30px;
}

.percentNum {
  text-align: left;
  height: 20px;
  font-size: 14px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/*===========================================================*/

.main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 10;
  transition: top 0.4s, left 0.4s;
  -webkit-transition: top 0.4s, left 0.4s;
}

.logo {
  width: 560px;
  height: 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s ease-in-out;
  display: none;
  z-index: 1000;
}

.logo_txt {
  display: none;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  font-family: 'Museo900-Regular';
  /*transition:all .4s;*/
  display: none;
}

.nav li {
  float: left;
  text-align: center;
}

.nav li span {
  display: inline-block;
  cursor: pointer;
  color: #1d1d1b;
}

.nav li span .underline {
  height: 3px;
  background-color: #1d1d1b;
  display: block;
  width: 0%;
  transition: width 0.4s;
  -webkit-transition: width 0.4s;
}

.nav li .button-nav:hover .underline {
  width: 100%;
}

.nav li .active .underline {
  width: 100%;
}

.arrowBtn {
  position: absolute;
  left: 50%;
  opacity: 0;
  cursor: pointer;
}

.arrowBackBtn {
  cursor: pointer;
  margin: 80px 0 0 80px;
  font-size: 22px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .arrowBackBtn {
    margin: 0;
    font-size: 16px !important;
  }

  .pagination-clientpage {
    display: none !important;
  }

  .partnerListPage .clientList li {
    margin: 0 !important;
  }

  .partnerListPage .clientList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    justify-content: center;
    align-items: center;
  }

  .partnerListPage .clientList li .logoImg img {
    width: 70% !important;
  }

  .logoImg {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-button img {
    width: 0.48rem !important;
    height: 0.48rem !important;
  }
}

.arrowBtn .arrow {
  position: absolute;
  left: 0px;
  top: 0px;
}

.arrowBtn .bg {
  opacity: 0.5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.arrowBtn:hover .bg {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.backBtn {
  opacity: 1;
}

.page {
  width: 100%;
  height: 100%;
  position: relative;
  color: #1c1d19;
  overflow: hidden;
}

.pageSwiper {
  width: 100%;
  height: 100%;
}

.pageSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.pageSwiper-swiper-pagination {
  left: inherit !important;
  right: 0px !important;
}

.pageSwiper .swiper-pagination-bullet,
.pageSwiper .swiper-pagination-switch {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
  background: none;
  border: 1px solid #1d1d1b;
  opacity: 1;
  margin-right: 30px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  cursor: pointer;
}

.pageSwiper .swiper-pagination-bullet-active,
.pageSwiper .swiper-active-switch {
  border: 1px solid #1d1d1b;
  background: #1d1d1b;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  top: 10px;
}

.page1 {
  background-color: #fbd751;
}

.page1 .kvGif {
  opacity: 0;
}

.page2 {
  background-color: #8ecad7;
}

.page3 {
  background-color: #e48484;
}

.page4 {
  background-color: #aad38e;
}

.page5 {
  background-color: #8dc8d6;
}

.page6 {
  background-color: #e48484;
}

.page7 {
  background-color: #fcda54;
}

.page .title {
  font-family: 'Museo-300';
  font-size: 18px;
}

.page .slogan {
  font-family: 'Museo900-Regular';
  font-size: 30px;
  line-height: 40px;
  margin-top: 20px;
}

.page .describe {
  font-family: 'Museo-500';
  font-size: 18px;
  margin-top: 30px;
  line-height: 24px;
}

.page .servicesList {
  font-family: 'Museo900-Regular';
}

.page .WorkList {
  font-family: 'Museo900-Regular';
}

.Museo900 {
  font-family: 'Museo900-Regular';
}
.linkBtn {
  display: inline-block;
}

.page a {
  color: #1d1d1b;
}

.page a:hover {
  text-decoration: underline;
}

#clientListPage {
  position: absolute;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.clientList li {
  float: left;
  /*border: solid #1d1d1b 1px;*/
  overflow: hidden;

  /*border-bottom: solid #1d1d1b 1px;
	border-right: solid #1d1d1b 1px;*/
}

.page .cont {
  z-index: 10;
}

.kvGif1 {
  background-image: url(../images/gif1/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;

  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;

  width: 100%;
  height: 100%;
}

.kvGif2 {
  background-image: url(../images/gif2/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;

  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;

  width: 100%;
  height: 100%;
}

.kvGif3 {
  background-image: url(../images/gif3/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;

  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;

  width: 100%;
  height: 100%;
}

.kvGif4 {
  background-image: url(../images/gif4/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;

  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;

  width: 100%;
  height: 100%;
}

.kvGif5 {
  background-image: url(../images/gif5/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
}

.kvGif6 {
  background-image: url(../images/gif6/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
}

.kvGif7 {
  background-image: url(../images/gif7/p0.png);
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 100%;
  height: 100%;
}

.moreBtn {
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  /*border: solid #1d1d1b 1px;*/
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.moreBtn .txt {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.moreBtn .bg {
  height: 100%;
  width: 105%;
  margin-left: -105%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: #1d1d1b;
  border-radius: 50px;
}

.moreBtn:hover {
  color: #fff;
}

.moreBtn:hover .bg {
  margin-left: -2%;
}

.moreBtnClear {
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  /*border: solid #1d1d1b 1px;*/
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.moreBtnClear .txt {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.moreBtnClear .bg {
  height: 100%;
  width: 105%;
  margin-left: -105%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: #1d1d1b;
  border-radius: 50px;
}

.moreBtnClear:hover {
  color: #fff;
}

.moreBtnClear:hover .bg {
  margin-left: -2%;
}

.partnerListPage {
  position: fixed;
  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #8dc8d6;
  z-index: 999999;
  transition: left 0.4s;
  -webkit-transition: left 0.4s;
}

.partnerListPage .clientList {
  width: 85%;
}

.partnerListPage .clientList li {
  margin-left: 3%;
  margin-right: 1%;
  width: 15% !important;
}

.partnerListPage .clientList li .logoImg img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 90%;
  /*border: solid #1d1d1b 1px;*/
}

/* Hide scrollbar for Chrome, Safari and Opera */
.clientList::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.clientList {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.backBtn {
  left: auto;
  right: 0px;
}

/* -------------wap nav------------------ */

.navBtn {
  position: fixed;
  right: 0.3rem;
  top: 0.2rem;
  z-index: 9999;
  padding-top: 0.14rem;
  padding-left: 0.13rem;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  cursor: pointer;

  border-radius: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.5rem;
  display: none;
  opacity: 0;
}

.navBtn div {
  -webkit-transform-origin: left center;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background-color: #1d1d1b;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

.navBtn .bar2 {
  margin-top: 6px;
}

.navBtn .bar3 {
  margin-top: 6px;
}

.navBtnActive div {
  background-color: #ffffff;
}

.navBtnActive .bar1 {
  -webkit-transform: translateX(3px) rotate(45deg);
}

.navBtnActive .bar2 {
  opacity: 0;
}

.navBtnActive .bar3 {
  -webkit-transform: translateX(3px) rotate(-45deg);
}

.navBox {
  background-color: #1d1d1b;
  z-index: 9998;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  -webkit-transform: scale(2);
  opacity: 0;
  display: none;
}

.navBox ul {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
}

.navBox li {
  color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #242422;
}

.navBox li .bg {
  width: 100%;
  height: 100%;
  background-color: #111110;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: center center;
}

.navBox li .txt {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0%;
  top: 0%;
  color: #fff;
  z-index: 1;
}

/*.navBox .current .bg{
	-webkit-transform:scaleY(1);
	}*/

.navBox li:hover .bg {
  -webkit-transform: scaleY(1);
}

.contBox {
  width: 100%;
}

.gifAnimate {
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.gifTxt {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.whiteTxt {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.gifTxtRun {
  opacity: 0;
}

.clientListBox {
  overflow: hidden;
}

.clientItemBox {
  position: absolute;
  left: 0px;
  /*display: none;*/
  opacity: 0;
}

.nav-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.nav-button img {
  background: #46646b 100% / cover no-repeat;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nav-button img:hover {
  transform: scale(1.1);
  background-color: #1d1d1b;
}

#prevBtn {
  top: 40px;
}

#prevBtn img {
  transform: rotate(180deg);
}

#nextBtn {
  bottom: 40px;
}

.slide-in {
  animation: slide-in 0.5s forwards;
}

.slide-out {
  animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-out {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}

.slide-up {
  animation: slide-up 0.5s ease-in-out forwards;
}

@keyframes slide-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}

.slide-down {
  animation: slide-down 0.5s ease-in-out forwards;
}

.pagination-clientpage {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #1d1d1b;
  margin: 7px 0;
  cursor: pointer;
}

.bullet.active {
  background: #1d1d1b;
}

.backBtn.arrowBackBtn {
  position: relative;
  overflow: hidden;
  color: #000;
  padding: 6px 10px 6px 6px;
}

.backBtn.arrowBackBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1d1d1b;
  transition: left 0.1s ease-in-out;
  border-radius: 50px;
  z-index: -1;
}

.backBtn.arrowBackBtn:hover {
  color: #fff;
}

.backBtn.arrowBackBtn:hover::before {
  left: 0;
}

@media screen and (min-width: 779px) {
  .facebookInstagramDesktopContainer {
    display: flex;
    gap: 8px;
  }

  .facebookInstagramMobileContainer {
    display: none !important;
  }

  .modal-content {
    margin: 6% auto;
    /* padding: 20px; */
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 780px) {
  .facebookInstagramDesktopContainer {
    display: none !important;
  }

  .facebookInstagramMobileContainer {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 5%;
    opacity: 0;
    cursor: pointer;
  }

  .modal-content {
    margin: 0% auto;
    /* padding: 20px; */
    position: relative;
  }
}

.facebookInstagramDesktopContainer .bg,
.facebookInstagramMobileContainer .bg {
  opacity: 1 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-transition {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.modal-show {
  opacity: 1 !important; /* Override any existing opacity setting */
}

.modal-content img {
  width: 100%;
}

.close {
  color: #aaa;
  position: absolute;
  top: 38%;
  left: 63%;
  font-size: 28px;
  font-weight: bold;
  width: 4%;
  height: 7%;
  opacity: 0;
}

.facebook-modal {
  color: #aaa;
  position: absolute;
  top: 66%;
  left: 24%;
  font-size: 28px;
  font-weight: bold;
  width: 20%;
  height: 7%;
  opacity: 0;
}

.instagram-modal {
  color: #aaa;
  position: absolute;
  top: 66%;
  left: 45%;
  font-size: 28px;
  font-weight: bold;
  width: 20%;
  height: 7%;
  opacity: 0;
}

.close:hover,
.close:focus,
.facebook-modal:hover,
.facebook-modal:focus,
.instagram-modal:hover,
.instagram-modal:focus {
  cursor: pointer;
}

.insta-feed-container {
	position: relative;
	overflow: hidden;
  &::before,
  &::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  &::before {
    left: 0;
    background: linear-gradient(
      to right,
      #aad38e 0%,
      rgba(170, 211, 142, 0) 100%
    );
  }

  &::after {
    right: 0;
    background: linear-gradient(
      to left,
      #aad38e 0%,
      rgba(170, 211, 142, 0) 100%
    );
  }
}

.insta-feed {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.insta-feed.active {
  cursor: grabbing;
}

.insta-header {
  width: 100%;
  color: black;
  padding-bottom: 30px;
}

.insta-meta {
  text-align: left;
}

.insta-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.insta-grid {
  display: flex;
  gap: 10px;
	padding-left: 15px;
	padding-right: 15px;
  width: 100%;
}

.insta-item {
  display: flex;
  flex-direction: column;
  background: white;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  min-width: 33.33%;
  .caption {
    font-size: 10px;
    padding: 10px;
  }
}

.insta-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  @media screen and (max-width: 460px) {
		aspect-ratio: 1 / 1;
	}
}

.splide__slide {
  aspect-ratio: 3 / 4;
  border-radius: 15px;
  overflow: hidden;
	margin-right: 10px !important;
	width: calc(25% - 10px);
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
  #insta-carousel-2 {
    display: none;
  }
}