@font-face {
    font-family: 'Gotham2';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Gotham2';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
         url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }


  @font-face {
    font-family: 'Gotham2';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

body {
    background-color: #defefa;
    font-family: 'Gotham2', Helvetica, Roboto, Arial, sans-serif;
    color: #080047;
}

h2, h3, h4 {
    font-family: "Gotham Black",Helvetica,Roboto,Arial,sans-serif;
}



.app{
    position: relative
}

.gtech-logo-container {
    /* position: absolute; */
}

header{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 6;
    padding-bottom: 20px;
    padding-top: 20px;
}


.btn-green{

    border-radius: 0px;
    background-color: #000;
    height: 70px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    box-shadow: 0px 0px 0px #080047;
    transition: ease-in all .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.btn:hover{
    box-shadow: 8px 8px 0px #ccc;
    background-color: #000;
    color: #fff;
}

.gtech-logo {
    width: 150px;
}

.brand-link, .home-link{
    text-decoration: none;
}

.home-link .icon{
    color: #FD1090;
}

header .home-link .text{

    display: none;


}

.home-link .text{
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    margin-left: 10px;
    color: #fff;
}

.fs-language-switch-wrap{
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding-left: 10px;
    margin-left: 20px;
    padding-top: 5px;
}

.gtech-banner {
    background-image: url("../../images/pattern-header.jpg");
    min-height: 400px;
    position: relative;
    overflow: hidden;
}


.gtech-banner .content-text{
    padding-top: 250px;
    position: relative;
    padding-bottom: 40px;
    z-index: 4;
}

.gtech-banner .content-text .title{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    position: relative;
    max-width: 800px;
}

.gtech-banner .content-text .title:before{
    background-color: #ffffff;
    content: '';
    width: 170px;
    height: 0.375rem;
    position: absolute;
    top: -1rem;
    left: 0;
}

.gtech-banner .inner-page-text .title{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
    position: relative;
    max-width: 800px;
    padding-top: 150px;
    z-index: 1;
}

.inner-page-banner {
    min-height: 250px !important;
}

.inner-page-section {
    background-color: #fff;
}

.lottie-wrap{
    pointer-events: none
}


.gtech-banner .bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
}

.gtech-banner .bg-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .4;
}

.event-item {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
}

.event-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.event-details {
    border-bottom: 1px solid rgba(8, 0, 71, 0.2);
    padding:25px 0 25px 25px;
}

.event-book {
    padding: 25px;
}

.event-location {
    font-size: 12px;
    font-weight: bold;
}

.event-date {
    font-size: 12px;
    font-weight: bold;
}

.btn-blue {
    background-color: #080047;
}

.btn-book {
    border-radius: 0;
    color: white;
}


footer{
    background-color: #000000;
    padding: 50px 0 20px;
}

footer .copyright-links{
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    margin-top: 40px;
}

footer .copyright-links p{
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

footer .copyright-links ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}

footer .copyright-links ul li a{
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);

}

footer .copyright-links ul li a:hover{
    color: rgba(255, 255, 255, 1);
}

form .fs_inline_error {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;

    color: #ff3636;
    display: block;
    margin: 5px 0 0 !important;

}

.form-check .fs_inline_error{
    transform: translateX(-2em);
}

@media (min-width: 768px) {
    .home-link .text{
        display:block;
    }
}

@media (min-width: 1024px) {
    .event-details {
        border-right: 1px solid rgba(8, 0, 71, 0.2);
        border-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    footer .copyright-links ul li a{
        margin-left: 20px;
    }



    .gtech-banner .content-text .title{
        font-size: 60px;
    }

    header .home-link .text{

        display: block;


    }
}
