*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,html{
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
}
.instapost .caption-info {
    display: none;
}
p.tlt-cust {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #333;
    margin-top: 10px;
    margin-left: 15px;
}
.container{
  max-width: 1200px;
  margin: 0px auto;
}
.d-flex{
  display: flex;
}
.scroll-tabs {
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
}
.tabs-container {
  overflow-x: hidden;
  white-space: nowrap;
} 
.scroll-tabs .tabs {
  display: flex;
  gap: 20px;
}
.scroll-tabs .tab {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
  background: #fff0f3;
  box-shadow: none;
  transition: 0.3s ease;
}
.scroll-tabs .tab:hover{
  background: #f5f5f5;
  box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  transition: 0.3s ease;
}
.tab-sectoion {
  background: #fff0f3;
 
  padding-top: 70px;
  padding-bottom: 70px;
}
.scroll-tabs {
  background: #fff;
  padding: 10px 40px;
  border-radius: 30px;
}
.tab-scroll-left,
.tab-scroll-right {
  cursor: pointer;
  padding: 5px;
  width: 34px;
  height: 34px;
  position: absolute;
  background-color: #fff; /* to hide arrows under tabs */
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-scroll-left svg,
.tab-scroll-right svg{
  width: 16px;
  height: 16px;
}
.tab-scroll-left {
  left: 10px;
  display: none; /* Initially hiding left arrow */
}
.tab-scroll-right {
  right: 10px;
}
.tab-scroll-left svg, .tab-scroll-right svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 
.tab-scroll-left:hover,
.tab-scroll-right:hover {
  background-color: #f2f2f2;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.d-flex.instagram-posts {
  flex-wrap: wrap;
  margin: 0px -10px;
  row-gap: 20px;
}
.instapost.d-flex {
  width: calc(33.33% - 20px);
  flex-direction: column;
  padding: 0px;
  margin: 0px 10px;
}
.instapost .feed img.instagram-image {
  width: 100%;
  display: flex;
}
.post-header.d-flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.post-header.d-flex .instagram-logo-text-wrap {
  display: flex;
  align-items: center;
}
.container.tab-content-wrapper {
  padding-top: 20px;
}
.post-header.d-flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.instagram-frame_bottom{
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.post-header.d-flex .instagram-logo-text-wrap .instagram_image-text-info {
  margin-left: 8px;
}
.instagram-info-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instagram_icons-wrapper .like-comment-share {
  display: flex;
  gap: 12px;
}
.instagram_icons-wrapper .like-comment-share img {
  width: 24px;
  height: 24px;
}
.instapost{
transform: scale(1);
box-shadow: none;
transition: 0.3s ease;
border-radius: 15px;
}
.instapost:hover {
  transform: scale(1.01);
  transition: 0.3s ease;
  box-shadow: 0 5px 12px rgba(11,23,48,.12);
}
button.cust-insta-button {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: blue;
  transition: 0.3s ease;
}
.instapost:hover button.cust-insta-button{
  z-index: 9;
  transition: 0.3s ease;
}
button.cust-insta-button:hover{
  color: blue;
  background: #fff;
  border-color: blue;
}
button.load-more {
  display: block;
  width: 140px;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid transparent;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 10px;
  transition: 0.3s ease;
}
button.load-more:hover{
  color: #000;
  background: #fff;
  border-color: #000;
  transition: 0.3s ease;
}
.cust-popup-wrapper {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
}
.popupwrapper {
  max-width: 1200px;
  margin: 0px auto;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.caption-sec .post-header.d-flex {
  border-bottom: 1px solid #d0d5dd;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px;
  display: flex;
}
.popupwrapper > .d-flex {
  flex-wrap: wrap;
  height: 100%;
  background: #d3d3d3;
  align-items: center;
}
.popupwrapper .d-flex  .img-sec {
  width: 50%;
  height: 100%;
}
.popupwrapper .d-flex .img-sec img {
  display: flex;
    width: 80%;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto;
}
.popupwrapper > .d-flex .caption-sec {
  width: 50%;
  background: #fff;
}
a.dark-btn {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}
a.dark-btn:hover{
  background: #fff;
  color: #000;
  border-color: #000;
}
.caption-info {
  height: 415px;
  padding: 20px 24px 16px;
  overflow: auto;
}
.caption-info h3{
  font-size:14px;line-height:115%;
}
.caption-info p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
a.close-icon {
  position: fixed;
  top: 50px;
  right: 50px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.cust-popup-wrapper.show {
  display: flex;
}
.instapost.d-flex.hide {
  display: none;
}
.slder-sec {
  padding: 50px 0px;
}
.slder-sec .container {
  position: relative;
}
.slder-sec button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
}
button.slick-prev.slick-arrow {
  left: -50px;
  background: #fff url(./arrow-left-black.svg)no-repeat center;
}
button.slick-next.slick-arrow {
  right: -50px;
  background: #fff url(./arrow-right-black.svg)no-repeat center;
}
.slder-sec .video-item {
  height: 400px;
  padding: 0px 10px;
}
.slder-sec .video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media only screen and (max-width:1024px){
.instapost.d-flex {
    width: calc(50% - 20px);
}
.tab-sectoion {
    padding: 10px 20px;
}
.popupwrapper {
    max-width: 95%;
    margin: 0px auto;
    height: auto;
    max-height: 80%;
    border-radius: 30px;
    overflow: auto;
}
a.close-icon img {
    width: 60%;
    height: 60%;
}
a.close-icon {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.popupwrapper .d-flex .img-sec img{
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width:767px){
  .instapost.d-flex {
    width: calc(100% - 20px);
}
.popupwrapper .d-flex .img-sec{
  width: 100%;
  padding: 20px 0px;
}
.popupwrapper > .d-flex .caption-sec {
    width: 100%;
    background: #fff;
}
}