.rolex-article-wrapper {
    width: 100%;
    padding: 0;
    height: calc(80vh - 134px);
    display: block;
    position: relative;
    overflow: hidden;
    display: grid;
    margin: 0px;
    padding: 0px 0px 30px;
    max-width: 1140px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4px;
    grid-auto-columns: minmax(100px, 560px);
}

.rolex-article-slideshow {
    width: 100%;
    height: calc(80vh - 134px);
    display: block
}

.rolex-article-item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.rolex-article-item-image {
    position: relative;
    display: block;
    object-fit: cover;
    width: 100%;
}

.rolex-article-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.rolex-article-item-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 300
}

.rolex-article-item-content-container {
    height: 100%;
    position: relative;
    align-items: flex-end;
    padding-bottom: 60px
}

.rolex-article-item-box {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative
}

.rolex-article-item-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    position: relative
}

.rolex-article-item-title {
    animation-delay: 0.5s;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px
}

.slide-rolex .rolex-article-item-title {
    font-family: Helvetica,Arial,serif
}

.rolex-article-item-links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    animation-delay: 0.9s
}

.rolex-article-item-link {
    background: #127749;
    border: #127749;
    color: #fff;
    border-radius: 30px;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    white-space: nowrap
}

.rolex-article-caret-right {
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-width: 10px;
    border-left-color: #fff;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 4px
}

.rolex-article-item-link:hover {
    background: #fff;
    color: #127749
}

.rolex-article-item-video-link {
    margin-left: 15px;
    color: var(--l-color-1);
    background: transparent;
    border: 1px solid var(--l-color-1)
}

.rolex-article-item-link i {
    margin-right: 5px;
    font-size: 30px;
    line-height: 30px
}

.rolex-article-item-video-link:hover {
    background: var(--l-color-1);
    color: #fff
}

.rolex-article-nav-wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 0 15px;
    z-index: 400
}

.rolex-article-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px
}

.rolex-article-prev,.rolex-article-next {
    pointer-events: all;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: none;
    background: #fff;
    color: var(--l-color-1);
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%
}

.rolex-article-prev:hover,.rolex-article-next:hover {
    background: var(--l-color-1);
    color: #fff
}

@media (max-width: 768px) {
    .rolex-article-wrapper {
        height:auto
    }

    .rolex-article-slideshow {
        height: auto
    }
}

@media (max-width: 600px) {
    .rolex-article-wrapper {
        border-bottom:1px solid #e8e8e8
    }

    .rolex-article-item-content-wrapper {
        position: relative
    }

    .rolex-article-item-box {
        width: 100%;
        padding: 30px 0
    }

    .rolex-article-item-content-container {
        padding-bottom: 0
    }

    .rolex-article-item-title {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center
    }

    .rolex-article-item-title br {
        display: none!important
    }

    .rolex-article-nav-wrapper {
        display: none
    }

    .rolex-article-item-links {
        justify-content: center;
        margin-top: 15px
    }
}



.rolex-blog-wrapper {
    font-size: 0
}

.rolex-blog-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px
}

.rolex-blog-top-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-align: left
}

.rolex-blog-items-container {
    padding: 0
}

.rolex-blog-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
     padding: 0 10px;
}

.rolex-blog-item-wrapper {
    /* padding: 0 15px; */
    display: flex;
    position: relative;
    margin-bottom: 40px;
    align-items: flex-start
}

.rolex-blog-item-width-50 {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    overflow: hidden;
}

.rolex-blog-item-width-100 {
    width: 100%
}

.rolex-blog-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.rolex-blog-item-image {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden
}

.rolex-blog-item-image picture {
    width: 100%;
    height: 100%;
    display: block
}

.rolex-blog-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s,opacity .3s!important
}

.rolex-blog-item:hover .rolex-blog-item-image img {
    transform: scale(1.05)
}

.rolex-blog-item-content-wrapper {
    width: 100%;
    display: block;
    transition: transform .2s;
    background: #fff
}

.rolex-blog-item:hover .rolex-blog-item-content-wrapper {
    transform: translateY(-20px)
}

.rolex-blog-item-content {
    width: 100%
}
.rolex-blog-item-image-banner img{
height: 450px;
}
.rolex-blog-item-title {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--color-1);
    text-align: left;
    padding-top: 10px
}
@media (max-width: 768px) {
    .rolex-blog-item-width-50 {
        width: calc(50% - 10px);
    margin: 0 5px 15px;
    }
}
@media (max-width: 480px) {
    .rolex-blog-item-title {
        font-size:12px
    }
    .rolex-blog-item-image-banner img{
        height: auto;
        }
}

.rolex-area-wrapper {
    position: relative
}

.rolex-area-container {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 20
}

.rolex-area-image-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-bottom: 80px
}

.rolex-area-image {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.rolex-area-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block
}

.rolex-area-info-wrapper {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: flex-start
}

.rolex-area-info {
    display: block;
    width: 50%;
    text-align: center;
    max-width: 650px;
    margin: 0 auto
}

.rolex-area-description {
    color: #212121;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px
}

.rolex-area-title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 38px;
    letter-spacing: 3.8px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px
}

.rolex-area-content {
    display: block;
    width: 100%;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin:25px 0;
}

.rolex-area-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    align-items: center;
    justify-content: center
}

.rolex-area-link {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 30px;
    border-radius: 20px;
    white-space: nowrap;
    transition: background-color .3s,color .3s,border-color .3s;
    color: #fff;
    border-color: #127749;
    background-color: #127749
}

.rolex-area-link:hover {
    color: #127749;
    border-color: #127749;
    background-color: #fff
}

.dir-rtl .rolex-area-left-wrapper {
    padding-left: 0;
    padding-right: 30px
}

@media (max-width: 1368px) {
    .rolex-area-links {
        margin-top:15px
    }

    .rolex-area-link {
        padding: 10px 15px;
        font-size: 12px;
        height: 42px
    }
}

@media (max-width: 1280px) {
    .rolex-area-wrapper {
        padding:30px 0!important
    }
}

@media (max-width: 1024px) {
    .rolex-area-image-wrapper {
        width:100%;
        margin-bottom: 0
    }

    .rolex-area-info-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }

    .rolex-area-info {
        width: 100%;
        max-width: 100%
    }

    .rolex-area-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 768px) {
    .rolex-area-title {
        font-size:20px;
        line-height: 30px
    }
}
