@font-face {
    font-family: 'Gobold';
    src: url('./fonts/Gobold.woff') format('woff2'),
        url('./fonts/Gobold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('./fonts/GothamPro.woff') format('woff2'),
        url('./fonts/GothamPro.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gotham Pro' !important;
    max-width: 1920px;
    margin: auto;
    background: #080808;
}
.info {
    padding: 70px 0;
}
.info-fw-bold{
    font-family: 'Gobold';
}
.bg-light{
    background: #e9e8e8 !important;
}
.text-brand{
    color: #EF8219;
}
.text-brand-light{
    color: #888;
}
.text-brand-dark {
    color: #e63b27;
}
.mainHeader {
    background: transparent;
    transition: background-color 0.3s ease;
}
.mainHeader.scrolled {
    background: #000;
}

.btn-brand{
    background: #00000000;
    color: #EF8219;
    font-weight: 500;
    border: 1px solid #EF8219;
    transition: 0.3s ease-in-out;
}
.btn-brand:hover{
    background: #EF8219;
    color: #ffffff;
    border: 1px solid #EF8219;
}

.foundation-logo{
    max-width: 250px;
    width: 100%;
}

.eye-element{
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 500px;
}

.bg-radial-gradient {
    background: radial-gradient(
        circle at 40% 100%,
        #7a7a7a 0%,
        #5a5a5a 15%,
        #3a3a3a 30%,
        #1a1a1a 50%,
        #000000 75%
    )
}

.info-card{
    border: 1px solid #fff;
    padding: 20px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.info-card:hover{
    border: 1px solid #ef8219;
}
.info-creatives-slider .info-creative{
    margin: 5px;
}









/* FOOTER STARTS HERE */
.info-contact-bg {
    background-color: #DADADA;
}

.info-contact ul li a {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

.info-contact ul li a:hover {
    color: #e63b27;
    transition: .3s ease-in-out;
}

.info-contact-content::after {
    position: absolute;
    content: '';
    background-color: #000;
    height: 80%;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.info-footer-bg {
    background-color: #000000;
}

.info-footer-bg p {
    color: #888;
    line-height: 22px;
    font-size: 12px;
}

.info-map-btn {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

.info-map-btn:hover {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

.info-map-content li {
    line-height: 3;
}

.info-footer-bg .info-content p {
    min-height: 100px;
}

.social-icons {
    display: flex;
}

.social-icons li a {
    margin-right: 6px;
    height: 30px;
    width: 30px;
    background: #737373 !important;
    color: #000 !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 1rem !important;
    border: 1px solid #737373;
    transition: .3s ease-in-out;
}

.social-icons li a:hover {
    background: #E63B27 !important;
    color: #fff !important;
    border: 1px solid #E63B27;

}

.info-quick-links-content {
    display: flex;
    justify-content: space-between;
}

.info-quick-links li a {
    color: #888;
    font-size: 12px;
    text-decoration: none;
}

hr {
    border-top: 1px solid #8b8b8b !important;
    margin-top: 20px;
    margin-bottom: 20px;
}







@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    .eye-element {
        position: absolute;
        left: initial;
        top: 15px;
        width: 500px;
        transform: scaleX(-1);
        right: -25px;
    }
    .info-contact-content::after {
        position: absolute;
        content: '';
        background-color: #000;
        height: 2px;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand {
        width: 110px;
    }
    .btn-brand{
        background: #EF8219;
        color: #fff;
        font-weight: 500;
        border: 1px solid #EF8219;
        transition: 0.3s ease-in-out;
    }
    .btn-brand:hover{
        background: #fff;
        color: #EF8219;
        border: 1px solid #EF8219;
    }
    .pledge-btn{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        border-radius: 0 !important;
    }
    .eye-element {
        position: absolute;
        left: initial;
        top: 15px;
        width: 350px;
        transform: scaleX(-1);
        right: -25px;
    }
    .info-footer-bg{
        margin-bottom: 42px;
    }
    .info-contact ul li a {
        font-size: 14px;
        padding-top: 0;
    }
}
@media (max-width: 576px) {
    .eye-element {
        position: absolute;
        left: initial;
        top: 15px;
        width: 240px;
        transform: scaleX(-1);
        right: -25px;
    }
}


/* LightsBox CSS Start Here */
.lightboxpreview {
    transition: all .3s linear;
    padding-top:60%;
    cursor:pointer;
    background-size:cover;
}
   
.lightbox-content {
    max-height:75svh;
    height:75svh;
}

.lightbox-close { 
    cursor:pointer;
    margin-left: auto;
    position:absolute;
    right:-30px;
    top:-30px;
    color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {
    transform:scale(0);
    opacity:0;
}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
    transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
    padding-top:65%;
    position:relative;
    overflow:hidden;
}
.lightbox-enabled:hover {
    transform:scale(1.1)
}
.lightbox-enabled {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    object-fit:cover;
    cursor:pointer;}

.lightbox-container {
    width:100svw;
    height:100svh;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,.6);
    z-index:9999;
    opacity:0;
    pointer-events:none;
}

.lightbox-container.active {
    opacity:1;
    pointer-events:all;
}
.lightbox-image-wrapper {
    display:flex;
    transform:scale(0);
    align-items:center;
    justify-content:center;
    max-width:90vw;
    max-height:90vh;
    position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
    color:white;
    z-index:9999999;
    cursor:pointer; 
    position:absolute;
    font-size: 20px;
}

.left {
    left:50px;
}
.right {
    right:50px;
}
#close {
    top: 20px;
    right: 40px;
}

.lightbox-image {
    width:100%;
    max-height:95vh;
    object-fit:cover;
}

@keyframes slideleft {
  33% {
    transform:translateX(-300px);
    opacity:0;
  }
  66% {
    transform:translateX(300px);
    opacity:0;
  }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}
@keyframes slideright {
  33% {
        transform:translateX(300px);
        opacity:0;
    }
  66% {
        transform:translateX(-300px);
        opacity:0;
    }
}


.slideright{
    animation-name: slideright;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}

.lightbox-btn{
    background-color: #000;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    border: 1px solid #EF8219;
    color: #EF8219;
}
#close{
    background-color: #EF8219;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.lightbox-btn:hover{
    background-color: #EF8219;
    color: #fff;
}
@media (max-width: 767px) {
    .lightbox-btn{
        background-color: #EF8219;
        color: #fff;
    }
    #close {
        top: 15px;
        right: 15px;
    }
    .lightbox-btn {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .right {
        right: 25px;
    }
    .left {
        left: 25px;
    }
}
/* LightsBox CSS End Here */


/* SLICK CSS */
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
}
.slick-dots li.slick-active button {
    background-color: #66bc46;
}