/* *{
    font-family: 'Montserrat', sans-serif;
} */


/* ==== Variables  ==== */

:root {
    --green : #00D09C;
    --blue : #5367FF;
    --gray : #F2F0F0;
}


/* ==== Variables  ==== */



/* ========= Basic Classes ===========*/

.mt-50 {
    margin-top: 130px;
}

.fs-16 {
    font-size: 16px;
}

.bg-gray {
    background: var(--gray);
}

.text-green {
    color: var(--green);
}

.bg-green {
    background: var(--green);
}

.text-lighty {
  color: rgba(255,255,255,.6);
}

.card-body h5 {
  font-size: 1.1rem !important;
}

/* ========= Basic Classes ===========*/


/* Navbar */

.logo-img {
    width: 110px !important;
}

.logo-img2 {
    width: 90px !important;
}

.nav-link {
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

@media (max-width:320px){
  .fs-16 {
    font-size: 11px !important;
}
}

@media (min-width:768px) and (max-width:992px){
  .height-150 {
    min-height: 203px !important;
  }
}


@media (max-width:992px){
  .article-main {
    padding-bottom: 2px !important;
}
  .article-main h6 {
    margin-bottom: 5px !important;
    font-size: 0.7rem;
}
    .navbar-collapse {
        background: var(--gray);
        padding: 10px;
    }
    .mt-50 {
      margin-top: 80px !important;
    
    }
    iframe {
      height: 280px;

    }
}
@media (min-width:451px) and (max-width:992px){
    iframe {
      height: 280px;

    }
}
@media (max-width:360px){

    iframe {
      height: 200px;

    }
    .line-white::after {
      width: 17% !important;
  }
  
  
}
@media (min-width:361px) and (max-width:450px){

    iframe {
      height: 222px;

    }  
  
}

.fist-one {
    margin-top: -140px;
}
nav .container .d-flex {
    transition: all .3s ease;
}

/* Navbar */

/* ======= Top Slider  ====== */

.masthead {
    background-image: url(../assets/images/white-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.in-assc {
    color: #353535 !important;
    font-weight: 500;
}


.article-main {
    padding-top: 50%;
    padding-left: 40px;
    padding-bottom: 20px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: right !important;
}

.item a {
    text-decoration: none !important;
}
.article-main p strong {
    color: var(--gray);
}
.article-main h6 {
    color: var(--green);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--green) !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--blue) !important;
}





/* ======= Top Slider  ====== */


/* ======= Articles ======= */

.border-lined {
    position: relative;
}


.border-lined::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3px;
    right: 0;
    /* margin-left: 20px; */
    top: 50%;
    transform: translateY(-50%);
}
.border-lined::after {
    content: "";
    position: absolute;
    width: 88%;
    height: 3px;
    border-radius: 3px;
    right: 0;
    /* margin-left: 20px; */
    top: 50%;
    transform: translateY(-50%);
}

.line-green::after {
    background: var(--green);
    width: 88%;
}
.line-white::after {
    background: #fff;
    width: 70%;
}

@media (max-width:992px){
    .line-green::after {
        width: 62%;
    }
    .line-white::after {
        width: 29%;
    }
}

/* === button ==== */

.articles img {
    border-radius: 10px;
}

.btn-green {
    background-color: var(--green);
    border-color: var(--green);
    color: #fff;
    position: relative;
    transition: all .3s ease;
    overflow: hidden;
    width: 150px !important;
  }
  
  .btn-green:hover::before {
    left: 10px !important;
  }
  
  .btn-green:hover {
    padding-left: 52px !important;
    background-color: var(--green);
    color: #fff;
  }
  
  .btn-green::before {
    content: "";
    left: 0;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background-color: #fff;
    position: absolute;
  }
  


/* === button ==== */

.article-desc {
    font-family: 'Montserrat', sans-serif !important;
}




/* ======= Articles ======= */


.height-150 {
  min-height: 155px;
}


/* === More From Groww == */

.mt-150 {
  margin-top: 130px;
}

.more-from-groww {
    background-image: url(../assets/images/green-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.border-curve {
  border-top-left-radius: 0.23rem !important;
    border-top-right-radius: 0.23rem !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#more-from-groww .card-body h5 {
  min-height: 90px;
}



/* === More From Groww == */


/* ====  Modal ===== */


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.2;
  }
  
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer>* {
    margin: 0.25rem;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 65% !important;
      margin: 1.75rem auto;
    }
  }

/* ====  Modal ===== */