.intro-section {
    padding: 120px 0;
    text-align: center;
}

.intro-title {
    text-transform: uppercase;
}

 .intro-text {
    margin: 40px auto 0;
    width: 1200px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.intro-section .intro-text {
	/* text-align:left; */
}	
.app-showcase {
    background: #F3F3F3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.app-showcase.reverse {
    flex-direction: row-reverse;
}

.app-image {
    width: 45.56%;
    position: relative;
}

.app-image .pic {
    position: relative;
}

.app-image .pic::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 69.82%;
}

.app-image .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 104.38%;
}

.app-content {
    width: 47.87%;
    padding: 60px 80px;
}

.app-title {
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
}

.app-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
}

.download-btns {
    display: flex;
    gap: 11px;
    margin-top: 20px;
}

.dl-btn {
    padding: 13px 25px;
    background: #FFFFFF;
    border-radius: 29px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
    min-width: 140px;
}

.dl-btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dl-btn img {
    height: 30px;
}

.product-selector .title {
    font-weight: 600;
    font-size: 28px;
    color: #111111;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1.42em;
}

.product-selector .title span {
    padding: 0 1.78em;
    font-family: 'Poppins-SemiBold';
}

.product-selector .title .line {
    flex: 1;
    height: 1px;
    background-color: rgba(236, 236, 236, 1);
}

.bento-section {
    padding-bottom: 100px;
}

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

.bento-header h2 {
    /* font-size: 28px; */
    /* font-weight: 800; */
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';
}

.bento-header p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 17px auto 0;
    width: 890px;
    max-width: 100%;
}

.bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 37px;
}

.bento-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
}

.bento-card {
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.bento-card img {}

.bento-label {
    position: relative;
    z-index: 2;
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.bento-icon {
    width: 30px;
    height: 30px;
    background: var(--primary-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
}

.bento-card.large {}

.bento-card.wide {
    grid-column: span 2;
}
.product-selector{
    padding-top: 0 !important;
}
@media (max-width:1500px) {
    .app-content{
        padding: 40px 60px;
        width: 50%;
    }
}
@media (max-width:1280px) {
    .app-content{
        width: 52%;
        padding: 25px 30px;
    }
}
@media (max-width:1199px) {
    .bento-header h2{
        /* font-size: 26px; */
    }
    .intro-section{
        padding: 80px 0;
    }
    .bento-section{
        padding-bottom: 80px;
    }
    .product-selector .title{
        font-size: 26px;
    }
    .intro-text{
		margin-top: 30px;
	}
}
@media (max-width:1024px) {
    .bento-header h2{
        /* font-size: 24px; */
    }
    .product-selector .title{
        font-size: 24px;
    }
    .intro-section{
        padding: 70px 0;
    }
    .bento-section{
        padding-bottom: 70px;
    }
    .intro-text{
		margin-top: 25px;
	}
    .app-showcase{
        flex-direction: column;
        align-items: flex-start;
    }
    .app-showcase .app-image,
    .app-showcase .app-content{
        width: 100%;
    }
    .app-desc{
        margin-top: 15px;
    }
    .bento-grid{
        margin-top: 32px;
    }
}
@media (max-width: 768px) {
    .bento-grid{
        margin-top: 25px;
    }
    .bento-header h2{
        /* font-size: 22px; */
    }
    .intro-text{
		margin-top: 20px;
	}
    .product-selector .title{
        font-size: 22px;
    }
    .intro-section{
        padding: 60px 0;
    }
    .bento-section{
        padding-bottom: 60px;
    }
    .bento-grid{
        grid-template-columns: repeat(1,1fr);
    }
}
@media (max-width: 500px) {
    .bento-right,
    .bento-grid{
        gap: 15px;
    }
    .bento-header p{
        margin-top: 10px;
    }
    .bento-grid{
        margin-top: 20px;
    }
    .bento-header h2{
        /* font-size: 20px; */
    }
    .intro-text{
		margin-top: 15px;
	}
    .product-selector .title{
        font-size: 20px;
    }
    .intro-section{
        padding: 50px 0;
    }
    .bento-section{
        padding-bottom: 50px;
    }
}