/*
Theme Name: terminalone
Theme URI: #
Author: IndaPoint
Author URI: https://www.indapoint.com
Description: Custom theme from IndaPoint
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
*/
:root{
    /* Colors */
    --theme: #0201FF;
    --text-body: rgba(255, 255, 255, 0.8) !important;

    /* fonts */
    --font-cantarell: 'Cantarell', sans-serif;
    --font-fjalla: 'Fjalla One', sans-serif;
}
body {
    /* font-family: 'Cantarell', sans-serif;
    font-family: 'Fjalla One', sans-serif; */
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #0C1518;
    color: #8F9FA3;
    font-size: 18px;
    overflow-x: hidden;
}

*{
    transition: all 0.5s ease;
}
img{
    max-width: 100%;
}
.font-heading{font-family: 'Fjalla One', sans-serif;}
.font-sub-heading{font-family: 'Cantarell', sans-serif;}
.font-weight-300{font-weight: 300 !important;}
.font-weight-400{font-weight: 400 !important;}
.font-weight-500{font-weight: 500 !important;}
.font-weight-600{font-weight: 600 !important;}
.font-weight-700{font-weight: 700 !important;}
.font-weight-800{font-weight: 800 !important;}
.font-weight-900{font-weight: 900 !important;}
.line-height-1-7{line-height: 1.7;}
.line-height-1-5{line-height: 1.5;}
.line-height-1-4{line-height: 1.4;}
.line-height-1{line-height: 1;}
.text-12{font-size: 12px !important;}
.text-14{font-size: 14px !important;}
.text-16{font-size: 16px !important;}
.text-18{font-size: 18px !important;}
.text-19{font-size: 19px !important;}
.text-20{font-size: 20px !important;}
.text-22{font-size: 22px !important;}
.text-24{font-size: 24px !important;}
.text-26{font-size: 26px !important;}
.text-28{font-size: 28px !important;}
.text-30{font-size: 30px !important;}
.text-body-color{
    color: #8F9FA3;
}
.text-light{
    color: rgba(255, 255, 255, 0.8) !important;
}
.text-light-yellow,
.hover-light-yellow:hover{
    color: var(--theme) !important;
}
.hover-white:hover{
    color: #fff !important;
}
a:hover{
    color: #fff;
}

.btn-theme{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 100px;
    padding: 0 40px 0 40px;
    border: none;
    outline: none;
    box-shadow: none;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
    background: var(--theme);
}
.btn-theme.btn-sm{
    height: auto;
}
.btn-theme:hover,.btn-theme:active, .btn-theme:focus{
    background: #e6851e !important;
    color: #000 !important;
}
.btn-theme-outline{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    border-radius: 100px;
    padding: 0px 40px 0px 40px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    outline: none;
    box-shadow: none;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Cantarell', sans-serif;
}
.btn-theme-outline:hover{
    background: #FFA341;
    color: #030B15;
}
.link-animated{
    position: relative;
}
.link-animated::after{
    content: "";
    width: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: var(--theme);
    height: 1px;
    transition: all 0.8s ease;
}
.link-animated:hover::after{
    width: 100%;
}
.zindex-9{
    z-index: 9;
    position: relative;
}


.section-heading h1,
.section-heading h2{
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}
.section-heading h3{
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.9px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
}
.section-heading p{
    color: var(--theme);
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-family: Cantarell;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 190%; /* 34.2px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-family: 'Cantarell', sans-serif;
}
.section-heading p.text{
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
    letter-spacing: 0px;
    text-transform: inherit;
    font-family: 'Cantarell', sans-serif;
}

.banner{
    padding: 0px;
    position: relative;
}
.banner-content{
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}
.banner h1{
    letter-spacing: 12px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.60);
}
.heading-text{
    font-weight: 700;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-family: 'Cantarell', sans-serif;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    font-size: 18px;
}

.welcome-section{
    margin: 120px 0px;
}
.welcome-item{
    overflow: hidden;
}
.welcome-item:hover > img{
    transform: scale(1.05);
}
.wel-item-content{
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    padding: 20px 50px;
    background: #00332BCC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
.wel-item-content::after{
    content: "";
    position: absolute;
    top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
    border: 2px solid var(--theme);
}
.wel-item-content  h2{
    line-height: 1.8;
    margin-top: 30px;
}
.wel-item-content .btn-link{
    margin-top: 60px;
    text-decoration: none;
}

.services-section{
    margin: 140px 0px;
}
.services-row{
    gap: 40px;
}
.services-item{
    flex-grow: 1;
    width: 25%;
}
.ser-img{
    position: relative;
    overflow: hidden;
}
.ser-img::after{
    content: "";
    position: absolute;
    top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background: linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.1741071428571429) 100%);
    opacity: 0.6;
    transition: all 1s ease;
}
.services-item:hover img{
    transform: scale(1.04);
}
.services-item:hover .ser-img::after{
    opacity: 0;
}
.ser-item-content h2{
    font-size: 38px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
}
.ser-item-content p{
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Cantarell', sans-serif;
    margin-top: 10px;
    width: 101%;
}
.slick-prev{
    background: rgba(255, 255, 255, 0.80) url("assets/images/right-aerrow.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 0px;
    z-index: 9;
    width: 45px;
    height: 54px;
    text-indent: -11111px;

}
.slick-next{
    background: rgba(255, 255, 255, 0.80) url("assets/images/right-aerrow.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0px;
    z-index: 9;
    width: 45px;
    height: 54px;
    text-indent: -11111px;
}


footer{
    padding: 90px 0px;
    background: #000;
}
ul.footer-links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 7px;
}
.footer-links a{
    text-decoration: none;
    color: #8F9FA3;
    font-size: 16px;
}
.footer-links a:hover{
    color: #fff;
}
.footer-social a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    background: #fff ;
    border-radius: 100px;
}
.footer-social a:hover{
   background:#00397e;
	color:#fff;
}
.whatsapp-no a{
	color:#8F9FA3;
	font-size:14px;
	text-decoration:none;
}
.contact-details i,
.address i{
margin-right: 10px;
}
/* Top to bottom button CSS */

.back-to-top {
  width: 40px;
  height: 40px;
  background-color: #005fd5;
  color: white;
  border-radius: 50%;
  display: none;
  z-index: 9999;
  transition: opacity 0.3s ease;
	text-decoration:none;
}

.back-to-top:hover {
  background-color: #0056b3;
}
/* top menu  */
.top-menu{
    background: #000;
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    transition: all 0s ease;
}
.top-row{
    padding: 40px 0px;
}
.main-menu li{
    list-style-type: none;
    margin-bottom: 18px;
}
.main-menu li a{
    font-size: 22px;
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    letter-spacing: 1.92px;
    padding: 8px 0px;
    text-decoration: none;
    position: relative;
}
.main-menu li a::after{
    content: "";
    width: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: var(--theme);
    height: 1px;
    transition: all 0.8s ease;
}
.main-menu li a:hover::after{
    width: 100%;
}
.menu-right h3{
    font-size: 24px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: -0.24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.menu-right p{
    font-family: 'Cantarell', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0px;
}
/* top menu ends  */
.cursor-pointer{
    cursor: pointer;
}


/* For Page Header */

header{
    padding: 40px 0px;
    width: 100%;

	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.fixed header{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.footer-links .menu li {
    list-style-type: none;
    display: inline;
}
.footer-links .menu {
    margin: 0px;
	padding: 0px;
}

.inner-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 180px 0 70px 0;
    position: relative;
    color: #fff;
}
.inner-banner::before{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.page-title{
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 52px;
    letter-spacing: 7.8px;
    text-transform: uppercase;
}
.inner-banner p{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Cantarell', sans-serif;
    line-height: 1.5;
}

.rest-sec{
    padding: 80px 0px 80px;
    background: url(https://indapoint.org/hotel-sternen/wp-content/uploads/2023/12/Leaf-1.png) right top no-repeat;
}
.rest-sec.right{
    background: url(https://indapoint.org/hotel-sternen/wp-content/uploads/2023/12/Leaf-2.png) left bottom no-repeat;
}
.rest-sec h2{
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 47px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.rest-sec p{
    font-family: 'Cantarell', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #fffc;
}
.res-back-img{
    height:280px;
    width: 400px;
    max-width: 100%;
    position: absolute;
    left: -50px;
    top: -50px;
}
.rest-sec.right .res-back-img{
    right: -50px;
    left: auto;
}
.res-bottom{
    padding: 50px 0px 50px;
    background: url(https://indapoint.org/hotel-sternen/wp-content/uploads/2023/12/res-btm-bg.png) right top no-repeat;
    background-size: cover !important;
}
.res-btm-content{
    padding: 50px 30px 40px 30px;
    text-align: center;
    border: 2px solid var(--theme);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    max-width: 660px;
    margin: auto;
    display: inline-block;
}
.res-btm-content h2{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-family: 'Fjalla One', sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height:1.8;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}
.res-btm-content p{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-family: 'Cantarell', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.inner-content .section-heading h2{
    font-size: 40px;
    line-height: 1.4;
}
.inner-content .section-heading p{
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5;
}
.hotel-row {
    margin: 100px 0px;
}
.hotel-row-content{
    border: 2px solid var(--theme);
    background: rgb(12 21 24);
    padding: 45px 70px;
    position: relative;
    text-align: center;
    margin-left: -70px;
}
.hotel-row.right .hotel-row-content {
    margin-left: 0px;
    margin-right: -70px;
}
.hotel-row-content::before{
    content: "";
    border: 20px solid #0c1518;
    position: absolute;
    left: -22px;
    top: -22px;
    right: -22px;
    bottom: -22px;
}
.hotel-row-content h3{
    font-size: 28px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 20px;
}
.hotel-row-content p{
    font-size: 20px;
    font-family: 'Cantarell', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: var(--text-body);
}

.hotel-bottom{
    padding: 120px 0px 200px;
    background: url(https://indapoint.org/hotel-sternen/wp-content/uploads/2023/12/hotel-btn-bg.png) right top no-repeat;
    background-size: cover !important;
}
.hotel-btm-row{
    padding: 40px 60px 44px 60px;
    margin-top: -70px;
    background: #0C1518;
}
.hotel-nav .slick-slide{
    font-size: 28px;
    font-family: 'Cantarell', sans-serif;
    color: #FFF1E1;
    margin-bottom: 30px;
    cursor: pointer;
}
.hotel-nav i{
    margin-right: 10px;
    opacity: 0;
}
.hotel-nav .slick-slide.slick-current i {
    opacity: 1;
}

.ser-item-content h3{
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
}
.content-list{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.content-list{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.content-list li{
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.content-list li::before{
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 80%;
}


.contact-form  .form-group + .form-group{
    margin-top: 45px;
}
.contact-form .form-control{
    border: none;
    border-bottom: 1px solid #767676;
    font-size: 16px;
    color: #fff;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    padding: 0px 0px 15px 0px;
	max-height: 50px;
}
.contact-form .form-control::placeholder{
    color: #A3A3A3
}
.contact-bottom{
    padding: 20px 30px;
    background-size: cover !important;
    height: 100%;
}
.contact-btm-content{
    padding: 40px 30px 40px 30px;
    text-align: center;
    border: 2px solid var(--theme);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    max-width: 660px;
    margin: auto;
    display: inline-block;
    height: 100%;
}
.contact-btm-content h2{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-family: 'Fjalla One', sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height:1.4;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}
.contact-btm-content p{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    font-family: 'Cantarell', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.wpcf7-form-control[type="submit"]{
	font-size: 16px;
    font-family: 'Cantarell', sans-serif;
    color: #fff;
    font-weight: 500;
    border:none;
    background: var(--theme);
    height: 53px;
    padding: 10px 30px;
    margin-top: 45px;
	border-radius: 100px;
}
.wpcf7-not-valid-tip{
	margin-top: 5px;
    position: absolute;
	font-size: 14px;
}
.wpcf7-response-output{
	border: none !important;
    padding: 0px !important;
    font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color: #f77171;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #85e785;
}

.gt_selector{
    background: no-repeat;
    color: #fff;
    border: none;
    font-family: 'Cantarell', sans-serif;
    width: 100px;
    outline: none;
}
.gt_selector option {
    color: #333;
	font-size:16px;
}

.conference-contact-form h4 {
    color: var(--theme);
    /* border-bottom: 1px solid var(--theme); */
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-family: 'Cantarell', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}
.conference-contact-form .form-group  label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Cantarell', sans-serif;
	display: block;
}
.conference-contact-form .form-control {
    border: 1px solid #fff;
    background: #fff !important;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    color: #000;
	font-family: 'Cantarell', sans-serif;
}
.conference-contact-form br {
    display: none;
}
.conference-contact-form .form-check p{
	margin-bottom: 0px;
}
.form-group p + .form-check{
	margin-top:-15px;
}
.conference-contact-form textarea.form-control {
    height: 80px
}
.wpcf7-list-item{
	 margin: 0 20px 0 0em;
}
.conference-contact-form .form-group  span {
    font-weight:400 !important;
}
.conference-contact-form .wpcf7-not-valid-tip{
    margin-top: 0px;
    font-size: 13px;
}
.wpcf7-not-valid-tip{
	color: #f77171;
}
.divider{
    width: 100%;
    position: relative;
}
.divider::before{
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0201FF 43.4%, #5412DE 100%);
    display: block;
}
.divider::after{
    content: "";
    width: 90%;
    height: 3px;
    background: linear-gradient(90deg, #0201FF 43.4%, #5412DE 100%);
    margin-top: 20px;
    display: block;
}
.divider.right::after{
    content: "";
    width: 90%;
    margin-left: 10%;
}

.elegance-gallery{
    margin: 0;
    padding: 0;
    column-count: 3;
    column-gap: 10px;
}
.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    break-inside: avoid;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.section-heading.line h2::after,
h2.line::after{
    content: "";
    width: 140px;
    height: 3px;
    background: linear-gradient(90deg, #0201FF 43.4%, #5412DE 100%);
    margin-top: 10px;
    display: block;
}
.section-heading.line.center h2::after,
h2.line.center::after{
    margin-left: auto;
    margin-right: auto;
}
.bg-none{
    background: none !important;
}

.restaurant-row{
    max-width: 1400px;
    margin: auto;
}
.middle.welcome-item{
    width: 44%;
}
.middle.welcome-item .res-box-content{
    background: #1B2127;
    padding: 160px 100px 140px;
}
.res-box-content::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 120px;
    background: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
}

.page-content{
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: var(--font-cantarell);
}
.page-content h2 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px
}
.page-content h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px
}
.page-content h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px
}
.page-content h5 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px
}
.page-content p+h2,.page-content p+h3,.page-content p+h4,.page-content ul+h2,.page-content ul+h3,.page-content ul+h4,.page-content .table-responsive+h3 {
    margin-top: 30px
}
.page-content ul {
    margin-bottom: 30px;
    margin-left: 20px
}
.page-content li {
    list-style-position: outside;
    margin-bottom: 10px
}
.page-content ol {
    margin-bottom: 30px;
    margin-left: 20px;
    padding: 0
}
.page-content ol li {
    list-style-type: decimal
}


.wpcf7-form-control-wrap {
  display: block;
}

footer img{
	max-height: 80px;
}
.btn-link.btn {
    font-size: 15px !important;
    font-family: 'Cantarell', sans-serif;
    color: #fff !important;
    font-weight: 500;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    min-height: 40px;
    padding: 6px 18px !important;
    border-radius: 100px;
    text-decoration: none;
}

/* Sorgt dafür, dass der Header-Text sich korrekt ausrichtet */
.banner-content {
    display: flex;
    justify-content: center; /* Zentriert den Text */
    align-items: center;
    text-align: center; /* Falls nötig, um Überschriften und Textblöcke zu zentrieren */
    width: 100%;
/*     max-width: 1200px;  */
    margin: 0 auto;
    padding: 0 5%; /* Fügt links und rechts ein wenig Abstand hinzu */
}

/* Falls das Problem nur im Header-Bereich ist */
header .container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* Anpassung für mobile Geräte */
@media (max-width: 1024px) {
    .banner-content {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .banner-content {
        max-width: 100%;
        padding: 0 5%;
    }
}


