/* 
-------------------------------------------------------------------------------
PRODUCT SECTION
------------------------------------------------------------------------------- 
*/

.product-container {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    z-index: 1;
    position: relative;
}

.product-section h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    color: #050505;
    width: 800px;
}

.product-section {
    background: #FFF;
    gap: 60px;
    padding-bottom: 80px;
    padding-top: 80px;
    z-index: 1;
    position: relative;
    max-width: 1500px;
}

.SAGITTA, .TWINKLE, .SCORPIO, .ZYRA {
    height: 250px;
    flex-shrink: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    transition-duration: 0.5s;
}

.SAGITTA {
    margin-left: 30px;
}

.TWINKLE {
    margin-left: 25px;
}

.SCORPIO {
    margin-left: 10px;
}

.ZYRA {
    margin-left: 10px;
}

.item-frame1:hover .arrow-up1 {
    rotate: 45deg;
}

.item-frame2:hover .arrow-up2 {
    rotate: 45deg;
}

.item-frame3:hover .arrow-up3 {
    rotate: 45deg;
}

.item-frame4:hover .arrow-up4 {
    rotate: 45deg;
}

.item-frame1:hover .SAGITTA {
    transform: scale(1.1);
}

.item-frame1:hover, .item-frame2:hover, .item-frame3:hover, .item-frame4:hover {
    background-color: #d6d6d6;
}

.item-frame2:hover .TWINKLE {
    transform: scale(1.1);
}

.item-frame3:hover .SCORPIO {
    transform: scale(1.1);
}

.item-frame4:hover .ZYRA {
    transform: scale(1.1);
}

.item-frame1, .item-frame2, .item-frame3, .item-frame4 {
    background-color: #EEE;
    height: 400px;
    width: 300px;
    margin-bottom: 12px;
    margin-top: 60px;
    transition-duration: 0.5s;
    cursor: pointer;
}

.item p {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.781);
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
}

.item {
    width: 300px;
}

.product-section-products {
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;
    gap: 30px;
    justify-content: center;
}

.title-div {
    width: 50%;
}

.title-div h2 {
    color: #0A0A0E;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 24px;
}

.arrow-div {
    width: 50%;
    text-align: right;
}

.arrow-div img {
    margin-right: 20px;
    height: 23px;
    transition-duration: 0.5s;
}

.title-wrapper {
    display: flex;
}