:root {
  --font-color1: #119080;
  --font-color2: #2d2d2d;
  --font-color3: black;
  --font-fam1: Arial, sans-serif;
  --font-fam2: Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

header {
  background-color: #f8f9fa;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--font-color1);
  text-decoration: underline;
  text-underline-offset: 10px;
}
.navbar .navbar-nav .nav-link .active {
  color: var(--font-color1);
  text-decoration: underline;
  text-underline-offset: 10px;
}

/* .navbar.custom_nav .navbar-brand img {
    height: 60px;
  } */
.navbar-nav .nav-item {
  color: #2d2d2d;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding-right: 15px;
}
.navbar-nav .nav-item .active {
  color: var(--font-color1);
  font-weight: 600;
}
.nav-item .btn {
  background-color: var(--font-color1);
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  min-width: 0;
  border: none;
}
.logo {
  width: 137px;
  height: 71px;
  border-radius: 10px;
}
/* landing page */

/* news & media inner page */
.landing_inner .heading_back {
  position: relative;
  min-height: 516px;
}
.landing_inner .back_link {
  margin-bottom: 26px;
}
.landing_inner a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px;
}
.landing_inner .heading_back .head_image {
  background-repeat: no-repeat;
  border-radius: 8px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  min-height: 516px;
}
.landing_inner .heading_back .head_image img {
  width: 100%;
  max-width: 100%;
  /* height: auto; */
  height: 10vh;
  min-height: 516px;
  border-radius: 10px;
  object-fit: cover;
}
.landing_inner .heading_back .heading {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  padding: 10px 30px;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
.landing_inner .heading h1 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
.landing_inner .heading p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.landing_inner .up_card {
  background-color: var(--font-color1);
  border-radius: 8px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}
.landing_inner .up_card .filter {
  position: absolute;
  top: -21px;
  right: -42px;
  opacity: 25%;
}
.landing_inner .up_card .filter2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 8%;
}

.landing_inner .up_card .profile_img img {
  z-index: 100;
  width: 135px;
  height: 128px;
  border-radius: 8px;
}
.landing_inner .logo {
  background-color: var(--font-color3);
  width: 40px;
  height: 38px;
  margin: auto 5px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.landing_inner .text_head {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.151);
}
.landing_inner .text_head h5 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
}
.landing_inner .text_head h5 span {
  color: #fff;
}
.landing_inner .text_head p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.landing_inner .text p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
}
.landing_inner .down_card {
  background-color: var(--font-color1);
  border-radius: 8px;
  padding: 13px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.landing_inner .down_card .filter {
  position: absolute;
  top: 0;
  right: 116px;
  opacity: 8%;
}
.landing_inner .down_card .filter2 {
  position: absolute;
  top: 0;
  opacity: 8%;
}
.landing_inner .down_card p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.landing_inner .down_card a {
  color: #ffffff;
  font-size: 22px;
}
/* scroll section */
.scroll_sec .only_text {
  margin-top: 50px;
  /* padding: 10px; */
}
.scroll_sec .only_text h5 {
  color: var(--font-color1);
  font-size: 26px;
  font-weight: 700;
  padding-block: 18px;
}
.scroll_sec .bottom_bar {
  background-color: var(--font-color1);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.scroll_sec .bottom_bar h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.scroll_sec .bottom_bar .filter {
  position: absolute;
  top: 0;
  left: -32px;
  opacity: 8%;
}
.scroll_sec .bottom_bar .filter2 {
  position: absolute;
  opacity: 8%;
  top: 0;
  left: 19px;
}
.scroll_sec .bottom_bar a {
  color: #ffffff;
  font-size: 22px;
  padding-left: 5px;
}

/* scroll section END */
/* scroll sec right */
.right_pannel .article_text h5 {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #f8f9fa;
  color: #1b1b1f;
  font-size: 24px;
  font-weight: 600;
}
.right_pannel .article_text a {
  color: #1e1e1e;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.right_pannel .article_text a:hover {
  color: var(--font-color1);
  padding-top: 10px;
}
.right_pannel .article_text .article {
  padding-block: 5px;
  padding-left: 5px;
}
.right_pannel .article_text .article:hover {
  border-left: 2px solid var(--font-color3);
}
.right_pannel .article_text {
  margin-top: 25px;
  padding: 10px;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 315px;
}

.right_pannel .article_text::-webkit-scrollbar {
  width: 3px;
  stroke: var(--font-color3);
}
.right_pannel .article_text::-webkit-scrollbar-thumb {
  background-color: var(--font-color3);
  border-radius: 4px;
}
.right_pannel .article_text ::-webkit-scrollbar-track {
  background-color: #fff;
}
.landing_inner .right_pannel {
  position: sticky;
  top: 87px;
}
/* scroll sec right */
.real_card {
  margin-top: 100px;
}
.real_card h3 {
  text-align: center;
  color: var(--font-color1);
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  /* padding-bottom: 20px; */
}
.real_card .card-title {
  color: rgba(55, 55, 55, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.real_card .card-text {
  color: var(--font-color1);
  font-size: 20px;
  font-weight: 600;
}
.real_card .card_bottom {
  color: #2d2d2d;
  font-size: 18.445px;
  font-weight: 400;
  line-height: 166.5%;
  padding-top: 15px;
}

.real_card a {
  color: #2d2d2d;
}
.real_card .btn {
  color: #ffffff;
  width: 172.592px;
  height: 55.335px;
  margin: 20px 0 20px 0;
  border-radius: 10px;
  font-size: 18.445px;
  font-weight: 400;
}

/* news & media inner page END*/
/* footer */
footer {
  margin-top: 100px;
  padding-top: 25px;
  color: #fff;
  background-color: var(--font-color1);
}
.foot-img {
  display: block;
  margin: auto;
}
footer .visit p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 136.4%;
}
footer .visit .btn {
  margin-left: 25px;
  color: var(--font-color1);
  border-radius: 40px;
  background-color: #fff;
  border-style: none;
  min-width: 0;
}
footer .visit {
  padding-block: 35px;
}
footer .copyright a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8;
}
footer .copyright {
  justify-content: center;
}
footer .lic p {
  font-size: 14px;
  font-weight: 500;
  line-height: 136.4%;
  color: #fff;
  opacity: 0.8;
  padding-top: 4px;
}
/* cards */
.blog_scroll a {
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 600;
}
.blog_scroll a .card .post_read {
  opacity: 0.8;
  font-weight: 500;
}

.blog_scroll .card {
  margin-top: 25px;
  width: 18rem;
  height: 21rem;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.8s;
}
.blog_scroll .card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#single_post_content img{
  width: 100%;
}
.page-link {
  margin: 0 !important;
}
 .card-img-top{
        border-radius: 7px!important;
    }
    .blog-tag {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 11.5px;
        line-height: 13px;
        letter-spacing: 0.01em;
        color: #EEF5FF;
        background: #2875f1de;
        border-radius: 56px;
        padding: 6px 10px;
        margin: -12.5px 0 14px 9px;
        display: block;
        width: fit-content;
        position: relative;
        z-index: 9;
    }

    .blog-box-btm {
      
        background-color: white;
        border-radius: 0 0 10px 10px;
        transition: all 0.3s ease;
    }

    .bb-btm-inr {
        padding-left: 14px;
        padding-bottom: 14px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 9px;

    }

    .bb-btm-inr em {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        overflow: hidden;
    }

    .bb-btm-inr em img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .bb-btm-inr text h5 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        color: #4D5665;
        margin-bottom: 3px;
    }

    .bb-btm-inr text h6 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #7C8799;
    }

    
/* login page css */

.login-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.login-container label {
  margin-bottom: 10px;
  font-weight: 500;
  color: black;
}
.login-container input {
  outline: none;
}
.login-container input:focus {
  border: 1px solid #119080;
}

.btn-login {
  padding: 12px;
  font-weight: 600;
  background-color: #119080;
  border: none;
  width: 100%;
  transition: all 0.3s;
}

.btn-login:hover {
  background-color: #119080;
  opacity: 0.8;
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  right: 10px;
  top: 14px;
  color: #95a5a6;
}
.form-title {
  color: #2c3e50;
  margin-bottom: 30px;
  font-weight: 600;
}
.form-group {
    margin-bottom: 22px;
}
.form-control {
  border-radius: 5px;
  padding: 12px;
  border: 1px solid #ddd;
}
.registration-container label {
  margin-bottom: 10px;
  font-weight: 500;
  color: black;
}
input {
  outline: none;
}
input:focus {
  border: 1px solid #119080;
}

/* register */

.registration-container {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.registration-container label {
  margin-bottom: 10px;
  font-weight: 500;
  color: black;
}
.registration-container input:focus {
  border: 1px solid #119080;
}
.btn-register {
  padding: 12px;
  font-weight: 600;
  background-color: #119080;
  border: none;
  width: 100%;
  transition: all 0.3s;
}
.btn-register:hover {
  background-color: #119080;
  opacity: 0.8;
}