@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/css/Gotham-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/Gotham-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/Gotham-Bold.ttf') format('truetype');
}

:root{
    --main-bg: #ffffff;
    --sub-bg: #ce0100;
    --sub-bg-2: #000000;
    --footer-bg: #333333;
    --footer-text: #ffffff;
    --main-text: #000000;
    --sub-text: #ce0100;
    --link-text: #000000;
    --hovered-text: #000000;
}


body {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 18pt;
    background: var(--main-bg);
}

h1 {
    color: var(--main-text);
    font-size: 22pt;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 2rem;
}

h2 {
    color: var(--sub-text);
    font-size: 18pt;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

h3 {
    color: var(--main-text);
    font-size: 25px;
    text-decoration: none;
    margin-bottom: 5px;
}

h4 {
    color: var(--main-text);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

a{
    color: var(--link-text);
    transition: .6 all ease-in-out;
    text-decoration: none;
}

a:hover{
    color: var(--hovered-text);
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.success-message {
    display: none;
}

.footer {
    margin-top: 20px;
    background-color: var(--footer-bg);
    padding-top: 35px;
    padding-bottom: 25px;
    color: var(--footer-text);
}

.footer h4 {
    color: var(--footer-text);
    font-weight: 600;
}

.footer a {
    color: var(--footer-text);
}

.footer a:hover {
    color: var(--footer-text);
    text-decoration: underline;
}


@media(min-width:768px) {
    .dropdown-menu {
        border-bottom: 5px solid var(--sub-bg);
        border-radius: 0;
    }
}

/* Style Start */

.float-img{
    float: left;
    width: 300px;
    padding-right:25px;
    padding-bottom: 25px;;
}

.flex-images {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 45px 125px;
}

img.flex-image {
    width: 24%;
}

.w-100 {
    margin-bottom: 20px;
}

.container-beige {
    background: #C1B89D;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-text {
    margin-bottom: 20px;
    margin-top: 20px;
}

.col-md-8 {
    font-size: 21px;
    font-family: 'Gotham'; 
}

.split {
    position: relative;
}

img.infinity {
    position: absolute;
    width: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.header {
    min-height: 75vh;
    display: flex;
    align-items: center;
}

img.logo {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
}

section.black .container{
    background: #1d1d1b;
}

section.black *{
    color:white;
}

section.black .inner-text {
    padding-bottom: 3rem;
    padding-top: 11rem;
}

img.infinity-big {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.infinity-mail {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner-footer {
    padding-top: 3rem;
    padding-bottom: 11rem;
}

.strech {
    padding-top: 13rem;
    padding-bottom: 3rem;
}

nav.navbar.navbar-expand-lg {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

ul.navbar-nav.ms-auto {
    max-width: 300px;
    flex-direction: column;
}

a.nav-link {
    color: black!important;
    padding: 0;
    line-height: 1.3;
    font-size: 16pt;
}

span.number {
    font-weight: 700;
    width: 27px;
    display: inline-block;
}

section.std{
    padding-top: 11rem;
    padding-bottom: 11rem;
}

@media(max-width: 991px){
    .flex-images {
        padding: 45px 25px;
    }
    img.flex-image {
        width: 49%;
    }
    .float-img{
        width: 200px;
    }
    .infinity-big, .infinity-mail{
        padding: 10px;
    }

    ul.navbar-nav.ms-auto {
        max-width: 200px;
        flex-direction: column;
        margin-top: 25px;
    }
    button.navbar-toggler {
        margin-left: auto;
        font-size: 40px;
        outline: 0 !important;
        box-shadow: none !important;
        color: black;
    }
    nav.navbar.navbar-expand-lg {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
}

#back-to-top{
    height:50px;
    width:50px;
    position:fixed;
    right:0;
    z-index:99;
  
    border-radius:50%;
    box-shadow: 0px 0px 5px #ccc;
    margin:17px;
    background:white;
  
    /*Position Out of View*/
    bottom:-150px;
    opacity:0;
    transition: all .5s ease;
    cursor: pointer;
  }
  #back-to-top.show-btt{
    /*Position In View*/
    bottom:0;
    opacity:1;
    transition: all .5s ease;
    cursor: pointer;
  }

  .header a{
    position: relative;
    z-index: 1100;
  }