@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
  background-image: url('../../uploads/initial/background.png');
  font-family: 'Open Sans', sans-serif;
}

* {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #18a2b8;
}

/* NavBar Section */
.main-navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 5px #00000050;
}

.navbar-brand {
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {

  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.navbar-right ul {
  justify-content: flex-end;
}

/* Slider */
.main-slider {
  height: calc(100vh - 56px);
  width: 100%;
}

.main-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Blog Section */
/* Universal Section */
.blog-title > div,
.video-title > div,
.news-title > div {
  flex: 1;
}

.titile-center-desc .fas,
.titile-center-desc .far {
  font-size: 35px;
  color: #18a2b8;
}

.title-link {
  font-size: 30px;
  color: #18a2b8;
  text-decoration: none;
  font-weight: 600;
  padding-left: 5px;
}

.card img{
  padding: 8px;
}

.card-img-top {
    height: 188px;
    object-fit: cover;
}

.title-left-img,
.title-right-img {
  height: 54px;
  width: 100%;
}

.title-left-img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: linear-gradient(to left, #a6afb182, #00000000);
}

.title-right-img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: linear-gradient(to right, #a6afb182, #00000000);
}

.card {
  color: inherit;
}

.card-title {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.20rem;
}

/* Youtube Video Section */
.video-coverage {
  background-color: #0a0a0aab;
  color: #fff;
}

.video-title a {
  color: #fff;
}

/* Media Section */


.media-img {
  position: relative;
  height: 100%;
  width: 100%;
}

.media-img img{
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* Extra Links */
.extra-link {
  background-color: #4dadff52;
}

.extra-link .far,
.extra-link .fas{
  padding: 20px;
  font-size: 70px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color 400ms ease-in-out;
}

.extra-link .far:hover,
.extra-link .fas:hover {
  border-color: #fff;
}

.extra-link a {
  color: #fff;
}

.extra-link-desc {
  padding-top: 10px;
  text-align: center;
}

.page-footer {
  background-color: #343a40;
  color: #dee2e6;
}

.page-footer a {
  color: #dee2e6;
}

/* Signup Form */

.signup-form input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-copyright {
  background-color: #161c27;
}

@media only screen and (max-width: 991px){
  .main-slider {
    height: auto;
  }

  .card {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px){
  .card {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .titile-center-desc {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.detail-section{
  background: #fff;
    padding: 15px;
}

