/*!
 * Kwin City v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2023-2024 The Bootstrap Authors
 * Copyright 2011-2016 Narrative, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
body{
    font-size: 18px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 300;
    color: #283712;
    background-color: #F6F6EC;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #F6EBDE;
    font-weight: 800;
    padding: 0px 2rem;
}
a.navbar-brand {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.carousel-item-content-wapper {
    position: absolute;
    z-index: 99;
    bottom: 25vh;
    width: 100%;
    color: #F6EBDE;
}
.carousel-item-content-wap {
    display: block;
    width: 45%;
}
.h1, h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mute-control {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .mute-control:hover {
    background: rgba(0, 0, 0, 0.7);
  }

  .mute-control svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
img.vanakathaLogo {
    width: 200px;
    height: auto;
}
section {
    display: block;
    width: 100%;
    padding: 6rem 0rem;
}
.head-wap {
    margin-bottom: 3rem;
    text-align: center;
}
.head-wap h3 {
    font-weight: 700;
    font-size: 2.4rem;
}
.body-wap {
    text-align: center;
}
.body-wap p {
    margin-bottom: 2rem;
}
.section-primary{
    background-color: #283712;
    color: #F6EBDE;
}
.pos-r{
    position: relative;
}
.leaf-wap {
    position: absolute;
    top: -3rem;
    right: 0;
}
.leaf-wap.leaf-wap-left {
    right: auto;
    left: 0;
    top: auto;
    bottom: -2.5rem;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
section#stories {
    padding-bottom: 1rem;
}
.story-wapper-block {
    width: 85%;
    margin-left: auto;

}
.order-fx-wap .story-wapper-block {
    width: 85%;
    margin-right: auto;
}
.h4, h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
.story-wapper-head h4 {
    margin-bottom: 0rem;
}
.story-wapper-head {
    margin-bottom: 2rem;
}
.story-wapper-head p {
    color: #50833C;
    font-weight: 600;
}
a,a:hover {
    color: #283712;
    text-decoration: none;
}
.story-wapper-block a {
    position: relative;
    top: 15px;
    font-size: 1.7rem;
}
.row.d-flex.align-items-center.story-row-wapper {
    padding-bottom: 4rem;
}
/* .story-row-wapper {
    margin-bottom: 0rem;
} */
.partners-wapper-block .row {
    margin-bottom: 2rem;
}
.partners-wapper-block .col-md-3 img.img-fluid {
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.in-collaboration-with-wapper {
    display: flex;
    margin: 0rem 0;
    margin-bottom: 0;
    justify-content: center;
}
footer {
    background-color: #283712;
    padding: 2rem 0;
    display: block;
    width: 100%;
    color: #F6F6EC;
}
.footer-block-link-wapper {
    margin: 30px 0;
}
.footer-block-link-wapper ul.footer-nav-link a {
    color: #F6F6EC;
    font-size: 1rem;
}
.footer-block-link-wapper ul.footer-nav-link {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}
.spacer-wapper {
    display: block;
    width: 100%;
    padding: 1rem 8px;
}
p.copy-writea {
    font-size: 15px;
}
.footer-right-content {
    text-align: right;
}
.footer-right-content p {
    margin-bottom: 2rem;
}
.footer-block-dot-wapper {
    display: flex;
    gap: 3rem;
}
.footer-block-dot-wapper {
    margin-bottom: 2rem;
}
.scrolled a.navbar-brand {
    max-width: 85px;
}
nav.navbar.navbar-expand-lg.fixed-top.scrolled {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(0 0 0 / 24%);
}
.scrolled a.navbar-brand {
    max-width: 85px;
    padding: 0;
}
section.joinus {
    background: #4A7708;
    padding: 4rem 3rem;
    margin-top: -290px;
}
.joinusText {
    color: #FFF;
    font-family: "Martel Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
span.joinus {
    color: #FFF;
    font-family: "Martel Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.joinus.row {
    justify-content: end;
    margin-bottom: 0rem;
    width: 100%;
    gap: 1.38rem;
}
img.joinusImg {
    width: 12.6875rem;
    height: 10.04425rem;
    flex-shrink: 0;
}
img.niflogo {
    width: 9.6875rem;
    height: 5.3125rem;
    flex-shrink: 0;
    margin-right: 1.56rem;
}
img.wcslogo {
    width: 6.5rem;
    height: 2rem;
    flex-shrink: 0;
    margin-left: 3rem;
    margin-bottom: 1rem;
}
.collabH3 {
    color: #283712;
    text-align: center;
    font-family: "Martel Sans";
    font-size: 1.40625rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 40px;
}
.text-center {
    display: flex;
    justify-content: center;
    align-items: end;
}
a.mailto {
    color: #fff;
}
section.aboutvanakatha {
    padding-bottom: 0rem;
}
.muteicon.muted svg.muted-icon {
    display: none;
}
.muteicon svg.muted-icon {
    display: none;
}
.muteicon svg.unmuted-icon {
    display: block !important;
}
.muteicon.muted svg.muted-icon {
    display: block;
}
.muteicon.muted svg.unmuted-icon {
    display: none !important;
}
section {
    scroll-margin-top: 135px; /* Your navbar height */
}
a.author {
    font-size: 1.3rem;
}
.partners-wapper-block.logos .row.d-flex {
    justify-content: center;
}
.in-collaboration-with-wapper {
    border-top: 1px solid #283712;
}
.partners-wapper-block.logos {
    padding-bottom: 1.5rem;
}
.in-collaboration-with-wapper {
    border-top: 1px solid #283712;
    padding-top: 3.5rem;
}
.story-content h4 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: 16px;
    font-weight: 700;
    font-family: "Martel Sans";
    border-bottom: 1px solid #50833C;
}
.story-content a.story-link {
    color: #50833C;
    font-family: "Martel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
p.story-desc {
    color: #283712;
    font-family: "Martel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0.2rem;
}
p.story-author {
    color: #283712;
    font-family: "Martel Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.2rem;
}
img.img-fluid.story1 {
    width: 394px;
    height: 317px;
    object-fit: cover;
}
img.img-fluid.story2,img.img-fluid.story4,img.img-fluid.story9 {
    width: 395px;
    object-fit: cover;
    height: 460px;
}
img.img-fluid.story3 {
    width: 394px;
    height: 317px;
    object-fit: cover;
}
.col.story4 {
    transform: translate(0px, -120px);
}
.col.story6 {
    transform: translate(0px, -120px);
}
.col.story9 {
    transform: translate(0px, -365px);
}
.col.story7 {
    transform: translate(0px, -120px);
}
.col.story8 {
    transform: translate(0px, -200px);
}

/* banner carousal */
#bannerCarousel {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-fade .carousel-item.active {
    position: relative;
    opacity: 1;
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel:hover {
    pointer-events: none;
}

.carousel-caption {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    right: 10%;
    text-align: left;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    z-index: 2;
    width: 540px;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #F6EBDE;
    font-family: "Martel Sans", sans-serif;
}

.carousel-caption p {
    font-size: 1rem;
    color: #F6EBDE;
    font-family: "Martel Sans", sans-serif;
    font-weight: 300;
    max-width: 600px;
    margin-bottom: 0;
}
p.bannerp {
    font-size: 16px;
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 20%;
        left: 5%;
        right: 5%;
        transform: translateY(0);
    }
    
    .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
        max-width: 100%;
    }
    
    #bannerCarousel,
    .carousel-item,
    .carousel-item img {
        height: 60vh;
    }
}

@media (max-width: 480px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .carousel-caption p {
        font-size: 0.9rem;
    }
    
    #bannerCarousel,
    .carousel-item,
    .carousel-item img {
        height: 50vh;
    }

    .carousel-caption {
        padding: 15px;
    }
}
/* banner carousal */












@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1208px;
    }
}
@supports (-webkit-touch-callout: none) {
    .video-banner {
        height: -webkit-fill-available;
    }
}
@media (max-width:1000px){
    section {
        display: block;
        width: 100%;
        padding: 2rem 0.5rem;
    }
    .footer-block-dot-wapper {
        display: flex;
        gap: 2rem;
    }
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgb(0 0 0 / 24%);
    }
    /* Banner video */
    .video-banner {
        height: 50vh;
    }
    .video-container video {
        top: -40%;
        width: 101%;
        height: 100vh;
        object-fit: contain;
        position: relative;
    }
    section.aboutvanakatha {
        margin-top: -50px;
    }
    /* Banner video */
    /* logo for collaboration */
      img.niflogo {
        margin-right: 0rem;
    } 
      .collabH3 {
        font-size: 20px;
        margin: 15px 0;
      }
      img.wcslogo {
        margin-left: 0rem;
    } 
      .text-center {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      /* logo for collaboration */
      /* Join us  */
      section.joinus {
        padding: 30px 15px;
      }
    
      .joinus.row {
        flex-direction: column;
        text-align: center;
        gap: 20px;
      }
      .partners-wapper-block {
        display: flex;
        justify-content: center;
    }    
      .col-md-2 {
        width: 100%;
      }
    
      .col-md-9 {
        width: 100%;
      }
      .joinusText p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
      }
      span.joinus {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 18px;
    }
      /* Join us  */

      .col-md-6.order-md-2 {
        margin-bottom: 2.5rem;
    }
    }
@media (min-width: 1800px){
    
    
}
    