
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans&display=swap');
/* variable */
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/project-fonts/kastelov-axiforma-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {     
    --base-color: #d6ab52;
    --light-medium-gray:#fafaf7;
    --dark-gray: #404041;
    --primary-font: 'Montserrat', sans-serif;
    --alt-font: 'Axiforma', sans-serif;
}
body {
    font-size: 17px;
    line-height: 30px;
    color:var(--dark-gray);
}
section {
    padding-top: 90px;
    padding-bottom: 90px;
}
/* bg sliding line */
.bg-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #9c2531 45%, #9c2531 55%, transparent 0);
    background-size: 5px 5px;
}
/* header */
.header-push-button .push-button {
    height: 8px;
}
header .navbar-brand img {
    max-height: 48px;
}
.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    width: 15px;
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.hamburger-logo img {
    max-height: 48px;
}
.hamburger-nav {
    width: 30%;
}
.menu-item-list .nav-link {
    font-size: 20px;
    line-height: 20px;
    color: var(--base-color);
}
/* font size */
.fs-335 {
    font-size: 20.938rem;
    line-height: 18.75rem;
}
/* margin */
.mt-minus-40px {
    margin-top: -40px;
}
/* top left right bottom */
.top-20 {
    top: 20%;
}
.top-35 {
    top: 35%;
}
.gutter-medium {
    margin-left: -7px;
    margin-right: -7px;
}
.portfolio-transform .portfolio-box .caption {
  padding: 20px 20px 10px;
}
.progress-bar-style-01 .progress .progress-bar-percent:after {
    border-top-color: #000;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to top, #ffffff, #ffffff, #fcfafa, #fcfafa, #f7f7f7);
}
/* text shadow large */
.text-shadow-large {
    text-shadow: 0 20px 60px rgb(0, 0, 0, 0.15);
}
.outside-box-bottom-2 {
    margin-bottom: -2vw; 
}
@media only screen and (max-width: 1700px) {
    .hamburger-nav {
        width: 35%;
    }
}
@media only screen and (max-width: 1600px) {
    .fs-335 {
        font-size: 15.625rem;
        line-height: 15.625rem;
    }
    .left-img {
        width: 300px;
    }
}
@media only screen and (max-width: 1399px) {
    .left-img {
        width: 250px;
    }
    .hamburger-nav {
        width: 40%;
    }
}
@media only screen and (max-width: 1399px) {
    .fs-335 {
        font-size: 12.5rem;
        line-height: 12.5rem;
    }
}
@media only screen and (max-width: 1199px) {
    .fs-335 {
        font-size: 10.625rem;
        line-height: 10.625rem;
    }
}
@media only screen and (max-width: 991px) {
    section {
          padding-top: 75px;
          padding-bottom: 75px;  
    }
}
@media only screen and (max-width: 767px) {
    .fs-335 {
        font-size:6.25rem;
        line-height: 6.25rem;
    }
    section {
          padding-top: 50px;
          padding-bottom: 50px;  
    }
}

/* Start banner Blur */

    .blur {
    background: rgba(11, 69, 57, 0.1);           
    backdrop-filter: blur(10px);                    
    -webkit-backdrop-filter: blur(10px);           
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);    
}
/* End banner Blur */

#banner-slider .swiper-container {
    width: 100%;
    overflow: hidden; /* Prevent content from overflowing */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; /* Includes padding in width */
}

#banner-slider .swiper-slide {
    width: 100%; /* Each slide takes full width */
    display: flex;
    justify-content: center;
    align-items: center
}

#banner-slider .desktop-section {
    display: none;
}

#banner-slider .mobile-section {
    display: block;
}

@media (min-width: 768px) {
    #banner-slider .desktop-section {
        display: block;
    }

    #banner-slider .mobile-section {
        display: none;
    }
}

#banner-slider .swiper-button-next,
#banner-slider .swiper-button-prev {
  color: #ffffff !important; /* Make sure arrow is visible */
  display: block;
  z-index: 10;
}


/* Location */

#location .map,
#location .map iframe {
    height: 100%;
    min-height: 520px;
}

#location .advantages {
    height: 100%;
    min-height: 520px; /* Ensures a minimum height */
}
#location .padding
{
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--base-color);
    padding: 40px;
}

/* Ensure the accordion stays within the screen width */
#location .accordion {
    max-width: 100%;
    margin: 0 auto; /* Center the accordion */
    padding-left: 15px; /* Add left padding */
    padding-right: 15px; /* Add right padding */
}

/* Media query to handle mobile view */
@media (max-width: 767px) {
    #location .padding
{
    padding: 40px 20px;
}

    #location .accordion {
        padding-left: 15px; /* Ensure left padding */
        padding-right: 15px; /* Ensure right padding */
    }
}

#location .row {
    min-height: 500px; /* Set a minimum height if needed */
}

#location .map, 
#location .advantages {
    display: flex;
    flex-direction: column;
}

#location .advantages > div {
    flex: 1; /* Makes the content div fill available space */
}

/* Teaser Desktop */

#teaser
{
    margin-top: -50px;
}
/* Teaser Desktop */

/* Teaser Mobile */

@media (max-width: 768px) {
    #teaser .container {
        height: auto !important;
        padding: 0px !important;
    }

    #teaser .video-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #teaser .video-container iframe {
        width: 100% !important; 
        height: auto !important; 
        aspect-ratio: 16 / 9; 
    }
}

/* Teaser Mobile */

/* Retail and Office */

#configuration-sec.container {
    padding: 0
}

#configuration-sec table {
    width: 100%;
    border-collapse: collapse
}

#configuration-sec td,
#configuration-sec th {
    border: 1px solid var(--medium-gray);
    padding: 10px;
    text-align: center
}

#configuration-sec th {
    background-color: var(--dark-gray);
    font-weight: 700;
    color: var(--base-color)
}

#configuration-sec td {
    background-color: var(--very-light-cream)
}

#configuration-sec .btn {
    margin: 0 auto;
    display: inline-block
}

#configuration-mobile .container {
    padding: 0
}

#configuration-mobile table {
    width: 100%;
    border-collapse: collapse
}

#configuration-mobile td,
#configuration-mobile th {
    border: 1px solid var(--medium-gray) !important;
    padding: 10px;
    text-align: center
}

#configuration-mobile-mobile th {
    background-color: #f4f4f4;
    font-weight: 700
}

#configuration-mobile td {
    background-color: var(--very-light-cream)
}

#configuration-mobile .btn {
    margin: 0 auto;
    display: inline-block
}

#configuration-mobile {
    display: none
}

@media (max-width:767px) {
    #configuration-sec {
        display: none
    }
    #configuration-mobile {
        display: block
    }
}

/* Footer */

/* Footer Styles */
#footer table {
    margin: 0 auto; /* Centers the table horizontally */
  }

  #footer table td {
    text-align: center; /* Centers the content inside each cell horizontally */
    vertical-align: middle; /* Centers the content vertically inside each cell */
    padding: 10px; /* Optional: adds some space inside each cell */
  }

  #footer .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content in the first column */
    align-items: center; /* Ensures that content is centered horizontally within the column */
    height: 100%; /* Ensures the column takes the full height of the container */
  }

  #footer .col-lg-5 p,
  #footer .col-lg-5 table {
    margin-bottom: 15px; /* Adds space between paragraphs and table */
  }

  /* Footer Form Style */
  .border-bottom-only {
    border: none;
    border-bottom: 1px solid var(--medium-gray) !important; /* Adjust the color as needed */
    padding-bottom: 8px; /* Optional padding */
    border-radius: 0; /* Ensures no rounded corners */
    box-shadow: none; /* Removes any default box shadows */
}

.form-group {
    margin-bottom: 20px;
}

#footer .row {
    margin-bottom: 15px;
}

#footer form select option 
{
    color: rgb(0, 0, 0); 
    background-color: var(--darkest-gray);
}

#footer form select:focus, 
#footer form select:active, 
#footer form select option:checked {
    color: rgb(0, 0, 0); /* Keep the selected text white */
}

@media (max-width: 767px) {
    #footer .row .col-md-6 {
        margin-bottom: 20px;
    }
}


/* Media query to handle mobile view */
@media (max-width: 767px) {
    .desktop-section {
        display: none;
    }
    .mobile-section {
        display: block;
    }
}


.country-code-select {
    max-width: 120px !important;
    appearance: none; 
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center ;
    background-size: 15px;
    padding-right: 30px; 
    cursor: pointer;
}

.country-code-select1 {
    max-width: 120px !important;
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}


.country-code-select2 {
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}

/* Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
  left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 600px) {
	.float{
		bottom:70px;
}
}
/*End Whatsapp*/