@import url('https://fonts.cdnfonts.com/css/caviar-dreams');

*{
    scroll-behavior: smooth;
    list-style: none !important;
    text-decoration: none !important;
    transition: 0.25s ease-in-out !important;
}

body {
	margin: 0;
    background: #ffffff;
    /* background-color: #02070e; */
	overflow-x: hidden;
	font-weight: 800;
    transition: all 200ms linear;
    font-family: 'Inter', sans-serif !important;
}

body::-webkit-scrollbar {
    width: 15px;               /* width of the entire scrollbar */
  }
  
body::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
}
  
body::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 2px solid transparent;  /* creates padding around scroll thumb */
}

.container {
	margin: 0 auto;
}

/* #Primary
================================================== */

a{
    text-decoration: none;
}

::selection {
	color: #fff;
	background-color: #7F7F7F;
}

::-moz-selection {
	color: #fff;
	background-color: #7F7F7F;
}

/* #Navigation
================================================== */


#header{
    background-color: transparent;
    color: #000;
}

#header-sroll{
    background-color: #001835;
    color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#header-sroll button{
    background: transparent; 
    color: #FFF;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.25s ease-in-out;
}

#header-sroll button:hover{
    background: #e9b21a; 
    color: #000000;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.logo{
    width: 20vh;
    max-width: 300px;
    min-width: 200px;
}

nav{
    position: fixed;
    width: 100vw;
    transition: 0.25s ease-in-out;
    height: 80px;
    background-color: #000000;
    padding: 15px 2vw;
    z-index: 99999999;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: capitalize;
}

nav li{
    height: 50px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    transition: 0.25s ease-in-out;
    font-weight: 400;
}

/* nav a:hover{
  color: #000000;
} */

nav li:first-child{
    margin-right: auto;
}

nav img{
    width:40px;
}

.sidebar{
    position: fixed;
    top: 0; 
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: hsla(213, 100%, 10%, 0.671);
    backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 0.25s ease-in-out;
    font-weight: 400;
    z-index: 999999999;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

.menu-button{
    display: none;
}

@media(max-width: 960px){

    nav a{
        height: 100%;
        padding: 0 ;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: rgb(255, 255, 255);
        transition: 0.25s ease-in-out;
    }

    .hideOnMobile{
        display: none;
    }

    .menu-button{
        display: block;
    }

    .cta{
        display: none;
    }

    .sidebar{
        width: 80%;
        padding-top: 20px;
    }

}







/* #header{
    background: transparent; 
    color: #000;
}

#header button{
    background: #e9b21a; 
    font-weight: 500;
}

#header-sroll{
    background-color: #001835;
    color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

}

#header-sroll button{
    background: transparent; 
    color: #FFF;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

}

#header-sroll button:hover{
    background: #e9b21a; 
    color: #000000;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
    font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    width: 100vw;
    z-index: 99999999;
    transition: 0.25s ease-in-out;
}

.mobile .nav-links{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.logo{
    width: 20vh;
    max-width: 300px;
    min-width: 200px;
}

li, a, button{
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    transition: all 250ms linear;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li{
    display: inline-block;
    padding: 0 20px;
} */

button{
    padding: 9px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    background: #e9b21a;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    border: 1px solid #e9b21a;
    color: #000;
}

button:hover{
    background-color: #e9b21a;
    color: #000 !important; 
}


/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #FFF;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* 
body.dark .logo img {
  filter: brightness(100%);
} */

/* post */

.post-section #photo img{
    width: 17vw;
    height: auto;
    padding: 0;
    margin: 50px 0;
    transition: 0.4s ease-in-out;
}

.post-section #photo img:hover{
    transform: scale(1.04);
}


.post-section{
    overflow: hidden;
    padding: 20px 0;
    /* background-color: #02070e;  */
    white-space: nowrap;
    position: relative;
}

.post-section:before,
.post-section:after{
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

/* .post-section:after{
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #0a0a0a);
}

.post-section:before{
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0),#0a0a0a);
} */

@keyframes slide {
    from{
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.post-section:hover .post-slide{
    animation-play-state: paused;
}

.post-slide{
    display: inline-block;
    animation: 25s slide infinite linear;
}

.post-slide img{
    height: 7vw;
    margin: 0 40px;
}

/* logo slide */

.logos-section #photo img{
    width: 17vw;
    height: auto;
    padding: 0;
    margin: 50px 0;
    transition: 0.4s ease-in-out;
}

.logos-section #photo img:hover{
    transform: scale(1.04);
}


.logos-section{
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos-section:before,
.logos-section:after{
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos-section:after{
    right: 0;
    background: linear-gradient(to right, rgb(255,255,255,0), rgb(255, 255, 255));
}

.logos-section:before{
    left: 0;
    background: linear-gradient(to left, rgb(255,255,255,0), rgb(255, 255, 255));
}

@keyframes slide {
    from{
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos-section:hover .logos-slide{
    animation-play-state: paused;
}

.logos-slide{
    display: inline-block;
    animation: 25s slide infinite linear;
}

.logos-slide img{
    height: 7vw;
    margin: 0 40px;
}


/* pages */

.hero {
    background-size: 100vw;
    background-size: cover;
    height: 92.5vh;
    align-items: center;
    justify-content: center;
    background-attachment: fixed; 
}

.hero .video{
    position: relative;
    height: 90vh;
    width: 100%;
    object-fit: cover; /* Scales the video to cover the container, cropping excess */
    object-position: center center; /* (Optional) Adjusts the focal point of the crop */
    z-index: -1;
}


.sub{
    background-image: linear-gradient(rgb(36,36,36), rgb(56,56,56)), url(./Src/escopo.png);
    background-size: 100vw;
    padding-bottom: 60px;
}

.heroBackground{
    /* background-color: rgba(0,0,0,0.5); */
    border-radius: 5px;
    max-width: 65vw;
    width: 90vw;
    padding: 30px;
}

.heroContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin: 0 auto;
    height: 90%;
    text-align: center;
    padding: 30px;
}

.heroContainer p{
    color: #FFFFFF;
}

.heroContainer img{
    margin-top: 100px;
    width: 40px;
}

.heroHeading {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}

.heroHeading span {
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #CD7F32, #945D41);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

@media screen and (max-width: 760px) {
    .heroHeading {
        font-size: 42px;
    }
    .heroDescription {
        font-size: 40px;
    }
    .m{
        font-size: 30px;
    }
}

.hero-about{
    background-color: #9E9072;
    padding: -10px 0 -10px 0;
    
}

.hero-about-container{
    margin: 0px 100px 0 100px;
    display: flex;      
}

.hero-button{
    background-color: #163936;
    color: #FFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border-radius: 5px;
}

#hero-about{
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

#title{
    font-size: 50px;
    /* color: #000000; */
    color: #000000;
    max-width: 750px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
}

#sub-title{
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-top: 00px;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 4px;
    
}

#info-title{
    font-size: 45px;
    color: #000;
    width: 750px;
    margin-bottom: -70px;
    font-weight: 300;
    margin-bottom: 100px;
    margin-top: 00px;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 10px;
}

#info-sub-title{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-top: 00px;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 4px;
   
}

.title-container{
    margin-bottom: 50px;
    margin-top: 60px;
}

#demo{
    text-align: right;
}

.owl-container{
    text-align: start;
    padding: 50px 10vw;
    background-color: #001835;
    color: #FFF;
}

.owl-container button{
    background: transparent; 
    color: #FFF;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.owl-container button:hover{
    background: #e9b21a; 
    color: #000000;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.owl-container #title{
    color: #000000;
}

#owl-demo .item{
    background: #E7E7E7;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 450px;
    align-items: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

}

#owl-demo .item a{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 50px;
    margin-left: 40px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 280px;
    transition: 0.4s ease-in-out;
}

#owl-demo .item a:hover{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 30px 12px 30px;
    margin-left: 60px;
}
    

#owl-demo .item h2{ 
    position: absolute;
    margin-left: 40px;
    margin-top: 180px;
    font-weight: 400;
       
}

.a1{ 
    background-image: url(./Src/Empreendimentos/city-5716456_1920.jpg);
       
}

#owl-demo{
    margin: 0px;
}

#clients #title{
    text-align: center;
    justify-content: center;
}

.owl-container-depo{
    text-align: start;
    margin-top: 0px;
    margin-bottom: 50px;
    color: white;
    margin-left: 270px;
    margin-right: 270px
}

#about{
    background-color:#fff;
    color: #000;
}

.about-container{
    position: relative;
    padding: 80px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.info-container{
    position: relative;
    display: flex;
    flex-wrap: wrap; 
    text-align: center;
    justify-content: center;
    margin-bottom: 100px; 

}

#division{
    display: none;
}

.about-container-vertical{
    position: relative;
    padding: 80px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.info-container-vertical{
    position: relative;
    display: flex;
    flex-wrap: wrap; 
    text-align: center;
    justify-content: center;
    margin-bottom: 100px; 
}

.info-container2{
    position: relative;
    display: flex;
    flex-wrap: wrap; 
    text-align: center;
    justify-content: center;
    margin-bottom: 20px; 
}

#info{
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: -50px;
}

#info-img{
    width: 60vw;
}

#info-img-vertical{
    width: 500px;
    margin-left: 300px;
}

#place{
    font-weight: 400;
}

.info-text{
    width: 380px;
    text-align: left;
    margin-left: 60px;
    margin-top: 180px;
}

.info-text h2{
    font-size: 25px;
    font-weight: 350;
    margin-top: 20px;
}

.info-text-2{
    margin-right: 200px;
}

.info-text-vertical{
    width: 380px;
    text-align: left;
    margin-left: 60px;
    margin-top: 140px;
    color: #7D7E79;
}

.info-text-vertical h2{
    font-size: 27px;
    font-weight: 350;
    margin-top: 20px;
}

.info-text-vertical p{
    font-size: 17px;
    font-weight: 350;
    margin-top: 20px;
    text-align: start;
    margin-bottom: -10px;
    padding-top: 10px;
}

.infoBuild{
    /* margin-top: 80px; */
}

.infoBuild a{
    margin-top: 140px; 
    color: #000;
    background-color: #945D41;
    font-weight: 300;
    font-size: 20px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.infoBuild p{
    color: #7D7E79;
    font-weight: 300;
    font-size: 25px;
    padding: 2px;
    padding-right: 10px;
    padding-top: 10px;
    text-decoration: none;
}

#owl-about{
    padding: 50px 0 0 0;
}

#owl-about .item{
    display: flex;
    background-color: #012757;
    padding: 40px 10px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    text-align: center;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.item-text-container{
    border-radius: 5px 5px 0 0;
}

.item-text-container img{
    width: 25%;
    max-width: 100px;
    border-radius: 100px;
    margin: 30px 0 15px;
}

#owl-about .item h1{
   margin: 10px 20px;
   font-size: 23px;
   font-weight: 300;
   height: auto;
   color: #ffffff;
}

#owl-about .item h2{
    font-size: 25px;
    font-weight: 400;
    height: auto;
    color: #ffffff;
    margin: 5px 20px;
}

 #owl-about .item h3{
    font-size: 16px;
    font-weight: 300;
    color: #e9b21a;
    margin: 0;
}

@media (max-width:1300px){
    #owl-about .item h1{
        font-size: 18px;
        font-weight: 400;
     }
}

#owl-about{
    margin-top: -70px;
}

#about-button{
    color: #000;
    font-weight: 400;
}

#about-button:hover{
    color: #000;
}

.about-button-container{
    color: #000;
    background-color: #e7e7e7;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40vw;
    padding-right: 40vw;
    transition: .40s ease-in-out;
    text-decoration: none;
    margin-left: 5vw;
    margin-right: 3.5vw;
}

.about-button-container:hover{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #000;
    text-decoration: none;
}

@media (max-width: 1290px) { 
    
    .about-button-container{
        padding-left: 30vw;
        padding-right: 30vw;
        margin-right: 20vw;
    }
    
}

#info-logo{
    width: 100px;
}

.logo-container{
    position: relative;
    display: flex;
    flex-wrap: wrap; 
 
}

.back-container{
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
    padding: 150px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.logo-text{
    margin-left: 90%;
    
}

.whats-content{
    position: fixed;
    display:block;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 100px;
    background-color: #00DE0A;
    color: #FFF;
    width: 180px;
    height: 40px;
    transition: .40s ease;
    text-align: center;
    justify-content: center;
    align-items: center;  
}


.whats-content:hover{
    background-color: #f5f5f5;
    color: #000;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    text-decoration: none;
}

#whats-text{    
    font-size: 19px;
    margin-left: 10px;
    margin-top: 8px;
    cursor: pointer;
}

#whats-logo{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -75px;
    margin-top: 8px;
}

#place{
    font-weight: 400;
}

.icons a{
    display: inline-block;
    font-size: 40px;
    color: #d6d6d6;
    margin-right: 17px;
    transition: all .40s ease;
    text-decoration: none;
}

.icons a:hover{
    color: #d6d6d6;
    transform: translateY(-3px) translateX(-5px);
}

.presentation{
    
}

.presentation p{
    color: #000;
    text-align: start;
    font-size: 20px;
}

.presentation img{
    width: 150px;
    position: absolute;
    margin-left: 70vw;
    margin-bottom: -40px;
}

#button{
    background-color: transparent;
    padding: 10px 60px 10px 60px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease-in-out .45s ;
    color: #fff;
    font-weight: 400;
    border: 1px #fff solid;
    text-align: center;
}

#button:hover{
    padding: 10px 60px 10px 60px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #BEB28A;
    border: 1px #BEB28A solid;
}

.loft-container{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0;
    margin-bottom: -50px;
}

.loft-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.loft-image{
    background: url(./Src/SemImagem.png);
    background-attachment: fixed;
    height: 40vh;
    width: 49.5vw;
}

.loft-text{
    text-align: center;
    justify-content: center;
    width: 49.5vw;
    background-color: #E7E7E7;
}

#loft-content{
    margin-top: 15vh;
    font-weight: 400;
}

.map-container{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0;
}

#form-button:hover{
    transform: scale(1.1);
}

input {
	background-color: transparent;
	border: 1px solid #FFF;
	padding: 5px 20px;
	width: 100%;
    height: auto;
    color: #fff;
    border-radius: 20px 0 0 20px;
}

.input-row{
    display: grid;
    grid-template-columns: auto auto;
}

.news-button{
    border-radius: 0 20px 20px 0;
    height:60px;
    align-items: center;
    text-align: center;
}

.news-button i{
    font-size: 30px;
}

#owl-demo .item-plant{
    background: #E7E7E7;
    padding: 30px 0px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 400px;
    width: 99%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -25px;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	zoom: 1;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #e9b21a;
    transition: ease-in-out 0.4s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
    width: 40px;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.buildingStage{
    text-align: center;
    padding: 40px;
    align-items: center;
    justify-content: center;
    
}

.buildingStage h1{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 100px;
    margin-top: 100px;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 60px;
}

.state-container{
    padding: 40px 0 -40 0;
    margin: 0 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, auto));
}

.state-container .margin{
    border-bottom: 2px solid #7D7E79;
    padding: 60px 0 10px;
    margin-left: 10%;
    width: 80%;
    text-align: left;
}

.margin b{
    font-size: 18px;
    font-weight: 500;
    width: 48%;
}

.margin i{
    font-size: 18px;
    font-weight: 700;
    color: #BEB28A;
}

.margin2{
    border-bottom: 3px solid #7D7E79;
    padding: 60px 0 10px;
    margin-left: 10%;
    width: 80%;
    text-align: left;
    color: #7D7E79;
}

.margin2 b{
    font-size: 25px;
    font-weight: 500;
    width: 48%;
}

.margin2 i{
    font-size: 25px;
    font-weight: 700;
    color: #BEB28A;
    margin-right: 5px;
    
}

.margin3{
    padding: 30px 0 0px;
    margin-left: 10%;
    width: 80%;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
}

.margin3 b{
    font-weight: 400;
    width: 48%;
}

.margin3 i{ 
    font-weight: 500;
    color: #BEB28A;
    margin-left: 5px;
    font-style: normal;
}

.diferentials{
    text-align: center;
    padding: 80px 0 10px 0;
    background-color: #F5F5F5;
    color: #7D7E79;
}

.diferentials h1{
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 100px;
    margin-top: 00px;
    /* font-family: 'Caviar Dreams', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 10px;
}

#owl-plant .item{
    background: #E7E7E7;
    padding: 30px 0px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 600px;
    align-items: left;
    background-size: cover;
}

#owl-plant .item a{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 50px;
    margin-left: 40px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 280px;
    transition: 0.4s ease-in-out;
}

#owl-plant .item a:hover{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 30px 12px 30px;
    margin-left: 60px;
}
    

#owl-plant .item h2{ 
    position: absolute;
    margin-left: 40px;
    margin-top: 180px;
    font-weight: 400;
}

.interior-Stage{
    text-align: center;
    background-color: #eeeeee;
    padding: 40px;
    align-items: center;
    justify-content: center;
}

.interior-Stage h1{
    font-size: 50px;
    font-weight: 700;
}

.interior-container{
    padding: 0px 0 -40 0;
    margin: 0 100px 0 200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, auto));
}

.interior-stage-container{
    margin-top: -50px;
    margin-bottom: 50px;
}

.margin{
    padding: 60px 0 10px;
    margin-left: 10%;
    width: 80%;
    text-align: left;
    color: #7D7E79;
}

.margin b{
    font-size: 18px;
    font-weight: 500;
    width: 48%;
}

.margin i{
    font-size: 18px;
    font-weight: 700;
    color: #BEB28A;  
}

.margin c{
    font-size: 25px;
    font-weight: 500;
}


.owl-diferentials .item{
    background: #E7E7E7;
    padding: 30px 0px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 600px;
    align-items: left;
    background-size: cover;
}

#owl-diferentials .item{
    background: #E7E7E7;
    padding: 30px 0px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 300px;
    align-items: left;

}

#owl-diferentials .item a{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 50px;
    margin-left: 40px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 280px;
    transition: 0.4s ease-in-out;
}

#owl-owl-diferentials .item a:hover{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 30px 12px 30px;
    margin-left: 60px;
}
    

#owl-owl-diferentials .item h2{ 
    position: absolute;
    margin-left: 40px;
    margin-top: 180px;
    font-weight: 400;
       
}

#owl-diferentials .item {
    text-align: center;
    color: #beb28a;
    background-color: transparent;
}

#owl-diferentials .item h1{
    font-size: 20px;
    letter-spacing: 3px;
}

#owl-diferentials .item i{
    font-size: 70px;
    letter-spacing: 3px;
    margin: 50px 0px 20px 0px;
}

@media (max-width:900px){


    .interior-container{
        margin: 0 0 0 20px;
    }

    .margin{
        padding: 20px 0 10px;
        margin-left: 40%;
        width: 80%;
        text-align: left;
        color: #7D7E79;
    }

    .diferentials{
        text-align: center;
        padding: 40px 0 0 0;
        background-color: #F5F5F5;
        color: #7D7E79;
        margin-bottom: 0;
    }    
    
    .diferentials h1{
        font-size: 25px;
        font-weight: 400;
        margin-bottom: -30px;
        /* font-family: 'Caviar Dreams', sans-serif; */
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    #owl-diferentials .item{
        padding: 30px 0px;
        margin: 2px;
        height: 200px;
    }

    #owl-diferentials .item h1{
        font-size: 14px;
        letter-spacing: 3px;
    }

    #owl-diferentials .item i{
        font-size: 50px;
        letter-spacing: 3px;
        margin: 20px 0px 10px 0px;
    }

    .buildingStage h1{
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 30px;
        /* font-family: 'Caviar Dreams', sans-serif; */
        text-transform: uppercase;
        letter-spacing: 10px;
        margin-top: 0px;
    }

    .margin2{
        border-bottom: 3px solid #7D7E79;
        padding: 60px 0 10px;
        margin-left: 10%;
        width: 80%;
        text-align: left;
        color: #7D7E79;
    }
    
    .margin2 b{
        font-size: 20px;
        font-weight: 500;
        width: 48%;
    }
    
    .margin2 i{
        font-size: 23px;
        font-weight: 700;
        color: #BEB28A;
        margin-right: 5px;
        
    }

    #owl-plant .item{
        background: #E7E7E7;
        padding: 30px 0px;
        margin: 2px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 25vh;
        align-items: left;
        background-size: cover;
    }

    .state-container{
        padding: 40px 0 -40 0;
        margin: 0 -20px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, auto));
    }

    .interior-container{
        padding: 0px 0 0px 0;
        margin: 0 0px 0 0px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25%, auto));
    }

    .interior-container .margin{
        margin: 0 0px 0 1.5vw;
    }

    .margin b{
        font-size: 14px;
        font-weight: 500;
    }

    .margin c{
        font-size: 17px;
        font-weight: 500;
    }
    
}

.background-color{
    background-color: #F5F5F5;
    padding: 20px 0;
}

#projetos{
    margin-bottom: 60px;
}

.grid-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: auto auto auto;
    justify-content: center;
    padding: 1vw 2vw 0;
    gap: 1vw;
}

.grid-wrap a{
    text-align: right;
}

.grid{
    display: flex;
    align-items: center;
    grid-template-columns: auto auto;
    width: auto;
    height: auto;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

/* .grid .image{
    position: flex;
    background-image: url("./Src/Serviços/MM3A1333.png"); 
} */

.grid-inside{
    color: white;
    height: auto;
    width: 24.6vw;
    min-height: 450px;
    justify-content: left;
    padding: 15% 5%;
    background-color: #0f0f0f;
}

.grid-image{
    color: white;
    height: 100%;
    width: 19.6vw;
    min-height: 452px;
    justify-content: left;
    padding: 15% 50px;
    background-image: url("./Src/Serviços/MM3A1333.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.grid:hover{
    transform: scale(1.02);
}

.grid-inside h1{
    font-size: 40px;
    text-transform: uppercase;
}

.grid-inside h2{
    font-size: 25px;
    text-transform: uppercase;
    line-height: 0.6;
}

.grid-inside h3{
    font-size: 1.2em;
    padding-top: 20px;
}

.grid-wrap #main{
    width: 90vw;
}

.bussiness-grid{
    display: flex;
    align-items: center;
    height: 200px;
    width: 60vw;
    justify-content: center;
    margin: 5vw 5vw 0;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.bussiness-grid-inside{
    color: white;
    height: auto;
    width: 10;
    min-height: 450px;
    justify-content: left;
    padding: 15% 5%;
    background-color: #0f0f0f;
}

.bussiness-grid-image{
    color: white;
    height: 100%;
    width: 100%;
    min-height: 452px;
    justify-content: left;
    padding: 15% 50px;
    background-image: url("./Src/Serviços/MM3A1333.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-mini{
    display: flex;
    background-color: #001835;
    align-items: center;
    grid-template-columns: auto auto auto;
    width: auto;
    height: auto;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.grid-mini:hover{
    transform: scale(1.04);
}

.grid-inside-mini{
    color: white;
    height: auto;
    width: 25vw;
    min-height: 355px;
    justify-content: left;
    padding: 15% 5%;
    background-color: #001835;
}

.grid-image-mini{
    height: 100%;
    width: 15vw;
    background-image: url("./Src/Serviços/MM3A1333.png");
    background-size: cover;
}

.grid-mini h2{
   font-size: 1.3rem;
   font-weight: 400;
   text-transform: uppercase;
   line-height: 10px;
   color: #e9b21a;
   padding-bottom: 5px;
}

.grid-mini h1{
    font-size: 2rem;
    text-transform: uppercase;
}

.grid-mini h3{
   font-size: 1.1rem;
   font-weight: 400;
   padding: 5% 0 0 0;
}

.grid-wrap .button{
    position: relative;
}

/* newsletter */

#newsletter{
    background-color: #001835;
    padding: 50px 10vw;
}

#newsletter #title{
    color: #fff;
    padding: 0;
}

.grid-news{
    /* background-color: #0f0f0f; */
    align-items: center;
    transition: 0.4s ease-in-out;
}

.grid-wrap-news{
    display: grid;
    grid-template-columns: auto auto auto;
}

.grid-news img{
    width: 45vw;
    min-width: 600px;
}

.grid-news-image{
    height: auto;
    width: 15vw;
    background-image: url("./Src/Serviços/MM3A1333.png");
    background-size: cover;
}

.grid-inside-news{
    color: white;
    height: auto;
    width: 35vw;
    min-height: 355px;
    justify-content: left;
    padding: 15% 5%;
    background-color: #0f0f0f;
}

.grid-container #title{
    padding: 2vw;
}

.grid-container .button{
    background-color: #e9b21a; 
    color: #000000;
    border: 1px solid #e9b21a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.news-text{
    margin-top: 100px;
}

.news-text-container{
    justify-content: center;
    text-transform: uppercase;
    color: #ffffff;
    display: grid;
    grid-template-columns: auto;
}

.news-text-container h2{
    line-height: 1vw;
    color: #e9b21a;
}

.news-text-container h1{
    font-size: 3vw;
}

.news-text-container input{
    width: 20vw;
    height: 60px;
}

/* footer */

footer {
    width: 100%;
    background-color: #000913;
    color: var(--color-neutral-40);
    color: #ffffff !important;
    padding: 0vw 10vw;
    justify-content: space-between;
    font-weight: 500;
    
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: var(--color-neutral-10);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
}

#footer_contacts img {
    width: 15vw;
    margin-bottom: 0.75rem;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
} 

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;    
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
     border: 1px solid rgb(255, 255, 255)
}

#facebook {
     border: 1px solid rgb(255, 255, 255)
}

#whatsapp {
    border: 1px solid rgb(255, 255, 255)
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
}

.footer-list .footer-link:hover {
    color: #7f37c9;
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: #7f37c9;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--color-neutral-0);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

/* map */

#map{
    /* background-color: #0a0a0a; */
    background-color: #001835;
    padding-bottom: 10vh;
}

#map #main{
    font-size: 4em;
}

.grid-map{
    /* background-color: #0f0f0f; */
    align-items: center;
    transition: 0.4s ease-in-out;
  
}

.grid-wrap-map{
    display: grid;
    padding: 0 10vw;
    grid-template-columns: auto auto auto;
}

.grid-map img{
    width: 400px;
    /* min-width: 600px; */
    display: block; /* Make the image a block-level element */
    margin: auto;
    margin-top: 120px;
}

.grid-map-image{
    height: auto;
    width: 15vw;
    background-image: url("./Src/Serviços/MM3A1333.png");
    background-size: cover;
}

.grid-inside-map{
    color: white;
    height: auto;
    width: 35vw;
    min-height: 355px;
    justify-content: left;
    padding: 15% 5%;
    background-color: #0f0f0f;
}

.map-text{
    margin-top: 100px;
}

.map-text-container{
    justify-content: center;
    text-transform: uppercase;
    color: #ffffff;
    display: grid;
    grid-template-columns: auto;
}

.map-text-container h2{
    line-height: 1vw;
    color: #e9b21a;
}

.map-text-container h1{
    font-size: 3vw;

}

.map-text-container input{
    width: 20vw;
    height: 60px;
}

.map-button{
    background: transparent;
    color: #FFF;
}

#map .map-info{
    padding-top: 40px;
}

#map .info-content{
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: left;
    padding-top: 20px;
}

#map .info-content .content h3{
    line-height: 30px;
    font-size: 3em;

}

#map .info-content .content h4{
    font-size: 1.5em;
}

.map-text-container .input-row{
    padding-top: 70px;
}

.map-text-container .input-row button{
    width: 100%;
    font-size: 1.2em;
}


@media screen and (max-width: 650px) {
    #title{
        font-size: 8vw;
        color: #000000;
        color: #000000;
        max-width: 750px;
        font-weight: 500;
        line-height: 8vw;
        text-transform: uppercase;
    }

    #demo{
    text-align: center;
    }

}

@media screen and (max-width: 1050px) {

   .grid-mini{
        display:inline-block;
        background-color: #001835;
        align-items: center;
        grid-template-columns: auto;
        width: 90vw;
        height: auto;
        transition: 0.4s ease-in-out;
        -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    }

    .grid-inside-mini{
        color: white;
        height: auto;
        width: 90vw;
        min-height: auto;
        justify-content: left;
        padding: 8% 8% 5%;
        background-color: #001835;
    }

    .grid-image-mini{
        height: 30vw;
        width: 90vw;
        background-image: url("./Src/Serviços/MM3A1333.png");
        background-size: cover;
    }

    #map{
        padding-bottom: 0vh;
    }

    .grid-wrap{
        display: grid;
        grid-template-columns: auto;
        gap: 3vh;
        padding-bottom: 3vh;
    }

    .owl-container button{
        margin-top: 50px;
    }

    #newsletter{
        background-color: #001835;
        padding: 5px 0 50px;
        justify-content: center;
    }

    #newsletter .title-container #title{
        padding-left: 5vw;
    }

    .grid-wrap-news{
        display: grid;
        grid-template-columns: auto;
    }

    .grid-news img{
        width: 90vw;
        min-width: 0;
    }

    .grid-news{
        width: 100vw;
        padding: 0 5vw 5vw 5vw;
    }

    .grid-news-image{
        height: auto;
        width: 15vw;
        background-image: url("./Src/Serviços/MM3A1333.png");
        background-size: cover;
    }

    .grid-inside-news{
        color: white;
        height: auto;
        width: 80vw;
        min-height: 355px;
        justify-content: left;
        padding: 15% 5%;
        background-color: #0f0f0f;
    }

    .grid-container #title{
        padding: 2vw;
    }

    .grid-container .button{
        background-color: #e9b21a; 
        color: #000000;
        border: 1px solid #e9b21a;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        margin-top: 30px;
    }

    .news-text{
        margin-top: 40px;
    }

    .news-text-container{
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        display: grid;
        grid-template-columns: auto;
    }

    .news-text-container h2{
        line-height: 3vw;
        color: #e9b21a;
    }

    .news-text-container h1{
        line-height: 50px;
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .news-text-container input{
        width: 40vw;
        height: 60px;
    }

    .input-row{
        justify-content: center;
    }

    .map-text-container .input-row button{ 
        font-size: 1.2em;
    }

    /* .owl-container{
        padding-bottom: 0;
    } */

    /* post */

    .post-section{
        margin-top: -50px;
    }

    .post-section #photo img{
        width: 30vw;
        height: auto;
        padding: 0;
        margin: 50px 0;
        transition: 0.4s ease-in-out;
    }

    .post-section #photo img:hover{
        transform: scale(1.04);
    }

    .post-section{
        overflow: hidden;
        padding: 0px 0;
        /* background-color: #02070e;  */
        white-space: nowrap;
        position: relative;
    }

    .post-section:before,
    .post-section:after{
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    /* .post-section:after{
        right: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0), #0a0a0a);
    }

    .post-section:before{
        left: 0;
        background: linear-gradient(to left, rgba(0, 0, 0, 0),#0a0a0a);
    } */

    @keyframes slide {
        from{
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }

    .post-section:hover .post-slide{
        animation-play-state: paused;
    }

    .post-slide{
        display: inline-block;
        animation: 25s slide infinite linear;
    }

    .post-slide img{
        height: 7vw;
        margin: 0 40px;
    }

    /* logo slide */

    .logos-section #photo img{
        width: 17vw;
        height: auto;
        padding: 0;
        margin: 50px 0;
        transition: 0.4s ease-in-out;
    }

    .logos-section #photo img:hover{
        transform: scale(1.04);
    }

    .logos-section{
        overflow: hidden;
        padding: 20px 0;
        background: white;
        white-space: nowrap;
        position: relative;
        margin-bottom: -50px;
    }

    .logos-section:before,
    .logos-section:after{
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos-section:after{
        right: 0;
        background: linear-gradient(to right, rgb(255,255,255,0), rgb(255, 255, 255));
    }

    .logos-section:before{
        left: 0;
        background: linear-gradient(to left, rgb(255,255,255,0), rgb(255, 255, 255));
    }

    @keyframes slide {
        from{
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }

    .logos-section:hover .logos-slide{
        animation-play-state: paused;
    }

    .logos-slide{
        display: inline-block;
        animation: 25s slide infinite linear;
    }

    .logos-slide img{
        height: 20vw;
        margin: 0 40px;
    }
}

@media screen and (max-width: 750px) {

    #map #main{
        font-size: 10vw;
    }

    .map-text-container h2{
        line-height: 2vh;
        color: #e9b21a;
        font-size: 6vw;
    }

    .grid-wrap-map{
        display: grid;
        padding: 0 5vw 50px;
        grid-template-columns: auto;
        justify-content: center;
    }

    .grid-map img{
        max-width: 400px;
        width: 80vw;
        min-width: 100px;
        /* min-width: 600px; */
        display: block; /* Make the image a block-level element */
        margin: auto;
        margin-top: 50px;
    }

    #map .info-content{
        display: grid;
        grid-template-columns: auto auto auto;
        text-align: cen;
        padding-top: 20px;
    }

    #map .info-content .content h3{
        line-height: 30px;
        font-size: 8vw;

    }

    #map .info-content .content h4{
        font-size: 4vw;
    }

}


/* horizontal scroll */

.wrapper {
    overflow-x: hidden;
    position: relative;
    color: #ffffff;
    background-color: #001835;
}

* {
    box-sizing: border-box;
}

svg {
    position: absolute;
    top: 55em;
    width: 50vw;
}

svg .mask {
    width: 0;
}

.container {
    display: flex;
    width: 300vw;
}

.container #map-title{
    position: absolute;
    top: 20vh;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
}

.container .col {
    display: flex;
    gap: 3em;
}

.container .col p {
    font-size: 0.8rem;
}

.container section {
    width: 100vw;
    padding: 40vh 20vw 40vh 0;
}

.container section h1 {
  font-size: 50px;
  margin: 0;
  text-transform: uppercase;
}

.container section p {
  font-size: 20px !important;
  font-weight: 300;
  width: 50vw;
  padding-top: 50px;
}

.container section ul {
    list-style-type: none;
    display: flex;
    gap: 3em;
    width: 100%;
    height: 300px;
    padding: 0;
}
.container section ul li {
    background: white;
    border-radius: 0.3em;
    flex-grow: 1;
}

section {
    height: 100vh;
}

@media screen and (max-width: 1050px) {
    
}