@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
.pf-nav li.nav-item {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.53;
    text-align: center;
    color: #474747;
    margin-right: 30px;
    position: relative;
}

.pf-nav li.nav-item.active:after {
    width: 100%;
    height: 4px;
    content: " ";
    left: 0;
    bottom: 7px;
    background: #f4675f;
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.pf-book-now {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #474747;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px;
}

.pf-student-portal {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.53;
    letter-spacing: 1.12px;
    text-align: center;
    color: #474747;
}

.homeSlide {
    background-color: #f2f2f2;
}

.slider-img {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slider-content {
    flex: 1;
}

.slider-small-headline span {
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.21; */
    letter-spacing: 0.81px;
    text-align: center;
    color: #f4675f;
}

.slider-small-headline {
    font-weight: 500;
    color: #383838;
    font-size: 22px;
    font-weight: 500;
}

.slider-big-headline {
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.93px;
    color: #474747;
}

.slider-big-headline span {
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    color: #f4675f;
}

.slider-desc {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.39px;
    text-align: left;
    color: #474747;
    margin-top: 10px;
    margin-bottom: 5px;
}

.slider-content-button {
    margin-top: 10px;
}

.slider-content-button span {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.52px;
    text-align: left;
    color: #474747;
    border-bottom: 1px solid #707070;
    padding-bottom: 2px;
    margin-right: 10px;
}

.slider-content-button i.fas.fa-arrow-right {
    font-size: 18px;
    color: #474747;
}

.carousel-indicators li {
    box-sizing: inherit;
    flex: inherit;
    width: auto;
    height: auto;
    margin-right: inherit;
    margin-left: inherit;
    text-indent: inherit;
    cursor: pointer;
    background-color: inherit;
    background-clip: inherit;
    border-top: inherit;
    border-bottom: inherit;
    opacity: inherit;
    transition: opacity 0.6s ease;
}

ul.carousel-indicators {
    left: 0;
    top: 0;
    right: inherit;
    bottom: 0;
    margin-left: 5%;
}

div#carouselExampleIndicators .carousel-inner {
    padding-left: 13%;
}

ul.carousel-indicators li {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.24;
    letter-spacing: 1.65px;
    text-align: center;
    color: #474747;
    z-index: 99999999999;
    position: relative;
    transition: .5s ease all;
}

ul.carousel-indicators li.active {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.74;
    letter-spacing: 2.31px;
    text-align: center;
    color: #474747;
    position: relative;
}

ul.carousel-indicators li.active:after {
    content: "";
    width: 6px;
    height: 45px;
    position: absolute;
    left: -10px;
    top: 43px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f4675f;
}

.pf-home-logo {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.pf-search-box input {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
    margin-top: 40px;
    background: #f2f2f2;
    border-radius: 32px;
    border: solid 2px #f4675f;
    padding: 15px 20px;
    font-size: 14px;
}

.pf-search {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.pf-home-search-wrapper {
    width: 50%;
}

.pf-search-box input:after {
    content: "\f002";
}

.pf-search-box input:focus {
    outline: none;
}

.pf-search-box .fas {
    color: #f4675f;
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
}

.pf-search-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pf-search-button:nth-of-type(1) {
    margin-right: 10px;
}

.pf-search-buttons i.far.fa-question-circle {
    font-size: 17px;
    margin-left: 3px;
}

.pf-search-button {
    color: #f4675f;
    padding: 11px 19px;
    border: 2px solid #f4675f;
    margin-top: 10px;
    border-radius: 10px;
    transition: .3s ease all;
    cursor: pointer;
    font-weight: 600;
}

.pf-search-button:hover {
    background-color: #f4675f;
    color: #fff;
}

.animated-search-text .text {
    font-size: 17px;
}

.text_element--border-effect {
    transition: border-color .4s ease-in-out;
}

.text_element {
    color: #f4675f;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.animated-search-text {
    top: 15px;
    left: 23px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navWrap.d-flex.align-items-center {
    margin-right: 20px;
}

.pf-prev-button, .pf-next-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: white;
    border-radius: 5px;
}

.pf-prev-button a, .pf-next-button a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #868686;
    transition: .3s ease all;
}

.pf-prev-button a:hover, .pf-next-button a:hover {
    background-color: #f4675f;
    color: white;
    border-radius: 5px;
}

ul.carousel-indicators {
    left: 0;
    top: 0;
    right: inherit;
    bottom: 0;
    padding-left: 5%;
    padding-right: 3%;
    margin: 0;
    background: #f2f2f2;
}

a.slider-content-button span {
    transition: .3s ease all;
}

a.slider-content-button span:hover {
    margin-right: 20px;
}

.pf-vr-tour svg {
    max-width: 35px;
    height: 32px;
    margin-right: 15px;
}

.pf-nav .dropdown-menu .dropdown-item:hover {
    background: #ffa5a0;
    font-weight: 500;
}

.pf-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.21;
    letter-spacing: 0.92px;
    /* text-align: center; */
    color: #474747;
}

.pf-nav .nav-link:hover {
    color: #f4675f;
}

/* ----------------- */

.pf-mobile-menu-wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: transparent;
    overflow: hidden;
    /*transition: all 0.3s ease-out, background 0.3s ease-out;*/
    /*transition-delay: 0.1s;*/
    z-index: 1;
    display: none;
    padding: 0;
}

.pf-mobile-menu-wrapper .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin-top: 17px;
    margin-right: 10px;
}

.pf-mobile-menu-wrapper .header .burger-container #burger {
    width: 23px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.pf-mobile-menu-wrapper .header .burger-container #burger .bar {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    background: black;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

.pf-mobile-menu-wrapper .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

.pf-mobile-menu-wrapper .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}

.pf-mobile-menu-wrapper .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.pf-mobile-menu-wrapper .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
}

.pf-mobile-menu-wrapper .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 24px 0;
    list-style: none;
    z-index: -25;
    margin-bottom: 30px;
}

@media (max-width: 564px) {
    .pf-mobile-menu-wrapper .header ul.menu {
        height: calc(100% - 380px);
        overflow: auto;
    }
}

.header.menu-opened ul.menu {
    z-index: 25;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item {
    margin-top: 0px;
    margin-bottom: 18px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

.pf-mobile-menu-wrapper .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins' !important;
    color: #474747;
    font-size: 17px !important;
}

.pf-mobile-menu-wrapper .header.menu-opened {
    height: 100%;
    background-color: #F8F8F8;
    /*transition: all 0.3s ease-in, background 0.3s ease-in;*/
    /*transition-delay: 0.2s;*/
}

.pf-mobile-menu-wrapper .header.menu-opened .burger-container {
    /*transform: rotate(90deg);
    right: 12px;top: 8px;
    */
    
}


.pf-mobile-menu-wrapper .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
    color: #131834;
}

.pf-mobile-menu-wrapper .header.menu-opened .burger-container #burger .bar.topBar {
    transform: rotate(45deg) !important;
}
.pf-mobile-menu-wrapper .header.menu-opened .burger-container #burger .bar.cntrBar{
    transform: scaleY(0) !important;
}

.pf-mobile-menu-wrapper .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(-6px) rotate(-45deg) !important;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(8) {
    transition-delay: 0.76s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(9) {
    transition-delay: 0.83s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(10) {
    transition-delay: 0.90s;
}

.pf-mobile-menu-wrapper .header.menu-opened ul.menu li.menu-item:nth-child(11) {
    transition-delay: 0.97s;
    border-bottom: none;
}

.pf-mobile-menu-wrapper .header.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
}

.pf-mobile-menu-wrapper .content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
}

.pf-mobile-menu-wrapper .content::-webkit-scrollbar {
    display: none;
}

.pf-mobile-menu-wrapper .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.pf-mobile-menu-wrapper .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
}

.pf-mobile-menu-wrapper .content img:nth-of-type(2) {
    margin: 75px auto;
}



.pf-mobile-menu-wrapper .header.menu-opened .burger-container #burger .bar {
    background: #131834 !important;
}

.pf-mobile-menu-wrapper .header.menu-opened {
    height: 100vh;
}
.pf-mobile-menu-wrapper .header.menu-opened .grid-social{
    bottom: 30px;
}

.header.menu-opened {
    z-index: 99999;
}

.pf-home-logo img {
    max-width: 200px;
}

.pf-mobile-logo-light, .pf-mobile-logo {
    display: none;
}

div#navbarNav {
    margin-top: 0 !important;
    padding-bottom: 10px;
}

.pf-book-now a:hover {
    color: #474747 !important;
}

@media(max-width: 1140px) {
    .pf-blog {
        display: none;
    }
}

@media(max-width: 1051px) {
    .pf-contact {
        display: none;
    }
}

@media(max-width: 915px) {
    .pf-about {
        display: none;
    }
}

@media(max-width: 991px) {
    header.home {
       /* background: #f2f2f2; */
    }
    .slider-content-wrapper {
        display: block !important;
    }
    .slider-img img {
        height: 300px;
        object-fit: contain;
    }
    div#carouselExampleIndicators .carousel-inner {
        padding-left: 0;
        height: 600px;
    }
    .pf-home-search-wrapper {
        width: 75%;
    }
    .slider-big-headline {
        font-size: 40px;
    }
    .slider-desc {
        font-size: 17px;
    }
    .slider-small-headline span {
        font-size: 25px;
    }
    .homeSlide {
        padding-bottom: 30px;
    }
    .pf-carousel-control {
        position: absolute;
        right: 0;
        top: 50%;
    }
    .pf-mobile-menu-wrapper .header ul.menu li.menu-item a {
        font-size: 17px !important;
    }
    header nav.navbar .navWrap {
        position: relative;
        z-index: 4;
    }
}

@media(max-width: 550px) {
    .slider-big-headline {
        font-size: 29px;
    }
    .slider-desc {
        font-size: 15px;
    }
    .slider-small-headline span {
        font-size: 22px;
    }
    .pf-search-buttons i.far.fa-question-circle {
        display: none;
    }
}

/* Mobile menu breakpoint */

@media(max-width: 1140px) {
    .pf-nav .navbar-brand {
        display: none;
    }
    #carouselExampleIndicators ul.carousel-indicators, .pf-home-logo {
        display: none;
    }
    div#navbarNav {
        display: none !important;
    }
    .pf-mobile-menu-wrapper .header {
        display: block !important;
    }
    .pf-mobile-logo img {
        max-width: 110px;
        margin-bottom: 5px;
    }
    .pf-book-now {
        font-size: 15px;
    }
    .pf-vr-tour img {
        max-width: 30px;
    }
    .pf-search-box input {
        margin-top: 0;
    }
    div#carouselExampleIndicators .carousel-inner {
        height: 600px;
    }
    .pf-home-search-wrapper {
        width: 83%;
    }
    li.menu-item.mobile-student-portal {
        background: #313131;
        text-align: center;
        border: 1px solid #f2f2f23d !important;
        border-radius: 3px;
    }
    li.menu-item.mobile-student-portal i.fa.fa-user {
        font-size: 18px;
    }
    .header.menu-opened .pf-mobile-logo-light img {
        width: 120px;
        position: absolute;
        left: 24px;
        top: 36px;
        right: 0;
    }
    .header.menu-opened .pf-mobile-logo-light {
        display: block;
    }
    .pf-mobile-logo {
        display: block;
    }
}

.navbar-brand img {
    max-width: 148px;
    margin-right: 20px;
}

.pageTitle h1 {
    display: none;
}

header nav.navbar .navWrap {
    margin-top: 0;
}
header nav.navbar .logo{
    z-index: 999;
    height: 40px !important;
}
div#navbarNav {
    margin-left: 15px;
}

nav.navbar.flex-row.align-items-center.pf-nav {
    padding-top: 10px;
    margin-bottom: 5px;
}

.pf-nav .dropdown-menu {
    box-shadow: 0 0 8px rgb(129 129 129 / 20%);
}

.home.fixed-header .navbar-brand img {
    display: block !important;
}

.navWrap input.form-control.sInput.js-searchFilterInput {
    height: 40px;
    max-width: 300px;
    margin-left: auto;
    border-radius: 20px;
}

.navWrap .searchForm:before {
    display: none;
}

.navWrap button.btn.sBtn.js-searchFilterBtn i {
    background: white;
    padding-left: 10px;
}

.navWrap button.btn.sBtn.js-searchFilterBtn {
    background: transparent;
}

.navWrap .searchForm .sBtn {
    position: absolute;
    top: -2px;
    right: 5px;
    height: 50px;
    font-size: 18px;
    background: #fff;
}

.navWrap .searchForm {
    width: auto;
}

.navWrap {
    position: relative;
    z-index: 99999;
}

a.contactText {
    background: #f4675f !important;
    color: white !important;
    font-weight: 500 !important;
}

.otherResidences .grid-container {
    padding: 0 !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

@media(max-width: 1200px) {
    .otherResidences .grid-container {
        padding: 0 !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media(max-width: 992px) {
    .otherResidences .grid-container {
        padding: 0 !important;
        grid-template-columns: 1fr 1fr !important;
    }
    #wechatPopup .modal-body {
        display: block !important;
        text-align: center;
    }
    #weChatPopup button.close.modalClose {
        right: 50px !important;
    }
}

@media(max-width: 768px) {
    .otherResidences .grid-container {
        padding: 0 !important;
        grid-template-columns: 1fr !important;
    }
}

.short-stay-box-header {
    text-align: center;
    color: white;
    margin-top: 210px;
}

.short-stay-box-button {
    color: #f4675f;
    text-align: center;
    width: max-content;
    margin: auto;
    display: block;
    border: 1px solid #f4675f;
    padding: 6px 15px;
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 1px;
    transition: .3s ease-in-out all;
}

.counter {
    max-height: 300px;
    /* background: rgba(15, 15, 15, 0.51); */
    background-image: linear-gradient(to top, #000000c9, rgba(0, 0, 0, 0.63) 22%, rgba(0, 0, 0, 0) 50%);
}

.counter:hover .short-stay-box-button {
    background: #f4675f;
    color: white;
}

.otherResidences {
    border-color: #f4675f66;
}

.otherResidences:before {
    background-color: #f4675f;
}

.leftDecoration {
    left: 32px !important;
    bottom: 0px !important;
    width: 43px !important;
    height: 163px !important;
}

.teamCardImg {
    width: 200px !important;
    height: 230px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    margin: auto !important;
    display: block !important;
    border-radius: 3px !important;
}

.tooltip-inner {
    background: #474747 !important;
}

.tooltip .arrow:before {
    border-top-color: #474747 !important;
}

.tooltip, .tooltip * {
    opacity: 1 !important;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 280px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.owlNewsVideos .videoItem.pf-vlog-item {
    height: 280px;
}

.owlNewsVideos .videoItem.pf-vlog-item img {
    max-height: -webkit-fill-available;
    object-fit: cover;
}

.flip-card-back h1 {
    font-size: 19px;
}

.flip-card-back p {
    color: white;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.flip-card-back {
    background-color: #f4675f;
    color: white;
    transform: rotateY( 180deg);
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 25px !important;
}

.videoItem.pf-vlog-item .js-modalOpenVideo {
    height: auto !important;
    opacity: 1;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 1px;
    background: white;
    color: #f4675f;
}

.pf-subscribe-youtube {
    width: max-content;
    display: block;
    margin-left: auto;
    background: #ff0000;
    color: white;
    padding: 10px;
    border-radius: 2px;
    font-weight: 500;
}

.cookieNotice {
    z-index: 99999999999 !important;
}

.slider-big-headline span {
    position: absolute;
    margin-left: 5px;
}

.whatsapp-icon-fixed {
    width: max-content;
    left: -55px;
    margin-right: 0;
    position: relative;
    transform: translateY(-15px);
    cursor: pointer;
}

.wechat-icon-fixed {
    width: max-content;
    left: -55px;
    margin-right: 0;
    position: relative;
    margin-bottom: 20px;
    transform: translateY(-5px);
    cursor: pointer;
}

.whatsapp-icon-fixed img, .wechat-icon-fixed img {
    width: 50px;
    right: 0;
    text-align: right;
}

#modalPopup button.close.modalClose {
    opacity: 1;
    border-radius: 50%;
    color: #e54242;
    font-size: 24px;
    font-weight: 900;
    top: -27px;
    right: -20px;
    background: white;
    box-shadow: 0px 3px 5px 1px #5a5a5a78;
}

#wechatPopup .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


#wechatPopup .modal-body img {
    max-width: 320px;
    margin: 10px;
    background: transparent;
}

div#wechatPopup button.close.modalClose {
    right: -110px !important;
}

.fixedButtons .contactIcons a.contactText {
    font-weight: bold !important;
}

@keyframes semazen-vr {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.pf-vr-tour svg {
    /* transition: 1.5s ease all; */
    animation: semazen-vr 2s infinite;
}
