
section.menu-tabs {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-repeat: no-repeat !important;
	overflow: hidden;
	
}
.inner-container {
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.tabs-container {
	width: 100%;
	margin: 0 auto;
}

.tabs-menu {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
	justify-content: center;
	column-gap: 80px;
	margin-bottom: 50px;
	animation: anime-animation 1.2s ease-out forwards;
}

.tabs-menu .tab-link {
	cursor: pointer;
	text-align: center;
	border: none;
	padding: 0;
	color: #ffffff;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.tabs-menu .tab-link:hover{
	border-bottom: 2px solid #ffffff;
	color: #ffffff;

}
.tabs-menu .tab-link:hover i{
	color: #ffffff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tabs-menu .tab-link.active {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.tabs-menu .tab-link.active i{
	color: #ffffff;
}
.tab-content-plt {
	display: none;
}

.tab-content-plt.active {
	display: block;
}

.tab-inner {
	animation: anime-animation 1.2s ease-out forwards;
}
@keyframes anime-animation {
	0% {
		opacity: 0;
		transform: rotateX(-40deg);
	}
	100% {
		opacity: 1;
		transform: rotateX(0);
	}
}

.tabs-menu .tab-link i {
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	will-change: transform;
	font-size: 70px;
}
/* ============= Tabs Content ============== */
.tab-content-plt .tab-inner--row {
	display: flex;
	flex-wrap: wrap;
}
.tab-content-plt .tab-inner--row .tab-column {
	flex: 0 0 auto;
	width: 50%;
}
.tab-column ul {
	margin: 0;
	padding: 0px 20px;
	list-style-type: none;
}
.tab-column ul li{
	column-gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	-webkit-transition: all .5s cubic-bezier(.61,1,.88,1);
	transition: all .5s cubic-bezier(.61,1,.88,1);
	cursor: pointer;
}
.tab-column ul li:hover{
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}
.tab-column ul li img{
	border-radius: 50%;
}
.tab-column ul li .column-detail {
	width: 100%;
}
.tab-column ul li .column-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
}
.column-header span.column-heading {
	color: #383632;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	font-style: normal;
}
.column-header .column-divider {
	flex-grow: 1;
	margin: 0px 20px;
	border-top: 1px dashed #c7c2bf;
}
.column-header .column-price {
	color: #383632;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	font-style: normal;
}
.tab-column ul li p.column-desc {
	margin: 0px;
	color: #8d8987;
	font-style: normal;
	font-size: 17px;
	line-height: 30px;
}

/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}

/* ================ RESPONSIVE IPAD ==================== */
@media only screen and (max-width: 981px) {
.tab-content-plt .tab-inner--row .tab-column {
    width: 100%;
}
}

/* ================ RESPONSIVE IPHONE ==================== */
@media only screen and (max-width: 480px) {
	.tab-column ul{
    padding: 0px 0px;
}
.tab-column ul li{
	display: block;
}
/* .tabs-menu{
	display: block;
} */
.tabs-menu .tab-link{
	    margin-bottom: 25px;
}
}

/* ===== Tab navigation content ===== */
.teb-nev-bar {
	position: relative;
	margin: 0px 10px 40px 10px;
}

.teb-nevigation {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: fit-content;
	margin: 0 auto;
}

.teb-menu {
	color: var(--text-color);
	list-style: none;
	background-color: #ff3298;
	max-width: 100%;
	padding: 10px;
	white-space: nowrap;
	
	border-radius: 50px;
	
	scroll-behavior: smooth;

	user-select: none;
	overflow-x: auto;
}

.teb-menu.dragging {
	scroll-behavior: unset;
	cursor: grab;
}

.teb-menu::-webkit-scrollbar {
	display: none;
}

.teb-btn {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 2px;
	padding: 5px 30px;
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
	transition: background-color .3s ease;
}

.teb-menu.dragging .teb-btn {
	pointer-events: none;
}

.teb-btn:hover {
	background-color: #b1085c;
}

.teb-btn.active {
	background-color: #ffffff;
	color: #ff3298;
}

.left-btn,
.right-btn {
	position: absolute;
	color: var(--text-color);
	font-size: 1.8em;
	padding: 15px;
	cursor: pointer;
}

.left-btn {
	left: 0;
	background: linear-gradient(to left, transparent, #ff3298 50%);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	display: none;
}

.right-btn {
	right: 0;
	background: linear-gradient(to right, transparent, #ff3298 50%);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}


:root {
	--first-color: #2e2e41;
	--second-color: #5b85ff;
	--third-color: #434354;
	--text-color: #fff;

	--box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
	--text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
}


/* ===== Tab content ===== */
.teb-content {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.teb {
	position: relative;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	max-width: 100%;
	
	opacity: 0;

	transform: translateX(25px);
	content-visibility: hidden;
}

.teb.active {
	transform: translateX(0);
	content-visibility: visible;
	opacity: 1;
	transition: opacity 1s ease, transform 1s ease;
}

.teb .row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
	gap: 30px;
}

.teb .img-card {
	position: relative;
	width: 450px;
	max-width: 450px;
	height: 300px;
	max-height: 300px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: var(--box-shadow);
}

.teb .img-card img {
	width: 100%;
	object-fit: cover;
}

.right-column {
	max-width: 800px;
}

.info .city,
.info .description p {
	color: var(--text-color);
	margin-bottom: 10px;
}

.info .city {
	font-size: 2em;
}

.country {
	color: var(--third-color);
	font-size: 5em;
	font-weight: 700;
	text-align: center;
	text-shadow: var(--text-shadow);
}



/* ===== Media queries (max-width: 1050px;) ===== */
@media screen and (max-width: 1050px) {
	section {
		margin: 0 0;
	}

	.teb-nev-bar {
		margin: 0px 20px 40px 25px;
	}

	.tab {
		padding: 15px 25px;
	}

	.teb .row {
		flex-direction: column;
	}

	.teb .img-card {
		width: auto;
		max-width: 600px;
	}

	.country {
		font-size: 10vw;
		padding-bottom: 50px;
	}

}

.design-choose-item-l {
    
    border-radius: 30px;
	padding-right: 10px;
}
.design-choose-item-r {
    
    border-radius: 30px;
	padding-left: 30px;
}

.design-choose-item-lb {
    
    border-radius: 30px;
	padding-right: 10px;
	margin-top: -120px;
}

.design-choose-item span {
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    
    display: inline-block;
    letter-spacing: -0.04em;
    color: var(--tp-common-black);
}

.design-project-thumb-l {
	
	margin-top: -22px;
}


.design-project-thumb-r {
	margin-top: -170px;
    margin-right: -35px;
}

.design-project-thumb-rb {
	margin-top: -80px;
    
}

.design-project-thumb-lb {
	margin-top: -100px;
}

.design-project-content {
	margin-top: 16px;
	
}

.design-project-content span {
	
	font-size: 20px;
	font-weight: 800;
}
.design-project-content p {
	font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: -0.02em;
    font-family: museo-sans-rounded, sans-serif;
    color: var(--tp-text-body);
}

@media screen and (min-width:320px) and (max-width: 375px) {
    .design-project-content {
        
        text-align: center;
    }

    .design-project-content span {
        font-size: 30px;
        font-weight: 800;
    }

    .design-project-content p {
        
        font-size: 22px;
    }

    .design-project-thumb-r {
        margin-top: 0px;
        margin-right: -35px;
    }

    .design-choose-item-r {
        border-radius: 30px;
        padding: 10px;
    }

    .design-choose-item-lb {
        border-radius: 30px;
        padding: 10px;
        margin-top: 0px;
    }

    .design-choose-item-l {
        border-radius: 30px;
        padding-right: 10px;
    }

    .design-project-thumb-rb {
        margin-top: 0px;
        margin-left: 70px;
    }

    .mt-170 {
        margin-top: 20px;
    }

}

@media screen and (min-width:768px){
    

    .design-project-content span {
        font-size: 40px;
        font-weight: 800;
    }

    .design-project-content p {
        font-size: 30px;
        
    }

    .design-choose-item-lb {
        margin-top: 0px;
    }
   
  
}

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

/* .tp-shop-popup-img {
  position: relative;
  height: auto;
  flex: 0 0 auto;
  width: 50%;
} */
.tp-shop-popup-img img {
  height: 100%;
}
.tp-shop-popup-content {
  padding: 40px;
}

.tp-shop-popup-logo img {
  width: 300px;
  height: 100%;
}
.tp-shop-popup-logo {
  margin-bottom: 60px;
}

.tp-shop-popup-wrap {
    height: 500px;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
	border-radius: 20px;
}

.tp-shop-popup-text h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 13px;
    
    text-transform: uppercase;
    
}
