.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-intro{
    width: 880px;
 }
.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
}

.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
    }
}

.rolex-world-detail-wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.rolex-world-detail-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-world-detail-link:hover {
    color: #127749;
    border-color: #127749;
    background-color: #fff
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .rolex-world-detail-title {
        font-size:20px;
        line-height: 20px
    }
    .rolex-area-image-intro{
        width: 100%;
     }
}

.rolex-world-wrapper {
    position: relative
}

.rolex-world-content-wrapper {
    background: #212121
}

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

.rolex-world-sections {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between
}

.rolex-world-image-wrapper {
    width: 50%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative
}

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

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

.rolex-world-info-wrapper {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 100%
}

.rolex-world-info {
    display: block;
    width: 100%;
    color: #fff;
    padding: 50px 0;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left
}

.rolex-world-title {
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2.8px;
    margin-bottom: 10px
}

.rolex-world-content {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    text-align: left
}

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

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

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

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

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

    .rolex-world-info-wrapper {
        order: 2
    }

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

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

.rolex-world-area-wrapper {
    position: relative
}

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

.rolex-world-area-feature {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto 0 auto;
    text-align: left
}

.rolex-world-area-feature-column {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.rolex-world-area-feature-picture {
    display: block;
    position: relative;
    padding-bottom: 0
}

.rolex-world-area-feature-picture img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%
}

.rolex-world-area-feature-column-inner {
    width: 66.66667%;
    margin: 0 11.111112%;
    align-self: flex-end
}

.rolex-world-area-feature-header {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.rolex-world-area-feature-title {
    color: inherit;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.8px
}

.rolex-world-area-feature-content {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

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

    .rolex-world-area-feature-column {
        width: 100%
    }

    .rolex-world-area-feature-column-inner {
        width: 100%;
        margin: 0;
        padding: 30px
    }
}

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

.rolex-world-blog-wrapper {
    position: relative
}

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

.rolex-world-blog-feature {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto 0 auto;
    text-align: left
}

.rolex-world-blog-feature-column {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.rolex-world-blog-feature-picture {
    display: block;
    position: relative;
    padding-bottom: 0
}

.rolex-world-blog-feature-picture img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%
}

.rolex-world-blog-feature-column-inner {
    width: 66.66667%;
    margin: 0 11.111112%;
    align-self: flex-start
}

.rolex-world-blog-feature-header {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.rolex-world-blog-feature-title {
    color: inherit;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.8px
}

.rolex-world-blog-feature-content {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

@media (max-width: 1024px) {
    .rolex-world-blog-feature {
        width:100%;
        margin: 0;
        flex-direction: column-reverse
    }

    .rolex-world-blog-feature-column {
        width: 100%
    }

    .rolex-world-blog-feature-column-inner {
        width: 100%;
        margin: 0;
        padding: 30px
    }
}

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