@font-face {
    font-family: 'Franie';
    src: url('../fonts/Franie-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franie-Regular';
    src: url('../fonts/Franie-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::selection {
    color: #0B4377;
    background: #E5394A;
}

::-webkit-scrollbar {
    z-index: 999;
    position: absolute;
    background: transparent;
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: #E5394A;
    border-radius: 50px;
}

* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box; 
}

body {    
    margin: 0;
    background: url("../images/site-background.png") no-repeat center center/cover;
}

p {
    font-family: 'Franie', serif !important;
}

p, h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

a {
    font-family: 'Franie', serif;
    text-decoration: none;
}

.sec {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.sec-head {
    color: #1B3866;
    font-family: 'Franie-Regular', serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.img > img {
    width: 100%;
    height: auto;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}



/* Navbar */

.navbar .container {
    z-index: 3 !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

a.nav-link {
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.9px;
    font-family: 'Franie', serif;
    margin-left: 1rem;
    transition: 0.4s ease;
    color: #ffffff !important;
    text-align: end;
}

a.nav-link:hover {
    color: #E5394A !important;
    transform: translate(0px, -6px);
}

.navbar {
    position: absolute !important;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 35px 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    transition: 0.5s ease;
}

/* Navbar when scrolled */
.navbar.scrolled {
    position: fixed !important;
    background-color: #081c25 !important;
    padding: 20px 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



/* banner */
.hm-bn {
    background: #081c25;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.bg-video, .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.video-thumbnail {
  display: none;
}

.unmute-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 11px 15px;
    border-radius: 50PX;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.3s ease;
}

.unmute-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
}

.unmute-button.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}



/* process-sec */
.process-sec .process-card {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    z-index: 3;
    position: relative;
}

.process-card .img>img {
    width: 100px !important;
}

.process-sec .process-con {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.process-sec .process-con h4 {
    font-family: 'Franie-Regular', serif;
    color: #0B4377;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.process-sec .process-con p {
    color: #6F6F6F;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.process-sec .bg-lines-l {
    position: absolute;
    left: -1%;
    top: 105vh;
    z-index: 2;
}

.process-sec .bg-lines-l > img {
    width: 204px;
    height: auto;
}



/* partner-sec */
.partners {
    z-index: 3;
    position: relative;
}

.partners .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .partners .img > img {
    height: 100%;
    width: auto;
} */

.partner-sec .bg-lines-r {
    position: absolute;
    right: 0%;
    z-index: 2;
    transform: translate(0px, 30px);
}

.partner-sec .bg-lines-r > img {
    width: 180px;
    height: auto;
}



/* founder-sec */
.founder {
    height: 100% !important;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.founder-con {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #0B4377;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 25px 32px;
}

.founder-name {
    color: #E5394A;
    font-family: 'Franie-Regular', serif;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 0em;
    font-weight: 600;
    text-transform: uppercase;
}

.label {
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    color: #0B4377;
    margin: 0;
}

.founder-con > img {
    width: 78px;
    height: auto;
    margin-bottom: 6px;
}

.founders-sec .bg-lines-l {
    position: absolute;
    left: 0%;
    transform: translate(0px, -90px);
    z-index: 2;
}

.founders-sec .bg-lines-l > img {
    width: 173px;
    height: auto;
}


/* insta feed */
.insta-post {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.insta-post img {
    width: 100%;
    height: 358px;
    object-fit: cover;
    transition: 0.5s ease;
}

.insta-post:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 30px 30px;
    color: #fff;
}

.insta-post:hover .overlay {
    opacity: 1;
}

.insta-post:hover .overlay-content {
    transform: scale(1);
}

.overlay-content {
    transform: scale(0.8);
    text-align: center;
    transition: 0.5s ease;
}

.overlay-content .caption {
    font-size: 14px;
    margin-bottom: 0px !important;
    font-family: 'Franie-Regular', serif;
    letter-spacing: 1px;
}

.overlay-content .likes {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 30px !important;
}

.feed .swiper-wrapper-container {
    position: relative;
    overflow: visible;
}

.feed .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.feed .swiper-button-prev,
.feed .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer !important;
    z-index: 9999 !important;
}

.feed .swiper-button-prev {
    left: -40px !important;
    background-image: url('../images/previous-sm.png') !important;
}

.feed .swiper-button-next {
    right: -40px;
    background-image: url('../images/next-sm.png') !important;
}

.feed .swiper-button-prev::after,
.feed .swiper-button-next::after {
    display: none !important;
}



/* iframe */
.iframe {
    border: 3px solid #E5394A;
    border-radius: 30px;
    padding: 20px 30px;
}

iframe {
    width: 100%;
    height: 85vh;
    border: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}

iframe.visible {
    visibility: visible;
    opacity: 1;
}


/* contact-sec */
.capsule {
    background-color: #ffffff;
    border-radius: 30px;
    border: 3px solid #0B4377;
    display: flex;
    flex-direction: row;
    z-index: 3;
    position: relative;
}

.capsule-r-part, .capsule-l-part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.capsule-r-part {
    border-right: 3px solid #0B4377;
}

.capsule p, a {
    color: #0B4377 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Franie', serif;
}

.capsule a {
    font-family: 'Franie-Regular', serif;
    font-weight: 600;
    text-decoration: none;
}

.main-btn {
    padding: 12px 12px;
    background-color: #0B4377;
    color: #ffffff;
    text-decoration: none;
    border: none;
    transition: 0.3s ease;
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.26);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}

.main-btn:hover {
    transform: translate(0px ,3px);
    box-shadow: inset 0 3px 9px 3px rgba(0, 0, 0, 0.3);
}

.contact-sec .bg-lines-r {
    position: absolute;
    right: 0%;
    z-index: 2;
    transform: translate(0px, -160px);
}

.contact-sec .bg-lines-r > img {
    width: 245px;
    height: auto;
}



/* footer */
footer .background {
    background-color: #A6D9DA;
    padding: 17px 0px;
}

footer .l-part .img {
    width: 160px;
}

footer .l-part .img > img {
    width: 100%;
    height: auto;
}

footer .r-part {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: end;
    width: 160px;
}

footer .r-part > p {
    font-family: 'Franie-Regular', serif;
    color:#E5394A;
    font-weight: 600;
    font-size: 16px;
}

footer .r-part > img {
    width: 22px;
    height: auto;
}


.copyright {
    padding: 8px 0;
    text-align: center;
}

.copyright > a {
    color: #1B3866 !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}