@font-face {
    font-family: 'Avenir Next';
    src: url('./fonts/regular/AvenirNext-Regular.eot');
    src: url('./fonts/regular/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/regular/AvenirNext-Regular.woff2') format('woff2'),
        url('./fonts/regular/AvenirNext-Regular.woff') format('woff'),
        url('./fonts/regular/AvenirNext-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
    /* Dots variables */
    --bg-color: rgba(255, 0, 255, 0);
    --dot-color: rgba(203,212,213,0.7);
    --dot-size: 9px;
    --dot-space: 22px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Avenir Next', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}
.pattern {
    width: 210px;
    height: 270px;
    /* background-color: blue; */
}
.dots {
    background-image: radial-gradient(var(--dot-color) 45%, var(--dot-color) 50%, var(--bg-color) 20%);
    background-size: 30px 30px;
    outline: none;
  }
#main-navbar {
    height: 100px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    mix-blend-mode: difference;
    display: none;
}





.navbar {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    max-height: 10rem;
    /* margin: 3rem; */
    padding: 3rem 0;
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 100;  
    display: flex;
    justify-content: center;
    opacity: 1;
    
    
}
.navbar .container {
    display: flex;
    justify-content: space-between;
}
  
  /* Style the navbar links */
  .nav-links {
      display: flex;
      justify-content: space-evenly;
      align-items: stretch;
      width: 70%;
      background-color: inherit;
  }
  .navbar .container .nav-links a {
    /* float: left; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    color: white;
    mix-blend-mode: difference;
    text-align: center;
    /* padding: 15px; */
    text-decoration: none;
  }
  
  .navbar .nav-links a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
  }







  .experience, .investments, .header, .contact{
      height: 100vh;
      position: relative;
  }
  /* section.contact {
    height: 70vh;
  } */
  .template-header{
      height: 45vh;
      position: relative;
  }
.header {
    background-image: url(../img/header.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
header h1{
    font-size: 4rem;
}
.template-header {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.template-overlay {
    height: inherit;
    width: inherit;
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.header .container, .template-header .container {
    /* margin-bottom: -50rem; */
    /* position: relative; */
}
.experience img, .investments img {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: -5px -5px 20px 1px rgba(0,0,0,0.7);
}
.section-img {
    position: relative;
}
.section-img .dots {
    position: absolute;
    bottom: -55px;
    right: 0;
}
.contact {
    background-position: center;
    background-size: cover;
    /* opacity: ; */
    position: relative;
    z-index: 1;
}
.contact h2{
    font-weight: lighter;
}
.overlay {
    height: inherit;
    width: inherit;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.template-header h1{
    text-transform: capitalize;
}
.contact_map {
    width: 100vw;
}
.contact_map iframe {
    height: 50vh;
    width: 100vw;
}
.cva_logo {
    width: 50%;
    height: auto;
}

.social-and-terms {
    display: none;
}

.social-and-terms-mobile {
    display: none !important;
}
footer {
    /* background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 100%); */
        /* rgba(0,0,0,.3); */
        
    /* margin-top: -150px; */
    z-index: 100;
    position: relative;
    color: #fff;

}

footer .social i {
    margin: 10px;
}

footer .social {
    padding-right: 15px;
    border-right: 1px solid black;
}
footer .terms {
    font-size: 12px;
    padding-left: 15px;
}


/* .news-search .form-control */
.news-search .form-outline
/* ,.news-search .trailing  */
/* .news-search * */
{        
    border: 0 !important;
}
.news-item {
    padding: 20px 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    position: relative;
}
.news-item .news-item-date {
    opacity: 0.7;
}
.news-feed .card {
    margin: 10px 0;
}
.news-image-overlay {
    height: inherit;
    width: inherit;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}

.news-item.latest {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    
}
.news-pages-index {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 30%;
}
 .news-pages-position-controls span{
    font-weight: bold;
    cursor: pointer;
}
.news-page-item { 
    opacity: 0.3;
    font-weight: bold;
}
.news-page-item.active {
    opacity: 1;
}

.news-detail-content {
    padding: 3%;
    /* background-color: blue; */
}
.news-detail-paragraph {
    margin: 10px 0;
}

blockquote {
    font-size: 2rem;
    font-weight: lighter;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
blockquote::before, blockquote::after {
    content: '"';
}
#news-detail-page footer {
    margin-top: 50px;
    background-color: #333;
}


/* ------------------------------------ SERVICE PAGE STYLES ------------------------------------ */
/* 
                            Header Section
-   -   -   -   -   -       Start-Main
    |           |           Two-col-img
    -   -   -   -
    |           |
    |           |           Service Benefits
    |           |
    -   -   -   -
    |           |           Discover if it's for you
-   -   -   -   -   -       End-Main
                            
                            Contact Section
                            
                            Footer Section                            
*/


.two-col-img {
    margin: 2rem auto;
    max-width: 1320px;
}
.two-col-img .container{
    /* padding-right: 0 !important;
    margin-right: 0 !important; */
}
.two-col-img .col-md-6{
    /* overflow: hidden; */
}

.two-col-img .row div:nth-child(1){
    padding: 0 3rem;
}
.two-col-img .row div:nth-child(2){
    position: relative;
    /* width: 50vw; */
    background-size: cover;
    background-repeat: no-repeat;
    
}

.two-col-img-item{
    width: 50vw;
    height: 100%;
    right: 0;
    
}

section.service-benefits {
    margin: 50px 0;
}

.service-benefits-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* max-height: 100px; */
}
.service-benefit-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 150px;
    min-height: 180px;
    text-align: center;
}
.service-benefit-item img {
    width: 30%;
    margin: 20px;
}

.service-benefits .container .col-md-4:nth-last-of-type(even) {
    /* background-color: teal; */
}


section.discover-1 .container::before {
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%),
        url(../img/discover.jpg);
}

section.discover-2 .container::before {
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%),
        url(../img/discover-2.jpg);
}

section.discover .container::before {
    content: "";
    position: absolute;
        
    background-blend-mode:darken;
    background-position: 50% 50%;
    background-size: cover;
    filter: saturate(-5);

    top: 0; left: 0;
    width: 100%; height: 100%;

    z-index: 0;
}

section.discover {
    margin: 100px 0;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    
}
section.discover .row {
    position: relative;
    padding: 80px 0;
}
.instrument_disclaimer p{
    width: 90%;
    
}

/* Language Page */

#lang::before {
    content: "";
    background: url(../img/map.svg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    width: inherit;
    opacity: 0.25;
    position: fixed;
    z-index: -5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bkg-logo {
    /* content: ""; */
    background: url(../img/cva_logo.svg) no-repeat;
    background-position: bottom -3vh left -15vw;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    position: fixed;
    opacity: 0.09;
    /* z-index: 5; */
    bottom: 0;
    left: 0;
}
#lang .col-md-6{
    display: flex;
    justify-content: center;
    align-items: center;
}
#lang .container {
    
    background-color: rgba(255,255,255,0.8);
    /* opacity: 1; */
    
    
    /* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 0.5rem; */
    z-index: 10;
}

#lang .brand img {
    width: 50%;
    padding: 2rem 0;
    margin-top: 2rem;
}

.lang-region {
    flex:1;
    /* background-color: rgba(203,212,213,0.7); */
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    
}
.region-block {
    display: flex;
    padding: 0.5rem 0;
    margin: 0.1rem 0;
}
.region-block div {
    
    flex: 1;
    
}
.region-form {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid black;
}
.brand {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(255, 0, 255, 0.8); */
}

.lang-region .btn {
    align-self: flex-start;
    margin: 2rem 2rem 2rem 0;
    background-color: #2C514C !important;
}

.caribbean .form-check{
    padding-left: 0.7rem;
}

@media screen and (max-width:375px) { 
    * {
        font-size: 0.875rem;
    }
    #lang .container {
        width: 85vw;
        height: 90vh;
        display: flex;
    }
    #lang .brand img {
        width: 60%;
        padding: 2rem 0;
        margin-top: 2rem;
    }
}

@media screen and (max-width:575px) {
    .contact {
        height: auto;
    }
    .navbar {
        
    }

    .header .container {
        display: flex;
    }
    .header .tet{
        /* display: flex; */
        height: inherit;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: #333; */
    }
    .cva_logo {
        /* background-color: yellow; */
        margin: 50px auto;
        /* width: auto; */
        width: 100px;
    }
    .social-and-terms {
        display: none !important;
    }

    .social-and-terms-mobile i{
        font-size: 2rem;
    }

    .social-and-terms-mobile {
        display: block !important;
    }
    .content-overlay { 
        flex-direction: column;
    }

}

@media screen and (max-width:767px) {
    
    .two-col-img .row div:nth-child(1){
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: justify;
        min-height: 60vh;
        padding: 2rem;
        z-index: 1;
        color: #fff;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.3) 100%);
    }
    .two-col-img .row div:nth-child(1) h1{
        text-align: center;
    }
    .two-col-img .row div:nth-child(2){
        min-height: 60vh;
        z-index: -1;
        position: absolute;
        /* top: 0;
        left: 0; */
    }
    section.discover .col-md-6 {
        position: relative;
        /* padding: 50px 0; */
    }
}

@media screen and (min-width:992px) { 
    .container{
        /* width: 936px; */
    } 
}

/* */

