.CheckInOutRoomNumberContainer
{
    height: fit-content;
    margin: 0px auto;
    display: grid;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}
.FeaturedButtonContainer
{
    height: fit-content;
    display: flex;
}
.PopularAreasPanel
{
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
}
.PopularAreasInformationPanel
{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.PopularAreasImageContainer
{
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.PopularAreasImage
{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}
.NameofHotelPopularArea, .HowManyHotelLeftPopularArea
{
    width: 90%;
    height: fit-content;
    text-align: center;
    margin: 0 auto;
}
.PopularAreasPanel:hover .PopularAreasImage, .PopularAreasPanel:active .PopularAreasImage
{
    scale: 110%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.PopularAreasPanel:hover, .PopularAreasPanel:active
{
    -webkit-filter: brightness(90%);
    scale: 105%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.FeaturedButtonIndex
{
    width: fit-content;
    height: fit-content;
    border: 0;
    background-color: #FFFFFF;
    color: #344054;
}
.FeaturedButtonSelected
{
    background-color: #50A9E1;
    color: white;
    outline: 0;
}

@media screen and (max-width: 560px)
{
    .TopIndexSection
    {
        margin-bottom: 6vw;
    }
    .CheckInOutRoomNumberContainer
    {
        margin-top: 2vw;
        column-gap: 2vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .PopularAreasMask
    {
        padding: 2vw 0;
    }
    .FeaturedButtonContainer
    {
        width: 90%;
        column-gap: 2vw;
        margin: 2vw auto;
        margin-bottom: 0;
    }
    .PopularAreasPanel
    {
        width: 23vw;
        max-width: 23vw;
        margin-right: 1.5vw;
    }
    .PopularAreasImageContainer
    {
        width: 22vw;
        height: 23vw;
        margin-bottom: 1vw;
    }
    .NameofHotelPopularArea
    {
        font-size: 3vw;
        line-height: 3.5vw;
        margin: 0.2vw auto;
        margin-bottom: 0.5vw;
    }
    .HowManyHotelLeftPopularArea
    {
        font-size: 2.5vw;
    }
    .FeaturedButtonIndex
    {
        padding: 2vw 3vw;
        border-radius: 1vw;
        outline: 0.1vw solid #d0d5dd;
        outline-offset: -0.3vw;
        margin-right: 1.2vw;
        font-size: 2.5vw;
    }
}

@media screen  and (max-width: 1200px)  and (min-width: 561px)
{
    .TopIndexSection
    {
        margin-bottom: calc(55px + 0.5vw);
    }
    .CheckInOutRoomNumberContainer
    {
        margin-top: calc(8px + 0.5vw);
        column-gap: calc(8px + 0.5vw);
        grid-template-columns: repeat(3, 1fr);
    }
    .PopularAreasMask
    {
        padding: calc(10px + 0.5vw) 0;
    }
    .FeaturedButtonContainer
    {
        width: auto;
        column-gap: calc(2px + 0.5vw);
        margin: calc(2px + 0.5vw) calc(30px + 0.5vw);
        margin-bottom: 0;
    }
    .PopularAreasPanel
    {
        width: calc(120px + 0.5vw);
        /* background-color: red; */
        /* max-width: calc(140px + 0.5vw); */
        margin-right: calc(5px + 0.5vw);
    }
    .PopularAreasImageContainer
    {
        width: calc(110px + 0.5vw);
        height: calc(110px + 0.5vw);
        margin-bottom: calc(5px + 0.5vw);
    }
    .NameofHotelPopularArea
    {
        font-size: calc(10px + 0.5vw);
        line-height: calc(12px + 0.5vw);
        margin: 0.5vw auto;
        margin-bottom: 0.2vw;
    }
    .HowManyHotelLeftPopularArea
    {
        font-size: calc(8px + 0.5vw);
    }
    .FeaturedButtonIndex
    {
        padding: calc(5px + 0.5vw) calc(15px + 0.5vw);
        border-radius: 0.5vw;
        outline: 1px solid #d0d5dd;
        outline-offset: -1px;
        margin-right: calc(2px + 0.5vw);
        font-size: calc(8px + 0.5vw);
    }
}

@media screen  and (min-width: 1201px)
{
    .TopIndexSection
    {
        margin-bottom: 70px;
    }
    .CheckInOutRoomNumberContainer
    {
        margin-top: 18px;
        column-gap: 18px;
        grid-template-columns: repeat(3, 1fr);
    }
    .PopularAreasMask
    {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .FeaturedButtonContainer
    {
        width: 93%;
        column-gap: 10px;
        margin: 10px auto;
        margin-bottom: 0;
    }
    .PopularAreasPanel
    {
        width: 150px;
    }
    .PopularAreasImageContainer
    {
        width: 130px;
        height: 130px;
        margin-bottom: 10px;
    }
    .NameofHotelPopularArea
    {
        font-size: 15.5px;
        line-height: 16px;
        margin: 5px auto;
        margin-bottom: 4px;
    }
    .HowManyHotelLeftPopularArea
    {
        font-size: 13.5px;
    }
    .FeaturedButtonIndex
    {
        padding: 10px 20px;
        border-radius: 5px;
        outline: 1px solid #d0d5dd;
        outline-offset: -1px;
        margin-right: 10px;
        font-size: 13px;
    }
}


/* ----------------------------------- SLIDE POP UP ---------------------------------- */

.SlidePopUpSwiperSlide
{
    width: fit-content !important;
}

.SlidePopUpDesktopImg, .SlidePopUpMobileImg
{
    object-fit: fill;
}


@media screen and (max-width: 560px)
{
    .SlidePopUpSwiperSlide
    {
        margin-right: 3vw;
    }
    .SlidePopUpDesktopImg
    {
        display: none;
    }
    .SlidePopUpMobileImg
    {
        width: 85vw;
        height: 37.4vw;
    }
    .PopUpSlideButtonPrev
    {
        margin-left: 2vw;
    }
    .PopUpSlideButtonNext
    {
        margin-right: 2vw;
    }
}

@media screen  and (max-width: 1200px)  and (min-width: 561px)
{
    .SlidePopUpSwiperSlide
    {
        margin-right: calc(10px + 0.5vw);
    }
    .SlidePopUpDesktopImg
    {
        width: calc(780px + 0.5vw);
        height: calc(245px + 0.5vw);

        max-width: 1040px;
        max-height: 330px;
    }
    .SlidePopUpMobileImg
    {
        display: none;
    }
    .PopUpSlideButtonPrev
    {
        margin-left: calc(10px + 0.5vw);
    }
    .PopUpSlideButtonNext
    {
        margin-right: calc(10px + 0.5vw);
    }
}

@media screen  and (min-width: 1201px)
{
    .SlidePopUpSwiperSlide
    {
        margin-right: 20px;
    }
    .SlidePopUpDesktopImg
    {
        width: 990px;
        height: 315px;
    }

    .SlidePopUpMobileImg
    {
        display: none;
    }
    .PopUpSlideButtonPrev
    {
        margin-left: 15px;
    }
    .PopUpSlideButtonNext
    {
        margin-right: 15px;
    }
}


/* ----------------------------------- LOGIN SEKARANG WARNING ---------------------------------- */


.LoginSekarangWarningSection
{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.LoginSekarangWarningSection .OrangeWarningContainer
{
    display: flex;
}

.FirstSectionLoginSekarang, .SecondSectionLoginSekarang
{
    width: fit-content;
    height: fit-content;
    display: flex;
}
.SecondSectionLoginSekarang
{
    margin: auto;
    margin-right: 0;
}

@media screen and (max-width: 560px)
{
    .LoginSekarangWarningSection
    {
        width: 90vw;
    }
    .FirstSectionLoginSekarang
    {
        margin-bottom: 2vw;
    }
}

@media screen  and (max-width: 1200px)  and (min-width: 561px)
{
    .LoginSekarangWarningSection
    {
        width: 92vw;
    }
    .FirstSectionLoginSekarang
    {
        margin-bottom: calc(5px + 0.5vw);
    }
}

@media screen  and (min-width: 1201px)
{
    .LoginSekarangWarningSection
    {
        width: 84vw;
        max-width: 1410px;
    }
}


/* ----------------------------------- DAFTAR PENGINAPAN ANDA ---------------------------------- */

.DaftarkanContentContainer
{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.move-rect
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-color: #b7b7b7;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.move-rect img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.DaftarkanDescContainer
{
    width: fit-content;
    height: fit-content;
    margin-top: auto !important;
    background-color: #FFFFFF;
    position: relative;
}
.DaftarkanDescContainer p img
{
    width: fit-content;
    vertical-align: bottom;
}

@media screen and (max-width: 560px)
{
    .DaftarkanContentContainer
    {
        width: 90vw;
        height: fit-content;
        border-radius: 1.5vw;
    }
    .DaftarkanDescContainer
    {
        max-width: 60%;
        margin: 3vw;
        margin-top: 4vw !important;
        padding: 2.5vw;
        border-radius: 1.5vw;
    }
    .DaftarkanDescContainer p img
    {
        height: 4vw;
    }
    .DaftarkanDescContainer > *:not(:last-child)
    {
        margin-bottom: 1vw;
    }
    .move-rect
    {
        width: 150%;
        height: 150%;
    }
}

@media screen  and (max-width: 1200px)  and (min-width: 561px)
{
    .DaftarkanContentContainer
    {
        width: 92vw;
        height: calc(300px + 0.5vw);
        border-radius: calc(2px + 0.5vw);
    }
    .DaftarkanDescContainer
    {
        max-width: 400px;
        margin: calc(15px + 0.5VW);
        padding: calc(15px + 0.5VW);
        border-radius: calc(2px + 0.5vw);
    }
    .DaftarkanDescContainer p img
    {
        height: calc(20px + 0.5vw);
    }
    .DaftarkanDescContainer > *:not(:last-child)
    {
        margin-bottom: calc(5px + 0.5vw);
    }
}

@media screen  and (min-width: 1201px)
{
    .DaftarkanContentContainer
    {
        width: 84vw;
        max-width: 1410px;
        height: 350px;
        border-radius: 8px;
    }
    .DaftarkanDescContainer
    {
        max-width: 40%;
        margin: 20px;
        padding: 20px;
        border-radius: 8px;
    }
    .DaftarkanDescContainer p img
    {
        height: 28px;
    }
    .DaftarkanDescContainer > *:not(:last-child)
    {
        margin-bottom: 10px;
    }
}




/* ----------------------------------- ALMOST THERE ---------------------------------- */

.AlmostThereBlockerContainer
{
    background-color: white !important;
    display: flex;
}
.AlmostImageLeftWrapper
{
    height: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: #50A9E1;
}
.AlmostImageBGContainer
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    filter: brightness(60%);
}
.PinginGoIconAlmostThere
{
    z-index: 2;
    height: fit-content;
    margin: auto;
    content: url(/Assets/Icon/verified-company-logo.svg);
}
.AlmostFormContainer
{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.TopBarAlmostPanel
{
    display: flex;
    width: 100%;
    height: fit-content;
    background-color: white;
    z-index: 1;
}

@media screen and (max-width: 560px)
{
    .AlmostImageLeftWrapper
    {
        width: 100%;
        position: absolute;
    }
    .AlmostImageLeftWrapper .PinginGoIconAlmostThere
    {
        display: none;
    }
    .TopBarAlmostPanel
    {
        display: none;
    }
}

@media screen  and (max-width: 1200px)  and (min-width: 561px)
{
    .AlmostImageLeftWrapper
    {
        width: 100%;
        position: absolute;
    }
    .PinginGoIconAlmostThere
    {
        width: calc(130px + 1vw);
    }
    .AlmostImageLeftWrapper .PinginGoIconAlmostThere
    {
        display: none;
    }
    .TopBarAlmostPanel
    {
        padding: calc(10px + 0.5vw) 0;
    }
}

@media screen  and (min-width: 1201px)
{
    .AlmostImageLeftWrapper
    {
        width: 50vw;
    }
    .PinginGoIconAlmostThere
    {
        width: 300px;
        content: url(/Assets/Icon/verified-company-logo-white.svg);
    }
    .TopBarAlmostPanel
    {
        display: none;
    }
}






/* -------------------------------- POP UP INDEX ------------------------------ */
.PopUpAdsContainer
{
    width: fit-content;
    height: fit-content;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.PopUpIndexImageContainer
{
    width: fit-content;
    height: fit-content;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: rgb(166, 166, 166);
}
.PopUpAdsContainer img
{
    object-fit: contain !important;
    object-position: center !important;
}
.PopUpIndexImageMainSize
{
    max-width: 700px;
    width: 80vw;
}
.PopUpIndexImageMobileSize
{
    width: 80vw;
    max-width: 350px;
}
.PopUpNextPrevButton
{
    object-position: center !important;
    object-fit: contain !important;
    border: 0;
    position: absolute;
    border-radius: 100%;
    opacity: 10%;
}
.PopUpNextPrevButton:hover, .PopUpNextPrevButton:active
{
    opacity: 100%;
    scale: 110%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.PopUpPrevButton
{
    rotate: 180deg;
}
.PopUpImageButtonClose
{
    object-fit: contain !important;
    object-position: center !important;
    border: 0;
    position: absolute;
}
.PopUpIndexImageContainerSelectable:hover, .PopUpIndexImageContainerSelectable:active
{
    opacity: 90%;
    scale: 99%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (max-width: 600px)
{
    .PopUpIndexImageMainSize
    {
        display: none;
    }
    .PopUpIndexImageMobileSize
    {
        display: flex;
    }
    .PopUpIndexImageContainer
    {
        border-radius: 2vw;
    }
    /* .PopUpNextPrevButton
    {
        width: 8vw;
        height: 8vw;
        max-width: 35px;
        max-height: 35px;
        top: 47%;
    }
    .PopUpPrevButton
    {
        left: 1.5vw;
    }
    .PopUpNextButton
    {
        right: 1.5vw;
    } */
    .PopUpImageButtonClose
    {
        top: 2vw;
        right: 1vw;
        width: 8vw;
        height: 8vw;
    }
}
@media screen and (min-width: 600.001px)
{
    .PopUpIndexImageMainSize
    {
        display: flex;
    }
    .PopUpIndexImageMobileSize
    {
        display: none;
    }
    .PopUpIndexImageContainer
    {
        border-radius: 10px;
    }
    /* .PopUpNextPrevButton
    {
        width: 40px;
        height: 40px;
        top: 47%;
    }
    .PopUpPrevButton
    {
        left: 10px;
    }
    .PopUpNextButton
    {
        right: 10px;
    } */
    .PopUpImageButtonClose
    {
        top: 10px;
        right: 5px;
        width: 40px;
        height: 40px;
    }
}