@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


@font-face {
    font-family: 'Brandon Grotesque';
    src: 
        url('brandongrotesque/hvdtrial_brandon_grotesque_black-bf64a625c944b08-webfont.woff2') format('woff2'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_black-bf64a625c944b08-webfont.woff') format('woff');
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_black_italic-bf64a625c93406c-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_black_italic-bf64a625c93406c-webfont.woff2') format('woff2'); */
    font-weight: bolder;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src:  
        url('brandongrotesque/hvdtrial_brandon_grotesque_bold-bf64a625c9151d5-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_bold-bf64a625c9151d5-webfont.woff2') format('woff2');
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_bold_italic-bf64a625c93b0ce-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_bold_italic-bf64a625c93b0ce-webfont.woff2') format('woff2'); */
    font-weight: 700;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src:  
        url('brandongrotesque/hvdtrial_brandon_grotesque_medium-bf64a625c84a521-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_medium-bf64a625c84a521-webfont.woff2') format('woff2');
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_medium_italic-bf64a625c928c55-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_medium_italic-bf64a625c928c55-webfont.woff2') format('woff2'); */
    font-weight: 500;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src:  
        url('brandongrotesque/hvdtrial_brandon_grotesque_regular-bf64a625c9311e1-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_regular-bf64a625c9311e1-webfont.woff2') format('woff2');
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_regular_italic-bf64a625c94445e-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_regular_italic-bf64a625c94445e-webfont.woff2') format('woff2'); */
    font-weight: 400;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src:  
        url('brandongrotesque/hvdtrial_brandon_grotesque_light-bf64a625c93e709-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_light-bf64a625c93e709-webfont.woff2') format('woff2');
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_light_italic-bf64a625c93ac64-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_light_italic-bf64a625c93ac64-webfont.woff2') format('woff2'); */
    font-weight: 300;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src:  
        /* url('brandongrotesque/hvdtrial_brandon_grotesque_thin_italic-bf64a625c918a96-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_thin_italic-bf64a625c918a96-webfont.woff2') format('woff2'); */
        url('brandongrotesque/hvdtrial_brandon_grotesque_thin-bf64a625c9034b9-webfont.woff') format('woff'),
        url('brandongrotesque/hvdtrial_brandon_grotesque_thin-bf64a625c9034b9-webfont.woff2') format('woff2');
    font-weight: 200;
}

/* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


:root{
    --accent-color: #678ABF;
    --sec-color: #fff;
    --title-font: 'Cormorant Garamond', serif;
    /* --title-font: 'Brandon Grotesque', serif; */
    --subtitle-font: 'Montserrat', serif;
    --accent-color-op1: rgba(59, 71, 87, 0.9);
    --accent-color-op2: rgba(59, 71, 87, 0.7);
    
}


h1, h2, h3, h4, h5, h6{
    font-family: var(--title-font), serif;
}
a, p, li, div{
    font-family: var(--subtitle-font), serif;
}

.accent{
    color: var(--accent-color);
}

.secondary{
    color: var(--sec-color);
}

#top-title{
    margin-top: 0 !important;
}

p{
    font-weight: 200;
}

/* VARIABLES*************************************************************** */
.cursive{
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
}
.subtitle-font{
    font-family: var(--subtitle-font), serif !important; 
}

.font-1{
    font-family: 'Tangerine', cursive;
}

.primary{
    color: var(--accent-color) !important;
}

.italic{
    font-style: italic;
}

.uppercase{
    text-transform: uppercase;
}

.capitalize{
    text-transform: capitalize;
}

.space3{
    letter-spacing: 3px;
}

.space5{
    letter-spacing: 5px;
}
.cus-btn1{
    color: rgb(255, 255, 255);
    border: none;
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 150ms ease;
}
.cus-btn1:hover{
    color: white;
    background-color: #d8b454;
}
.cus-btn2{
    color: rgb(24, 24, 24);
    border: none;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 150ms ease;
}
.cus-btn3{
    color: #ffffff !important;
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    background-color: transparent;
    padding-block: 9px;
    padding-inline: 15px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    transition: all 200ms ease;
}

.cus-btn-line{
    position: relative;
    transition: all 200ms ease;
    font-size: 20px;
    margin-block: 2rem;
    font-weight: 400;
    color: rgb(34, 34, 34) !important;
}
.cus-btn-line2{
    position: relative;
    transition: all 200ms ease;
    font-size: 20px;
    margin-block: 2rem;
    font-weight: 400;
    color: rgb(249, 249, 249) !important;
}

.cus-btn-line::after,
.cus-btn-line2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: rgb(34, 34, 34);
    transition: all 300ms ease;
}
.cus-btn-line2::after{
    background-color: rgb(255, 255, 255);
}

.cus-btn-line:hover::after,
.cus-btn-line2:hover::after{
    width: 100%;
}

.cus-btn2:hover,
.cus-btn3:hover{
    opacity: 0.7;
    transform: scale(1.02);
}

.background-title{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    padding-block: 0.6rem 0;
    padding-inline: 0.5rem;
}


.custom-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.relative{
    position: relative;
}

.secondary{
    color: #00539f !important;
}

.text-dark1{
    color: rgb(54, 54, 54);
}
.text-dark2{
    color: rgb(155, 155, 155);
}
.cf-padding1{
    padding-inline: 7rem;
}
.z10{
    z-index: 10;
}
.shadow-sm{
    padding: 0.6rem;
    box-shadow: 0px 12px 32px -6px rgba(94, 94, 94, 0.2);
}

.rounded-sm{
    border-radius: 5px;
}

.rounded-md{
    border-radius: 10px;
}

.weight-100{
    font-weight: 100;
}

.weight-200{
    font-weight: 200;
}

.weight-300{
    font-weight: 300;
}
.weight-400{
    font-weight: 400;
}

.weight-500{
    font-weight: 500;
}
.weight-600{
    font-weight: 600;
}

.weight-700{
    font-weight: 700;
}

.font-14{
    font-size: 14px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-25{
    font-size: 25px !important;
}

.font-2rem{
    font-size: 2rem;
}
.font-3rem{
    font-size: 3rem;
}
.font-4rem{
    font-size: 4rem;
}
.font-5rem{
    font-size: 5rem;
}

.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}


.pt10{
    padding-top: 10px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}


.ml-50{
    margin-left: -50px;
}

.no-right{
    padding-right: 0 !important;
}
.no-left{
    padding-left: 0 !important;
}

.z-10{
    z-index: 10;
}

.cus-overlay1{
    background-color: rgba(209, 209, 209, 0.863);
}
.absolute-animation1{
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    animation: moveUpDown 4s infinite;
}
.absolute-animation2{
    position: absolute;
    bottom: 0;
    right: -40%;
    z-index: 1;
    animation: moveUpDown 4s infinite;
}
.absolute-animation3{
    position: absolute;
    bottom: 0;
    left: 80%;
    z-index: 1;
    animation: moveUpDown 5s infinite;
}
.absolute-animation4{
    position: absolute;
    top: 0;
    left: 80%;
    z-index: 1;
    animation: moveUpDown 5s infinite;
}



.absolute-corner-left{
    position: absolute;
    top: -20px;
    left: -20px;
}
.absolute-corner-right{
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.absolute-corner-left2{
    position: absolute;
    top: -10px;
    left: -20px;
}
.absolute-corner-right2{
    position: absolute;
    bottom: -20px;
    right: -10px;
}
.absolute-corner-right img,
.absolute-corner-right2 img{
    transform: rotateX(180deg) rotateY(180deg);
}

.absolute-corner-left img,
.absolute-corner-right img,
.absolute-corner-right2 img,
.absolute-corner-left2 img{
    width: 200px;
}

.md-pt20{
    padding-top: 20px;
}
.md-pt40{
    padding-top: 40px;
}
.md-pl40{
    padding-left: 40px;
}


.overlay-bg.cus-bg1{
    background-color: #ffffff63;
}
.overlay-bg.cus-bg2{
    background-color: #00000090;
}

.space2{
    letter-spacing: 2px;
}

.line-height2{
    line-height: 2rem;
}

.absolute-text2{
    position: absolute;
    bottom: -50px;
    left: 0 !important;
    width: 100vw;
    font-family: 'Brandon Grotesque', serif;
}
.absolute-text2 h3{
    font-size: 200px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--accent-color);
    opacity: .25;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Brandon Grotesque', serif;
}
.absolute-text{
    position: absolute;
    top: 20%;
    left: 0 !important;
    z-index: 10;
    font-family: 'Brandon Grotesque', serif;
    /* transform: translate(-50%, 0%); */
    width: 100%;
}
.absolute-text h3{
    font-size: 200px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--accent-color);
    opacity: .3;
    text-align: right;
    font-family: 'Brandon Grotesque', serif;
}





@keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-50px);
    }
    100% {
      transform: translateY(0);
    }
  }




@media (max-width: 1600px){
    .font-5rem{
        font-size: 4rem;
    }
    .font-4rem{
        font-size: 3rem;
    }
}

@media (max-width: 1400px){
    .font-5rem{
        font-size: 4rem;
    }
    .font-4rem{
        font-size: 3rem;
    }
    .absolute-text h3,
    .absolute-text2 h3{
        font-size: 120px;
    }
}

/* (default from bootstrap) */

@media (max-width: 1200px){
    .absolute-text{
        display: none;
    }
    .cus-text-xl-center{
        text-align: center;
    }
    .container-fluid{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mt-xl-60{
        margin-top: 60px;
    }
}


/* (default from bootstrap) */

@media (max-width: 992px){
    .mobile-d-none{
        display: none;
    }
    .md-pt40{
        padding-top: 0;
    }
    .md-pt20{
        padding-top: 20px;
    }
    .font-3rem{
        font-size: 2.5rem;
    }
    .font-4rem{
        font-size: 3rem;
    }
    .font-5rem{
        font-size: 4rem;
    }
    .cus-d-none{
        display: none;
    }
    .d-none{
        display: block !important;
    }
    .md-pl40{
        padding-left: 0px;
    }
    header .my-nav-items{
        display: block;
    }

    .cf-padding1{
        padding-inline: 1rem;
    }
}


/* (default from bootstrap) */

@media (max-width: 768px){
    .cus-btn1,
    .cus-btn2,
    .cus-btn3{
        padding-inline: 1rem;
    }
    .absolute-text h3,
    .absolute-text2 h3{
        font-size: 60px;
    }
    .absolute-text2{
        display: none;
    }
}


/* (default from bootstrap) */
@media (max-width: 576px){
    .font-3rem{
        font-size: 1.5rem;
    }
    .font-5rem{
        font-size: 2.5rem;
    }
    .font-4rem{
        font-size: 2rem;
    }
}