* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "gothambold";
    src:
        url("../fonts/gothambold-webfont.woff2") format("woff2"),
        url("../fonts/gothambold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothamregular";
    src:
        url("../fonts/gotham-light-webfont.woff2") format("woff2"),
        url("../fonts/gotham-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "gothamregular";
    font-size: 14px;
}

img {
    max-width: 100%;
}
b,
strong {
    font-family: "gothambold";
}

/* ===== FULL PAGE SNAP SCROLL ===== */
html,
body {
    max-height: 100%;overflow-x: hidden;
}

section {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

/* Full Page Video Section */
.video-section {
 position: relative;
    height: 100vh;
    width: calc(100% + 4px);
    overflow: hidden;
    border: none !important;
    outline: none !important;
    padding: 0;
    margin: 0;
    margin-left: -2px;
    margin-right: -2px;
}
@media (min-width: 768px) {
    .video-section video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s ease;}

.video-section:hover video::-webkit-media-controls {
    opacity: 1;
}

}
.video-section video {
    transform: translateX(-1px);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
   object-fit: cover;
   
}
video {
    display: block;
    border: none;
    outline: none;
}

/* Transparent navbar */
.navbar-custom {
    /* background: rgba(0, 0, 0, 0.2) !important;
            backdrop-filter: blur(5px); */
    background: url(../images/header-bg.png) no-repeat center center/cover !important;
    z-index: 3;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: #fff !important;
    font-weight: 500;
}
/* World Preview Section  */
.world-preview {
      background: url(../images/world-preview-bg.png) no-repeat;
background-size: 100% 100%;
    line-height: 30px;
    letter-spacing: 2px;
    .smallinfo {
        font-size: 13px;
        letter-spacing: 4px;
        margin: 0;
    }
}
/* FCA functional Section  */
.fca-functional {
     background: url(../images/fca-bg.jpg) no-repeat;
    background-size: cover;
    line-height: 30px;
}
.KrishnaLeela {
     background: url(../images/KrishnaLeelabg.png) no-repeat;
 background-size: 100% 100%;
    line-height: 30px;
}
.bgimge {
     background: #fff url(../images/FCA_Website_KLM-Banner.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}
.murthyimg{position:absolute;bottom:0;right:0;max-width:177px; right: 45px; top: 0;}

/* FCA presents Section  */
.fca-presents {
    background: #65777b;
    color: #fff;
}

.hero-slider {
    background: #203335;
    position: relative;
}
.hero-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0000004e !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.hero-slider .owl-prev {
    left: 30px; /* move horizontally */
}

.hero-slider .owl-next {
    right: 50px; /* move horizontally */
}
.hero-slider .username {
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 80px;
    left: 80px;
    font-size: 22px;
    letter-spacing: 8px;
}
.hero-slider .items:nth-child(1) {
    background: #203335;
}

.hero-slider .items:nth-child(2) {
    background: #867c73;
}

.hero-slider .items:nth-child(3) {
    background: #1f111e;
}
.hero-slider .items:nth-child(4) {
    background: #65777b;
}
.hero-slider .items:nth-child(5) {
    background: #817972;
}
.hero-slider .items:nth-child(6) {
    background: #292825;
}
.hero-slider .items:nth-child(7) {
    background: #292825;
}

.footer {
    background: url(../images/fca-bg.jpg) no-repeat;
    background-size: cover;
    line-height: 30px;

    background-position: top center;
    .smallinfo {
        font-size: 13px;
        letter-spacing: 4px;
        margin: 0;
    }
    p {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .KrishnaLeela {background-size: cover;}
    .world-preview{background-size: cover;}
    .text-white{ letter-spacing:7px!important;}
    section{padding: 70px 0;}
    .founder{position: relative !important;}
    .hero-slider .username {
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 10px;
    left: 15px;
    font-size: 13px;
    letter-spacing: 2px;
}
.hero-slider .owl-prev {
    left: 20px; /* move horizontally */
}

.hero-slider .owl-next {
    right: 20px; /* move horizontally */
}
.bgimge{
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 20px 100%;
    padding-bottom: 100px;
}
.murthyimg {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 107px;
    right: 5px;
    top: auto;
}

@supports (-webkit-touch-callout: none) {
    /* iOS Safari only */
    #heroVideo::-webkit-media-controls-panel {
        position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index:9999999;
    }
}


}
@media (min-width: 900px) and (max-width: 1400px)  {
    body{font-size: 13px;}
.bgimge {
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30px 100%;
}
.murthyimg{
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 126px;
    right: 13px;
    top: auto;
}
}
/* Safari (macOS + iOS) */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {

        #heroVideo::-webkit-media-controls-panel {
            position: absolute !important;
            bottom: 0 !important;
            top: auto !important;
        }

    }
}
