@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
}

main {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

#b2Top {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 1501;
    border: none;
    outline: none;
    background-color: #1e1e1e;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#b2Top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  transition: 0.3s;
}

.b2tIcon {
    width: 16px;
    height: 16px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(-45deg);
    top: 5px;
    position: relative;
    left: 12px;
}

@media (max-width: 768px) {
h1 {
    font-size: 20px;
    letter-spacing: 2px;
}
  
p {
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px;
}
}

/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
#myNavbar {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    transition: 0.4s;
    opacity: 1;
    filter: invert(1);
}

#myNavbar.scrolled {
    opacity: 1;
    background-color: rgba(255,255,255,0.95);
    filter: invert(0);
    transition: 0.4s;
}

.content {
  margin-top: 100px; /* Create some space for the content */
  padding: 15px;
  height: 2000px; /* Making the page scrollable */
}


a.navbar-brand {
    height: 70px;
}

a.nav-link {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 500;
    padding: 0.5rem 1rem!important;
    text-align: center;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.nav-link.active {
    opacity: 0.3;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.nav-link.active::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: black;
    position: relative;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
}

a:hover.nav-link::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: black;
    position: relative;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    animation: lineGrow 0.4s forwards;
}

@keyframes lineGrow {
  0% {width: 0px;}
  100% {width: 50px;}
}

li.nav-item.btn {
    padding: 0px;
    margin-top: 2px;
}

li.nav-item.btn a.nav-link {
    background-color: #6618ff;
    border-radius: 50rem;
    padding: 0.35rem 1.5rem!important;
    color: white;
}

li.nav-item.dropdown.language {
    background-color: #F4F4F4;
    padding: 0px!important;
    margin-left: 30px;
    border-radius: 4px;
    height: 35px;
    margin-top: 4px;
}

li.nav-item.dropdown.language .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.45rem 1.25rem!important;
    font-size: 13px;
}

.dropdown-toggle::after {
    color: #A5A5A5;
    margin-left: 10px;
}

button.navbar-toggler.navbar-toggler-button.menu-btn {
    border: none;
}

@media (max-width: 991px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 0px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    height: calc(100vh - 85px);
    background: rgb(255 255 255 / 95%);
    justify-content: space-between;
    padding: 40px 0px 80px 0px;
    align-items: center;
    margin-top: 80px;
}
  
a.navbar-brand {
    height: 80px;
    margin-top: -10px;
}
}

@media (max-width: 768px) {
a.nav-link {
    font-size: 14px;
    letter-spacing: 4px;
}
}

/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 1px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #000!important;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
    width: 50%!important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left bottom !important;
    width: 50%!important;
    margin-left: 50%;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
    width: 100%!important;
    margin-left: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}




/* -=-=-=-=-=-=-=- CAROUSEL - HOME -=-==-=-=-=-=-=-=-*/
div#carouselHome {
    height: 100vh;
}

div#carouselHome .carousel-inner {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    min-width: 100%;
}

.carousel-caption {
    top: 40%;
    z-index: 150;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.carousel-caption h1 {
    top: 40%;
    z-index: 150;
    font-size: 38px;
}

.carousel-caption h1::after {
    background-color: white!important;
}

.carousel-caption h6 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}

button.carouselIndicator.active {
    width: 10px!important;
    transition: 0.4s!important;
}

button.carouselIndicator {
    width: 50px!important;
    transition: 0.4s!important;
    height: 1px!important;
}

@media (max-width: 768px) {
.carousel-caption {
    top: 35%;
    width: 80%;
    left: 10%;
    right: 10%;
}
  
.carousel-caption h6 {
    font-size: 11px;
}
  
.carousel-caption h1 {
    font-size: 24px;
}
  
.carousel-item img {
    left: -100%;
}
}


/* -=-=-=-=-=-=-=- ABOUT -=-==-=-=-=-=-=-=-*/
section#about {
    background-color: #292929;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: -2;
    position: relative;
    overflow-x: hidden;
}

h1.text-white {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.text-white::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: white;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.logoAboutContainer {
    position: absolute;
    z-index: -1;
    height: calc(100vh - 80px);
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.logoAbout {
    background-image: url("../img/iso-dark.svg");
    width: 80vh;
    height: 80vh;
    background-size: contain;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

@media (max-width: 768px){
.logoAbout {
    max-width: 100vw;
}
}


/* -=-=-=-=-=-=-=- INVESTMENT -=-==-=-=-=-=-=-=-*/
section#investment {
    background-color: #F7F7F7;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: -2;
    position: relative;
}

h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: #292929;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.parallax {
    background-image: url("../img/img_philosophy.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    margin-top: 15px;
}

.imgPhilosophy {
    padding-bottom: 15px;
}



/* -=-=-=-=-=-=-=- PORTFOLIO -=-==-=-=-=-=-=-=-*/
section#portfolio {
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: -2;
    position: relative;
    flex-direction: column;
    padding: 100px 0px;
}

h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: #292929;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.port-textBox {
    width: 100%;
    border: 1px solid #29292B;
    padding: 90px;
    background-color: #fff;
}

.port-textBox h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
    margin-bottom: 30px;
}

.port-textBox.left {
    margin-top: 20%;
    margin-left: -20%;
    color: #292929;
    box-shadow: 10px 0px 20px 0px rgba(0,0,0,0.15);
}

.port-textBox.right {
    margin-top: 20%;
    margin-left: 20%;
    z-index: 1;
    position: relative;
    color: #292929;
    box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.15);
}

.portImg {
    z-index: -1;
    position: relative;
}

@media (max-width: 768px) {
.port-textBox {
    width: 90%;
    padding: 20px;
}
  
.port-textBox.left {
    margin-top: -10%;
    margin-left: 5%;
    margin-bottom: 60px;
}

.port-textBox.right {
    margin-top: -10%;
    margin-left: 5%;
}
  
.port-textBox p {
    margin: 0px;
}
  
.port-textBox h2 {
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}
}


/* -=-=-=-=-=-=-=- REGIONAL -=-==-=-=-=-=-=-=-*/
section#regional {
    background-color: #292929;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 0;
    position: relative;
    padding-bottom: 60px;
}

h1.text-white {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.text-white::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: white;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.regionalImg {
    border: 1px solid #f7f7f7;
    z-index: 1501;
    position: relative;
    bottom: -130px;
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
section#regional {
    min-height: 80vh;
}
  
section#regional .container.mt-5 {
    margin-top: 0px!important;
}
  
.regionalImg {
    margin-top: 20px;
    bottom: -110px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
  
.regionalImg img {
    min-height: 100%;
    width: auto;
}
}


/* -=-=-=-=-=-=-=- COMMITMENT -=-==-=-=-=-=-=-=-*/
section#commitment {
    background-color: #F7F7F7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: -2;
    position: relative;
    align-items: center;
}

h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: #292929;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.iconContainer {
    position: relative;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.commitmentText {
    margin-top: 40px;
    width: 65%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.commitmentText h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
section#commitment {
    padding-top: 140px;
    padding-bottom: 70px;
}
  
.iconContainer {
    width: 60px;
    margin-top: 40px;
}
  
.commitmentText {
    margin-top: 0px;
    width: 100%;
}
}




/* -=-=-=-=-=-=-=- CONTACT -=-==-=-=-=-=-=-=-*/
section#contact {
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: -2;
    position: relative;
    flex-direction: row;
    padding: 0px;
    height: 100vh;
    overflow-y: hidden;
}

h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1::after {
    content: '';
    position: relative;
    height: 1px;
    width: 50px;
    background-color: #292929;
    margin-top: 15px;
    left: auto;
    right: auto;
    vertical-align: middle;
    margin-bottom: 40px;
}

.contactImgContainer {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.contactImgContainer img {
    min-height: 100%;
    width: auto;
}

.sideText {
    padding: 80px;
    height: 100vh;
    text-align: center;
}

.bkg-logo {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("../img/iso-dark.svg");
    background-size: 120%;
    opacity: 0.05;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 768px) {
section#contact {
    height: auto;
}
  
.sideText {
    padding: 30px;
    height: 60vh;
}
  
.contactImgContainer {
    min-height: 400px;
    max-height: 400px;
}
}

/* -=-=-=-=-=-=-=- CONTACT -=-==-=-=-=-=-=-=-*/
footer.footer.mt-auto.py-3.bg-dark {
    text-align: center;
}

footer.footer .text-muted {
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.5)!important;
}

@media (max-width: 768px) {
footer.footer .text-muted {
    font-size: 10px;
    letter-spacing: 1px;
}
}





