/*-------------------global css start-------------------*/

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #fff;
}

.mob-width {
    width: 100%;
}

.desk-hide {
    display: none;
}

.center-element {
    margin: 0px auto;
}

.img_fade>img {
    width: 13%;
}

@font-face {
    font-family: 'VogueAvantGarde';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/VogueAvantGarde-Book.otf);
}

@font-face {
    font-family: 'FBDidotS-Light';
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/FBDidotS-Light.otf);
}

@font-face {
    font-family: 'FBDidotS-LightItalic';
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/FBDidotL-Light_Italic.otf);
}

@font-face {
    font-family: 'VogueAvantGarde-Book';
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/VogueAvantGarde-Book.otf);
}

@font-face {
    font-family: 'VogueAvantGarde-DemiBold';
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/VogueAvantGarde-DemiBold.otf);
}

@font-face {
    font-family: 'FBDidotS-Light';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://interactive.vogue.in/dubai-tourism/fonts/FBDidotS-Light.woff")format("otf,woff");
    src: url(https://interactive.vogue.in/dubai-tourism/fonts/FBDidotS-Light.otf);
}

.wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.header {
    display: flex;
    background-image: url(https://interactive.vogue.in/dubai-tourism/images/Header_image.jpg);
    text-align: center;
    justify-content: start;
    flex-direction: column;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 300;
    background-position: center;
    position: relative;
}

.header>p {
    margin-top: 1.4%;
}

.logo {
    padding-top: 20px;
}

.sec-1-p {
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    color: #DBDDDF;
}

.header>h1 {
    padding-top: 2.9%;
    font-size: 77px;
    padding-bottom: 43.4%;
    font-weight: 300;
    font-family: 'FBDidotS-LightItalic';
}

.scrol-gif {
    position: absolute;
    bottom: 1.5vw;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: auto;
}

.gif-wdt {
    width: 23.4%;
}

.fulwid {
    width: 100%;
}

.clear-sec {
    clear: both;
}

.cardM-con:hover {
    text-decoration: underline;
}

.cardM-con:hover .smlfnt {
    text-decoration: unset;
}

a:-webkit-any-link {
    color: #000;
    cursor: pointer;
    text-decoration: unset;
}


/*-------------------global css End-------------------*/


/*-------------scroll animation start------------*/

.fadeup {
    animation: fadeup 2s;
    transition-timing-function: ease-out;
    -webkit-animation: fadeup 2s;
    -moz-animation: fadeup 2s;
    -o-animation: fadeup 2s;
    -ms-animation: fadeup 2s;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.img_fade {
    animation: fadeIn 5s;
    transition-timing-function: ease-out;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.move {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
    z-index: 12;
}

.remove_bg {
    background-color: none !important;
}

.reveal_r {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal_r.move {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.reveal_img {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal_img.move {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0s;
}


/*-------------scroll animation start------------*/


/****************************Top Navbar css start ************************************/

#navbar {
    background-color: #ffffff;
    position: fixed;
    top: -74px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 100;
}

#navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
}


/*********************************Top Navbar css End ******************************************/


/**************************** Brown bg section css start ************************************/

.brwn-bg {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    justify-content: center;
    background-color: #CCB790;
}

.wht-box {
    padding: 10.86% 15.704% 10.86% 15.704%;
    background-color: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 80.46%;
    margin: -2% auto;
    font-family: 'VogueAvantGarde-Book';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* or 120% */
    text-align: center;
    letter-spacing: -0.075px;
}

.videoblk {
    width: 80.46%;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 8.2817%;
    position: relative;
}

.video2 {
    padding: 0;
}

.videoPlayer {
    min-height: 45.4vw;
    background-color: black;
}

.player_btn1 {
    position: absolute;
    top: 8%;
    left: 5.4%;
    cursor: pointer;
    width: 6%;
}

.player_btn1:hover {
    content: url('https://interactive.vogue.in/dubai-tourism/images/whtplybtn-hover.png');
}

.video-block {
    width: 80%;
    margin: auto;
    height: 100vh;
}

.video-content {
    position: relative;
}

.video-content video {
    position: absolute;
    top: 0px;
    height: 90vh;
}


/* *************************************SLIDER-WHTIMAGE SECTION START ***************************************************/

.whtbox-img {
    position: relative;
    left: 10.8756%;
    top: 136px;
    width: 40.0785%;
    margin-right: 5.469%;
    padding: 5.7818% 0 7.5% 0;
}

.whtbox-sidimg {
    width: 40%;
}

.bord-img {
    border: 40px solid #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.slider-wthimg {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
    width: 100%;
}

.lftimg-wthtxt {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 30%;
}

.prom-txt {
    font-size: 84px;
    text-align: left;
}


/* *****************************************SLIDER-WHTIMAGE SECTION END *******************************************************/


/* *****************************************BLACK BACKGROUND SECTION START *******************************************************/

.blk-bg {
    background-color: black;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
}


/* *****************************************BLACK BACKGROUND SECTION END *******************************************************/


/*-----------------***************--------------caoursel section Start------------*******************-------------*/

.caro-container {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-top: 0px;
    position: relative;
    margin-top: -37%;
}

.slideshow-container {
    width: 76%;
    position: relative;
    margin: auto;
    background-color: #fff;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px solid #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:hover,
.dot.active {
    background-color: #999999;
    border: 1px solid #999999;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.indicator {
    text-align: center;
    position: absolute;
    transform: translate();
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 4% 0px;
}

@keyframes fade {
    from {
        opacity: .5;
        background-color: #fff;
    }
    to {
        opacity: 1;
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

img {
    vertical-align: middle;
}

.sliderBlock {
    background: linear-gradient(180deg, #FFFFFF 90%, rgba(0, 0, 0, 1) 10%);
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.prev {
    left: -8%;
}

.next {
    right: -8%;
}

.mySlides img {
    width: 100%;
    margin: auto;
    min-height: 43vw;
}

@media (max-width:500px) {
    #slide1 img {
        content: url('https://interactive.vogue.in/dubai-tourism/images/VR13076_R3-mobslide.png');
    }
    #slide2 img {
        content: url('https://interactive.vogue.in/dubai-tourism/images/VR12140_R4-mobslide.png');
    }
    #slide3 img {
        content: url('https://interactive.vogue.in/dubai-tourism/images/VR12566_R3-mobslide.png');
    }
    #slide4 img {
        content: url("https://interactive.vogue.in/dubai-tourism/images/VR13457_R3-mobslide.png");
    }
    #slide5 img {
        content: url("https://interactive.vogue.in/dubai-tourism/images/VR12312_R3-mobslide.png");
    }
    #slide6 img {
        content: url("https://interactive.vogue.in/dubai-tourism/images/VR13020-mobslide.png");
    }
    #slide7 img {
        content: url("https://interactive.vogue.in/dubai-tourism/images/VR12456-mobslide.png");
    }
    .prev,
    .next {
        display: none;
    }
    .indicator {
        margin: -4% 0
    }
    .slideshow-container {
        width: 100%;
        min-height: 217vw;
    }
    .sliderBlock {
        background: unset;
    }
    .videoPlayer {
        height: 125vw;
    }
}


/*-----------------***************--------------caoursel section End------------*******************-------------*/


/*-----------------***************--------------Mobile mouse touch caoursel section Start------------*******************-------------*/

.wrapper2 {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.container {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

#buttons {
    display: flex;
    justify-content: center;
    top: -2rem;
    position: relative;
}

#buttons .button {
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 0.25rem;
    cursor: pointer;
}

#buttons .button.active {
    background: #fff;
}

.content {
    display: flex;
    position: relative;
    width: 100%;
    transition: 350ms ease;
}

.content_inner {
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slide_buttons_button.active {
    background: #fff;
}

.content.toggle1 {
    transform: translateX(-100%);
}

@media (orientation:landscape) {
    .content_inner img {
        height: 95vh;
    }
}


/*-----------------***************--------------Mobile mouse touch caoursel section End------------*******************-------------*/


/**************************************DDOUBLE QUATION SECTION START ***************************************************/

.dblcou-txt {
    margin-top: 13.21%;
}

.txt-con {
    width: 98%;
    font-size: 32px;
    margin: auto;
    padding: 6.25% 14.2% 5% 14.2%;
    line-height: 38.4px;
    font-family: 'FBDidotS-Light';
    font-weight: 300;
}

.underln {
    margin: auto;
    height: 2px;
    background-color: #CDB890;
    width: 30%;
}

.wht-txt {
    padding: 2%;
    padding-bottom: 13%;
    font-family: 'VogueAvantGarde';
    text-transform: uppercase;
    font-size: 13px;
}


/**************************************DDOUBLE QUATION SECTION END ***************************************************/


/**************************************SECOND VIDEO SECTION START***************************************************/

.video-img2 {
    position: relative;
}

.video-img2>img {
    width: 80%;
}

.video-img2>p {
    position: absolute;
    top: 9%;
    left: 13%;
}

.whtbox-txt2 {
    width: 80%;
    margin: auto;
    background-color: #fff;
    color: #000;
    padding: 14% 14.9% 10% 14.9%;
    font-size: 24px;
    font-family: 'VogueAvantGarde';
    font-weight: 600;
}

.btn {
    margin: auto;
    width: 24%;
    background-color: #CDB890;
    font-size: 24px;
    color: #000;
    padding: 2%;
    margin-top: 11.1%;
    margin-bottom: 11.1%;
    font-family: 'VogueAvantGarde';
    font-weight: 600;
    transition-duration: 2s;
    text-transform: uppercase;
}

.btn>a {
    color: #000;
    text-decoration: none;
}

.btn:hover {
    background-color: #DBDDDF;
    color: #fff;
    cursor: pointer;
}


/**************************************SECOND VIDEO SECTION END***************************************************/


/**************************** scrolling image section css start ************************************/

.image-scroll {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
    margin-left: 7.5;
    margin-right: 7.5;
}

.left-imgscr {
    display: flex;
    position: sticky;
    top: 50px;
    max-height: 828.15px;
}

.lftcard {
    overflow: hidden;
}

.lftcard img {
    animation-name: scaleing;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes scaleing {
    0% {
        -webkit-transform: scale(1.00);
        transform: scale(1.00);
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.mid-imgscr {
    padding: 0px 2% 0px 2%;
}

.midcard,
.rgtcard {
    width: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
}

.mid-imgscr {
    margin-top: 70px;
}

.midcard img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.midcard img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.rgtcard img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.rgtcard img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.img-con {
    padding: 11.34% 8% 11.34% 8%;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}


/**************************** scrolling image section css End ************************************/


/****************************************************************************/

.flexcontainer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 7.5% 7.5% 5.782% 7.5%;
}

.internalconL {
    flex: 2;
    margin-top: 2.8%;
    display: flex;
    position: sticky;
    top: 50px;
    height: 94vh;
}

.internalconM {
    flex: 1;
    margin-left: 3.125%;
    margin-right: 3.125%;
    padding-top: 5%;
}

.internalconR {
    flex: 1;
}

.Limg-con {
    overflow: hidden;
    background-color: #000;
}

.Limg-con img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.Limg-con img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: .8;
}

.bg-blck {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.3;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.bg-blck:hover {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.bg-blck:hover+img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 0.4s ease;
    background: #000;
}

.cardM,
.cardR {
    margin-top: 10%;
}

.cardM-con {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    font-family: 'VogueAvantGarde-DemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 11.335% 13% 13% 8%;
}

.smlfnt {
    font-size: 13px;
}

.leftimg_txt {
    display: flex;
    align-items: center;
    margin-left: 7.11%;
    margin-bottom: 5%;
}

.lft_rotimg {
    width: 40%;
}

.rgt_txt {
    margin-left: -3%;
    width: 40%;
}

#video2,
#video1 {
    display: none;
}

.testcon {
    display: flex;
    justify-content: end;
    margin-right: 5.5%;
}

.slideimg-bdr {
    position: relative;
    background-color: #fff;
    padding: 9.26%;
    margin-top: 33%;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.testitem1 {
    margin-top: 12%;
    width: 40%;
    position: relative;
    left: 4%;
}

.testitem2 {
    width: 36%;
}


/******This is for hide the header and footer menu css Start*********/

header {
    display: none;
}

.kTiFrG {
    margin-top: unset;
}

.page {
    padding-top: unset;
}


/******This is for hide the header and footer menu css End*********/


/**********************fade in fade out slide code start***************************/

.slidess {
    position: relative;
    width: 100%;
    height: auto;
}

.slide_one,
.slide_two,
.slide_three,
.slide_four {
    border: 2% solid #fff;
    z-index: 20;
}

.slide_five {
    z-index: 5;
}

.slide_two img {
    border: 2% solid #fff;
}

.slide_three img {
    border: 2% solid #fff;
}

.slide_four img {
    border: 2% solid #fff;
}

.slide_one,
.slide_two,
.slide_three,
.slide_four,
.slide_five {
    position: absolute;
    top: 0px;
    border: 40px solid #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.slide_one {
    animation: slideone 20s infinite;
}

.slide_two {
    animation: slidetwo 20s infinite;
}

.slide_three {
    animation: slidethree 20s infinite;
}

.slide_four {
    animation: slidefour 20s infinite;
}

@keyframes slideone {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slidetwo {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slidethree {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slidefour {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/**********************fade in fade out slide code End***************************/


/***************************************************************************/

@media(max-width:1400px) {
    .internalconL {
        height: 75vh;
    }
}


/*--------mediquery for Tablet Start----------*/

@media(max-width:1280px) {
    .internalconL {
        height: 94vh;
    }
    .wrapper {
        width: 100%;
    }
    .brwn-bg {
        width: 100%;
    }
    .wht-box {
        width: 80.46%;
    }
    .internalconL {
        height: 95vh;
    }
}

@media(max-width:1024px) {
    .internalconL {
        height: 95vh;
    }
}


/*--------mediquery for Mobile Start----------*/

@media(max-width:480px) {
    .wrapper {
        width: 100%;
    }
    .header {
        background-image: url(https://interactive.vogue.in/dubai-tourism/images/Headerimage-mob.png);
        padding-bottom: 134%;
        padding-top: 4%;
        /* background-position: -50% 88%; */
    }
    .header img {
        width: 30.14%;
    }
    .header>p {
        margin-top: 13.4%;
    }
    .header>h1 {
        font-size: 55px;
        line-height: 60.6px;
        padding-bottom: 0px;
        padding-top: 7.9%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 3%;
    }
    .sec-1-h1 {
        margin: 0px 1% 0px 1%;
        padding: 0px 3% 0 3%;
        line-height: 51px;
        padding-bottom: 3%;
    }
    .scrol-gif {
        top: 93.2% !important;
    }
    #navbar {
        top: -200px !important;
    }
    .player_btn1 {
        position: relative;
        margin-top: -55%;
        margin-left: 0;
        width: 17%;
        left: 0%;
    }
    .brwn-bg {
        width: 100%;
    }
    .wht-box {
        width: 100%;
    }
    .flexcontainer {
        flex-direction: column;
    }
    .internalconL {
        position: static !important;
        margin-top: 0 !important;
    }
    .stikeyimg-mob {
        padding-left: 7%;
        padding-right: 7%;
        padding-bottom: 12%;
    }
    .cardM,
    .cardR {
        margin-top: 12% !important;
    }
    .cardM-con {
        box-shadow: (0px 4px 8px rgba(0, 0, 0, 0.13)) !important;
    }
    .image-scroll,
    .lftimg-wthtxt {
        flex-direction: column;
    }
    .blk-bg {
        margin-top: 10%;
    }
    .whtbox-img {
        position: relative;
        position: relative;
        top: -91px;
        left: 139px;
        width: 62%;
    }
    .extramargin {
        margin-top: 3%;
    }
    .slider-wthimg {
        flex-direction: column-reverse;
    }
    .whtbox-sidimg {
        width: 100%;
    }
    .bord-img {
        border: 16px solid #fff;
    }
    .mob-width {
        width: 100%;
    }
    #mob-hide {
        display: none;
    }
    .mob-hide {
        display: none;
    }
    .txt-movtop {
        margin-top: -280%;
    }
    .desk-hide {
        display: block !important;
    }
    .flexcontainer {
        padding: 0% 6.934% 7.5% 6.934% !important;
    }
    .internalconM {
        padding-top: 0 !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .M-scrl {
        padding-left: 6.934% !important;
        padding-right: 6.934% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .cardM-con {
        padding: 11.335% 12% 13% 8% !important;
    }
    .mob-brnbg {
        background-color: #CCB790;
        height: 85%;
        width: 100%;
        position: absolute;
    }
    .wht-box {
        padding: 10.86% 6.667% 10.86% 6.667%;
    }
    .fon18 {
        font-size: 18px !important;
        text-align: left;
    }
    .testcon {
        flex-direction: column-reverse;
        margin-right: 0px !important;
    }
    .underlin_txt:hover {
        text-decoration: underline;
        transition-duration: 2s;
    }
    .testitem1 {
        width: 89% !important;
        position: relative;
        left: 0% !important;
        margin-top: -10%;
    }
    .slide_one,
    .slide_two,
    .slide_three,
    .slide_four,
    .slide_five {
        border: 25px solid #fff;
    }
    .testitem2 {
        width: 80% !important;
        position: relative;
        left: 20%;
    }
    .slideimg-bdr {
        z-index: 100;
        margin-top: -12% !important;
    }
    .leftimg_txt {
        flex-direction: column-reverse;
        width: 100%;
        margin-left: 0% !important;
        margin-bottom: 9.329% !important;
        margin-top: 62%;
    }
    .rgt_txt {
        margin-left: -20% !important;
        width: 70% !important;
        margin-top: 9% !important;
    }
    .lft_rotimg {
        width: 89% !important;
        margin-top: -9%;
    }
    .txt-con {
        font-size: 20px;
        line-height: 29px;
        padding: 6.25% 11.2% 13.335% 11.2%;
    }
    .underln {
        margin-bottom: 13.335%;
    }
    #video_img1 {
        content: url("https://interactive.vogue.in/dubai-tourism/images/gif/Mobile/tower.gif");
    }
    #video_img2 {
        content: url("https://interactive.vogue.in/dubai-tourism/images/gif/Mobile/boat.gif");
    }
    .video-img2>img {
        width: 100% !important;
    }
    .video-img2>p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        left: 5;
    }
    .whtbox-txt2 {
        padding: 14% 0.9% 10% 0.9% !important;
        color: #fff !important;
        background-color: #000 !important;
        width: 86.66% !important;
        line-height: 27px;
    }
    .btn {
        padding: 7% 13% !important;
        width: 70%;
        font-size: 13px;
        text-transform: uppercase;
    }
}


/*--------mediquery for Mobile End----------*/