@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* ExtraLight */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
}

@font-face {
    font-family: 'Marcellus Regular';
    src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
}
@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 100; /* Regular */
}
.raleway-font-light {
    font-family: 'Raleway Light';
}
html , body {
    overflow-x: hidden !important;
}
body {
    font-family: 'Inter', sans-serif !important;
}
p {
    font-family: 'Inter', sans-serif !important;
}
.raleway-font {
    font-family: 'Raleway Regular';
}
.heading-font {
    font-family: 'Marcellus Regular', serif;
}
.global-h1 {
    font-family: 'Marcellus Regular', serif;
    font-size: 60px;
}
.global-h2 {
    font-family: 'Marcellus Regular', serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.global-h2-second {
    font-size: 42px;
}
.global-h3 {
    font-family: 'Marcellus Regular', serif;
    font-size: 28px !important;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.global-heading {
    font-family: 'Marcellus Regular', serif;
}
.global-h4 {
    font-family: 'Marcellus Regular', serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.font-14 {
    font-size: 16px !important;
}
header {
    background: black;
}
header ul li a {
    color: white !important;
    font-family: 'Raleway Regular';
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
}
header ul li a:hover {
    color: #7147a3 !important;
}
header ul li .dropdown-menu a {
    color: #000 !important;
}
header ul li {
    margin: 0px 10px;
}
header .logo-class {
    width: 150px;
}
.header-hero {
    background: linear-gradient(black, black) !important;
    position: relative;
    z-index: 11;
}
.btn-1 {
    color: white;
    background: transparent;
    font-size: 12px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 18px 30px 18px 30px;
    position: relative;
}
.btn-1:hover {
    color: black;
    background: white;
    font-size: 12px;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.btn-1:after {
    content: "";
    background-color: #f8f8f8;
    width: 100%;
    height: .6px;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
.btn-2 {
    background: #7147a3;
    color: white;
    font-size: 15px;
    transition: 0.5s;
    border-radius: 0px;
    padding: 18px 30px 18px 30px;
    letter-spacing: 1.5px;
}
.btn-2:hover {
    background: #7147a3;
}
.btn-5 {
    background: #7147a3;
    color: white;
    font-size: 12px;
    transition: 0.5s;
    border-radius: 0px;
    padding: 18px 30px 18px 30px;
    position: relative;
    font-family: 'Raleway Regular';
    border: none;
}
.btn-5:hover {
    background: #7147a3cf;
    color: white !important;
}
.btn-5:after {
    content: "";
    background-color: #7147a3;
    width: 100%;
    height: .6px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
}
.btn-3 {
    color: black;
    background: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 18px 30px 18px 30px;
    position: relative;
}
.btn-3:hover {
    color: white;
    background: #ffffff00;
    font-size: 12px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
.btn-3:after {
    content: "";
    background-color: #f8f8f8;
    width: 100%;
    height: .6px;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
.btn-3:hover:after {
    background-color: #ffffff;
}
.custom-footer {
    background-color: #000;
}
.custom-footer img {
    width: 200px;
}
.custom-footer .top-footer {
    padding: 100px 0px 40px 0px;
}
.custom-footer .top-footer .email-subscription input {
    height: 50px;
    border-radius: 0px !important;
    border-bottom: 1px solid #ddd !important;
}
.custom-footer .top-footer .email-subscription button {
    border-radius: 0px !important;
    padding: 13px;
}
.custom-footer .footer-middle {
    border-top: 1px solid #292929;
    padding: 20px 0px;
    border-bottom: 1px solid #292929;
}
.footer-middle .footer-menu a {
    color: white;
    text-transform: uppercase;
    font-family: 'Inter';
    font-size: 13px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
.footer-menu div {
    margin: auto !important;
}

.footer-bottom {
    padding: 20px 0px;
    /*margin-top: 20px;*/
    padding-bottom: 100px;
}
.footer-bottom .left-content i {
    color: #7147a3;
}
.footer-bottom .left-content p {
    color: #BABABA;
    font-size: 17px;
}
.footer-bottom .left-content a {
    color: #BABABA;
    transition: 0.5s;
    margin-left: 20px;
    text-decoration: none !important;
    font-weight: 300;
}
.footer-bottom .left-content a:hover {
    color: #bd9035;
}
.footer-bottom .footer-icons a {
    margin-left: 10px;
    color: white;
    background: #2D2D2D;
    padding: 10px;
    text-align: center;
    width: 35px !important;
    display: inline-grid;
    height: 38px;
}
.footer-bottom .footer-icons a:nth-child(1) {
    margin-left: 0px;
}
.footer-bottom .footer-icons , .footer-bottom .footer-info {
    margin-top: 20px;
}
.footer-copyright .links-footer a {
    color: #BABABA;
    border-right: 1px solid #484848;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 300;
}
.footer-copyright .links-footer a:nth-last-child(1) {
    border: none !important;
}
.footer-copyright p {
    color: #BABABA;
    font-weight: 300;
}
.footer-copyright {
    padding: 25px 0px;
    border-top: 1px solid #A0AABA2B;
}
.gold-color {
    color: #7147a3;
}
.font-13 {
    font-size: 15px;
}
.text-black {
    color: #000 !important;
}
.text-grey {
    color: #7A7A7A;
    font-weight: 300 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    line-height: 30px;
}
.text-gold {
    color: #7147a3;
}
/* CONTACT PAGE */
.hero-section-second {
    background: black;
    padding: 141px 0px;
    padding-bottom: 25px;
}
.hero-section-second h2 {
    color: white
}
.hero-section-second p {
    color: #BABABA;
}
.contact-icons {
    margin-top: 20px;
    border-top: 1px solid #313131;
    padding: 40px 0px;
    padding-bottom: 20px;
}
.contact-icons i {
    color: #7147a3;
    font-size: 40px;
}
.contact-icons p {
    color: white;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.contact-icons p a {
    color: white !important;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: 1.3px;
}
.contact-section {
    padding-top: 80px;
}
.pop-contact-form {
    margin-top: 30px;
    box-shadow: 0px 0px 30px #0000001c;
}
.pop-contact-form .left-img {
    background: url("../img/galerie/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 518px;
}
.pop-contact-form form input {
    height: 55px;
    font-size: 16px;
    font-family: 'Inter';
    margin-top: 10px;
    border-bottom: 1px solid black !important;
    font-weight: 300;
}
.pop-contact-form form textarea {
    height: 150px;
    font-size: 14px;
    font-family: 'Inter';
    margin-top: 20px;
    border-bottom: 1px solid black !important;
    font-weight: 300;
}
input:focus {
    outline: none !important;
    border: none !important;
}
textarea:focus {
    outline: none !important;
    border: none !important;
}
.map-location {
    margin-top: 80px;
    margin-bottom: 100px;
}
.error-section {
    padding-top: 200px;
    padding-bottom: 200px;
    background: linear-gradient(180deg, #000000 0%, #0D0D0DD1 70%) , url("../img/couple-at-a-swimming-pool-on-vacation-at-luxury-hotel-accommodation-santiago-chile-south-america-e1667344278403.jpg");;
}
.error-section h1 {
    color: #ffffff;
    font-size: 200px;
    font-family: 'Inter';
}
.error-section h3 {
    color: white;
}
.error-section p {
    color: #ddd;
    font-weight: 200;
}
.faq-hero {
    padding: 120px 0px 140px 0px;
    background: #c7b8d6;
}
.general-question {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.tab-btn {
    border-bottom: 1px solid #7147a3 !important;
    font-family: 'Marcellus Regular', serif;
    padding: 15px 0px;
    color: #000;
    margin-top: 20px;
    font-size: 18px;
}
.active-tab {
    color: #bd9035;
}
.tab-content {
    padding: 20px 0px;
}
.tab-btn:nth-child(1) {
    margin-top: 0px;
}
.reservation-question {
    padding-top: 0px;
}
.payment-question {
    padding-top: 0px;
}
.who-we-are {
    margin-top: 80px;
}
.image-carousel {
    margin-top: 80px;
    margin-bottom: 80px;
}
.our-values {
    margin-top: 80px;
    margin-bottom: 80px;
}
.reservation-section {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 140px;
    padding-bottom: 140px;
    background: linear-gradient(#00000091, #00000091) , url('../img/koh-lanta-thailand-luxury-beach-chairs-by-the-swi-9B2BKL8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-style-col {
    height: 500px !important;
    padding: 20px;
    vertical-align: text-bottom;
    padding-top: 310px;
}
.blog-layout {
    margin-bottom: 80px !important;
}
.btn-blog {
    background: #7147a3;
    color: white;
    border-radius: 0px;
}
.room-front {
    margin-top: 80px;
    margin-bottom: 100px;
}
.border-reserve {
    border: 1px solid #000;
}
.reserve-form input {
    border-bottom: 1px solid #000;
    text-align: left;
    border-radius: 0px !important;
    background: transparent !important;
}
.reserve-form select {
    border-bottom: 1px solid #000;
}
.discount-card {
    background: linear-gradient(#7046a2, #7147a3) , url(../img/female-tourist-in-luxurious-hotel-enjoys-swimming-pool-and-tropical-food-e1667343622280.jpg);
}
.hotel-rules {
    margin-top: 80px;
}
.hotel-rules ul li {
    color: #7A7A7A;
    margin-top: 20px;
}
.hotel-rules ul li:nth-child(1) {
    margin-top: 0px;
}
.location-share {
    margin-top: 80px
}
.location-share a {
    color: white;
    background: #7147a3;
    padding: 0px !important;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    padding-top: 9px !important;
    font-size: 20px;
    margin-left: 20px;
}
.btn-4 {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
    padding-bottom: 5px;
}
.room-layout .room-style-col {
    padding-top: 420px !important;
    transition: 0.5s;
}
.room-layout .room-style-col .btn-4 {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.room-layout .room-style-col:hover {
    padding-top: 380px !important;
}
.room-layout .room-style-col:hover .btn-4 {
    opacity: 1;
    visibility: visible;
}
.video-back {
    position: relative;
}
.video-front {
    margin-top: -250px;
}
.video-front h1 {
    font-size: 78px;
}
.box-design i {
    color: white;
    font-size: 25px;
}
.box-design h6 {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 300;
}
.box-design {
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(10px);
    padding: 20px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.box-design:hover {
    transform: scale(0.8);
}
.about-us-section {
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-details {
    background-color: #7147a317;
    padding: 80px 0px;
    margin: 80px 0px;
}
.play-btn {
    color: #7147a3;
    padding: 12px 20px;
    border: 1px solid #7147a3 !important;
    border-radius: 999px;
    font-size: 20px;
    background: transparent;
}
.text-gold-hover {
    color: #7147a3;
    transition: 0.5s;
    cursor: pointer;
}
.text-gold-hover:hover {
    color: #7147a3;
}
a {
    text-decoration: none !important;
}
.text-black {
    color: #000 !important;
}
.reviews-contant {
    margin-top: 80px;
}
.star-font i {
    color: #ffb646;
    margin: 0px 5px;
}
.right-review {
    border-left: 1px solid #ddd;
}
.our-services {
    margin-top: 80px;
}
.review-slider {
    margin-top: 30px;
}
.review-slider .swiper-slide {
    background: #000 !important;
    text-align: left !important;
}
.special-offers {
    margin-top: 80px !important;
    background: #000;
    padding-top: 80px;
    padding-bottom: 130px;
}
.special-offers-row .blog-style-col {
    padding-top: 285px;
}
.text-light {
    color: white !important;
}
.special-offers-row {
    margin-top: 40px;
    padding-bottom: 80px;
}
.bg-yelloish {
    background-color: #f3eff7;
    padding: 30px 50px 50px 50px;
}
.gallery-section {
    margin-top: 80px;
}
.reserve-section input {
    display: block;
    width: 100% !important;
    border: none;
    background: transparent;
    padding: 10px;
    position: relative;
    color: #666;
    font-family: 'Raleway Light';
    padding-left: 0px;
    padding-right: 0px;
}
.reserve-section input:after {
    position: absolute;
    content: '';
    width: 100%;
    background: black;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0.3px;
}
.reserve-section select {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid #000 !important;
    border: none;
    background: transparent;
    padding: 10px;
    position: relative;
    color: #666;
    font-family: 'Raleway Light';
    padding-left: 0px;
    padding-right: 0px;
}
input:focus , select:focus {
    border: none !important;
    outline: none !important;
}
button {
    border: none !important;
}
.reserve-section {
    /*margin-top: -125px;*/
    padding-bottom: 100px;
}
.animate-bg {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow: hidden;}
.animate-bg .hov {
    height: 900px;
}
.animate-bg div.col-6 {
    border-right: 1px solid #ffffff33;
    padding: 30px 20px;
    text-align: center;
}
.animate-bg div.col-6:nth-last-child(1) {
    border-right: none !important;
}
#sliderani {
    transition: background 0.5s ease;
}
.hov {
    position: relative;
}
.text-area {
    position: absolute;
    left: 0px;
    right: 0px;
    transition: 0.5s;
    width: 100%;
    top: 0px;
    background: #ffffff00;
    padding-top: 40px;
}

.text-area h4 {
    transition: 0.5s;
}
.bg-hover-1:hover .text-area h4 {
    color: #fff !important;
}
.bg-hover-1:hover .text-area {
    background: #7147a3;
    padding-top: 40px;
    padding-bottom: 30px;
}
.bg-hover-2:hover .text-area h4 {
    color: #fff !important;
}
.bg-hover-2:hover .text-area {
    background: #7147a3;
    padding-top: 40px;
    padding-bottom: 30px;
}
.bg-hover-3:hover .text-area h4 {
    color: #fff !important;
}
.bg-hover-3:hover .text-area {
    background: #7147a3;
    padding-top: 40px;
    padding-bottom: 30px;
}
.bg-hover-4:hover .text-area h4 {
    color: #fff !important;
}
.bg-hover-4:hover .text-area {
    background: #7147a3;
    padding-top: 40px;
    padding-bottom: 30px;
}
.star-font i:nth-child(1) {
    margin: 0px !important;
}

/* ANIMATION */

@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        transform: translatex(0);
    }
}
.in-left {
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
    }
  }
.fadeinright {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
   }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
   }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
   }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
   }
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.animatedFadeInUp {
    opacity: 0;
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.contact-section-design {
    background: linear-gradient(#00000052, #00000052) , url(../img/interiors-of-a-luxury-hotel-room-e1667344302689.jpg);
    padding: 100px 0px;
}
.video-back:after {
    /* content: ""; */
    position: absolute;
    background: linear-gradient(180deg, #000000, #00000026);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 99% !important;
}
.img-transition {
    padding: 0px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.img-transition img {
    height: 900px;
    transform: scale(1);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 100%;
}
@keyframes animateimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes animateimg2 {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.active-img {
    display: block
     !important;
    animation-name: animateimg;
    animation-duration: 1s;
    animation-iteration-count: 1;
    opacity: 1 !important;
    visibility: visible !important;
}
.disable-img {

}
.special-offers-row p {
    font-size: 14px;
    font-weight: 300;
}
.stars i {
    color: #ffb646;
    margin: 0px 4px;
}
.stars i:nth-child(1) {
    margin: 0px 0px;
}
.sidebar-slide {
    display: none !important;
    transition: 0.5s !important;
}
#closenav {
    background-color: #7147a3 !important;
    color: white;
    padding: 5px 11px;
}
.menubox-mobile a {
    padding: 15px 0px;
    display: block;
    width: 100%;
    color: black;
    font-family: 'Inter';
    font-weight: 200;
    font-size: 14px;
}
.menubox-mobile {
    margin-top: 30px !important;
}
.hotel-rooms-for-room {
    margin-top: 80px !important;
}
.room-style-col-2 {
    padding-top: 420px !important;
}
.hotel-room-2 {
    margin-bottom: 80px !important;
}
#navbtn {
    background: #7147a3 !important;
    padding: 10px 12px;
}
.sidebar-slide {
    display: block !important;
    position: fixed;
    top: 0px;
    padding: 20px 20px;
    right: 0px;
    width: 100% !important;
    left: -1000px;
    bottom: 0px;
    overflow-y: scroll;
    z-index: 11;
    background-color: #f7f7f7;
    transition: 0.5s !important;
}
.active-sidebar {
    left: 0px !important;
}
.contact-section-design p {
    font-weight: 200 !important;
    font-family: 'Inter', sans-serif !important;
}
header ul li a {
    color: black !important;
}
.btn-1-second {
    color: white;
    background: rgb(113, 65, 163);
    font-size: 12px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 18px 30px 18px 30px;
    position: relative;
    transition: 0.5s;
}
.btn-1-second:hover {
    color: white;
    background: rgb(113 65 163 / 82%);
    font-size: 12px;
    text-transform: uppercase;
}
.btn-1-second:after {
    content: "";
    background-color: #8b64b4;
    width: 100%;
    height: .6px;
    position: absolute;
    bottom: -8px;
    left: 0px;
}
header {
    background-color: white !important;
}
header {
    transition: 0.5s !important;
}
.active-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
	z-index: 999 !important;
}
.new-btn {
    background-color: white;
    color: #323335 !important;
    padding: 16px 30px;
    transition: 0.5s;
    font-weight: 200;
    font-size: 18px;
}
.new-btn:hover {
    opacity: 0.7;
}
.hero-section {
    background: linear-gradient(#00000052 , #00000052) ,  url(../img/hero.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: center center;
    height: calc(100vh - 100px);
}
.hero-section {
    position: relative;
}
.bottom-icon-box {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
.bottom-icon-box a {
    font-size: 30px;
    border-radius: 999px;
    background-color: #0000003b;
    color: white !important;
    padding: 6px 14px;
}
.img-boxes {
    padding-top: 80px;
    padding-bottom: 80px;
}
.text-purple {
    color: rgb(113, 65, 163);
}
.global-h1-new {
    font-size: 40px;
}
.third-section .right-content {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #00AAAB;
    padding: 150px 50px;
    padding-right: 20px;
}
.third-section .left-content {
    background: url("../img/4ea12997-e533-45d3-83e4-e6340d04656b.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fourth-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.global-h3-new {
    font-size: 36px !important;
}
.fourth-section {
    background-color: #909091;
}
.text-grey-new {
    color: rgb(255 255 255);
    font-size: 18px;
    font-weight: 200;
    line-height: 31px;
}
.text-grey-new span {
    color: white;
    font-weight: 600;
}
.five-section .container {
    padding-top: 60px;
    padding-bottom: 100px;
    background: linear-gradient(#909091 , #919090ad) , url(../img/chair.jpg);
    background-size: cover;
    background-position: center;
}
.five-section ul li  {
    color: white;
    line-height: 55px;
    font-size: 18px;
    font-weight: 200;
}
.five-section ul {
    padding-top: 20px;

}
.five-section {
    background: linear-gradient(#909091 , #919090ad);
}
.third-section-new .left-content {
    background: url(../img/corporate.jpg);
    background-size: cover;
    background-position: top center;
}
.third-section-new .right-content {
    background: white;
}
.new-h1 {
    font-size: 64px;
}
.new-btn-purple {
    background: #7041A3;
    color: white !important;
}
.third-section-third .left-content {
    background: url(../img/food.jpg);
    background-size: cover;
    background-position: top center;
}
.last-first-section {
    background: rgb(113 65 163 / 23%);
    padding-top: 100px;
    padding-bottom: 100px;
}
.last-first-section h3 {
    font-size: 23px;
}
.last-section-home .right-content {
    background-color: white !important;
    position: relative;
    padding-top: 250px;
}
.last-section-home .title-box {
    background: white;
    padding: 65px 20px;
    position: absolute;
    left: -65px;
    top: 50px;
    width: 100%;
    text-align: center;
}
html , body {
    scroll-behavior: smooth;
}
.hero-section p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 200;
}
.img-boxes h1 {
    font-size: 24px !important;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
.img-boxes p {
    font-size: 18px !important;
    color: #323335;
    line-height: 34px;
    font-weight: 200;
}
.third-section .right-content p {
    font-size: 18px !important;
    font-weight: 200;
    line-height: 34px;
}
.global-h1-new-second {
    font-size: 60px;
}
.last-first-section p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 200;
}
.global-h1-new-second {
    margin-bottom: 30px;
}
.left-content img {
    display: none !important;
}
.fixed-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: white;
    color: black;
    font-size: 37px;
    padding: 5px 17px;
    border-radius: 999px;
    z-index: 999;
}
.last-first-section h1 , .last-first-section h3 , .last-first-section p {
    color: black !important;
}
.bg-purple {
   background: #c7b8d6;
}
.bg-purple ul li {
    color: white;
    line-height: 55px;
    font-size: 18px;
    font-weight: 200;
}
.global-h5 {
    font-family: 'Marcellus Regular', serif;
}
.tagungsraum-txt-center p {
    font-weight: 300;
}
.bg-purple h1 {
    font-size: 42px;;
}
.carrier-section .left-content {
    padding: 0px;
    background: url(../img/wallimg.jpg);
    background-size: cover;
    background-position: right center;
}
.carrier-section .right-content {
    padding: 100px 50px !important;
    background: rgb(113 65 163 / 23%);
}
.carrier-section .right-content p {
    color: black !important;
    font-size: 18px;
    font-weight: 100;
}
.gallery-images {
    margin-top: 100px;
    margin-bottom: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
}
.grey-bg-design {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #D8D8D8;
    border-bottom: 1px solid #fff;
}
.grey-bg-design p {
    font-size: 18px;
    font-weight: 100;
}
.contact-form-design {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-form-design input {
    border: 1px solid #ddd;
    padding: 10px 10px;
}
.contact-form-design textarea {
    border: 1px solid #ddd;
    width: 100% !important;
    height: 300px;
}
.btn-purple {
    background: #7040A3;
    color: white;
    transition: 0.5s;
    font-weight: 100;
    padding: 15px 30px;
}
.btn-purple:hover {
    opacity: 0.7;
}
.iti {
    width: 100% !important;
}
.font-18 {
	font-size: 18px !important;}
.carrier-section h2 , .carrier-section p {color: black !important;font-size: !important;}
.faq-hero h1 {color: black !important;}