@import url("https://fonts.googleapis.com/css2?family=Abel&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,400&display=swap");

/* ----------- Global Classes -----------*/

body {
  font-family: "Abel", sans-serif;
  box-sizing: border-box;
  margin: 0%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.d-table {
  width: 100%;
  height: 92vh;
}

.d-table-cell {
  vertical-align: middle;
}

.col-lg-4.col-wid-100 {
  width: 100% !important;
}
/* ----------- Global Classes -----------*/

/* -------------------------- Header ------------------------ */

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-brand {
  color: rgb(66 61 61 / 98%);
  font-size: 30px;
  font-weight: 700;
  margin-left: 1rem;
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 77%);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1.5rem;
  font-size: 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #352069d4;
}

i.icon {
  font-size: 20px;
  color: #323a39ed;
  padding: 5px;
}

/* --------------x------------ Header ------------x------------ */

/* -------------------------- Front-Part ------------------------ */

.front-part {
  background-image: url(../img/Background-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 168vh;
  max-height: 1010px;
  width: 100%;
  background-attachment: fixed;
}

.front-text {
  color: #fff;
  text-align: center;
  transform: translate(0px, -62px);
}

.front-button {
  color: #000;
  background: rgb(255, 255, 255);
  margin-top: 27px;
  font-weight: 900;
  border-radius: 20px;
  font-size: 19px;
  padding: 8px 40px;
}

.front-button:hover {
  color: rgb(255, 255, 255);
  background: rgb(16, 0, 255);
}

.btn:hover {
  box-shadow: inset -1px 3px 8px 5px #1f87ff, 2px 5px 16px 0px #0b325e,
    5px 5px 15px 5px rgb(0 0 0 / 0%);
}
/* --------------x------------ Front-Part ------------x------------ */

/* -------------------------- Blog Posts ------------------------ */

section.blog-post {
  background-image: url(../img/Abract01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 61%;
  z-index: 100;
  margin-bottom: 100px;
  padding-bottom: 180px;
}

.blog-post-contant {
  margin: 145px 0;
  padding: 10px;
  text-align: center;
  box-shadow: inset 10px 10px 15px #5f71c7e8;
  transform: translateY(80px) !important;
  width: 90%;
}

.blog-title {
  padding: 20px 0;
}

.blog-title h3 {
  font-size: 20px;
  font-family: system-ui;
}

.blog-title span {
  display: block;
}

.blog-title button {
  background: #b5dcff;
  border-radius: 25px;
  padding: 6px 25px;
  margin: 6px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 100px;
}

i.icofont-arrow-left,
i.icofont-arrow-right {
  padding: 10px;
  font-size: 60px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
  color: #b661fd;
  text-decoration: none;
}

/* --------------x------------ Blog Posts ------------x------------ */

/* -------------------------- Blog Contant ------------------------ */

.blog-contant {
  margin-top: 30px;
}

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  transition: 1s all ease;
}
.blog-image img:hover {
  transform: scale(1.2);
}

.blog-img-info {
  background: #b4dcff;
  padding: 10px 30px;
  border-radius: 30px;
  position: absolute;
  left: 14vw;
  transform: translate(0px, -25px);
}

.blog-img-info a,
.blog-img-info span {
  color: rgb(0 0 0 / 77%);
}

.blog-t-p-b {
  margin: 34px 0px;
  overflow: hidden;
}

.blog-t-p-b a {
  font-family: cursive;
  font-size: 24px;
  color: #3f4452;
  font-weight: 600;
  transition: 0.5s;
}

.blog-t-p-b a:hover {
  color: #000;
}

.blog-t-p-b p {
  margin: 10px 0 20px 0;
}

.blog-t-p-b button {
  background: #b4dcff;
  padding: 5px 35px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 5px;
  transition: 0.4s;
}

.blog-t-p-b button:hover,
.blog-t-p-b button:focus {
  box-shadow: 0 0 0 0.4em;
  background-color: #ffffff;
}

.pagination {
  justify-content: center;
  margin: 60px 0;
}

.pagination i.icofont-arrow-left,
.pagination i.icofont-arrow-right {
  padding: 10px;
  font-size: 50px;
  color: #3e4756;
}

.pagination i.icofont-arrow-left:hover,
i.icofont-arrow-right:hover {
  color: #000;
}

a.pagination-arrow {
  font-size: 20px;
  padding: 1px 10px 0px 10px;
  background: #3e4756;
  margin: 11px 6px;
  border-radius: 30px;
  color: #fff;
  transition: 0.5s;
}

a.pagination-arrow:hover {
  background: #000;
}

/* --------------x------------ Blog Contant ------------x------------ */

/* -------------------------- side bar ------------------------ */

li.category-item {
  display: flex;
  justify-content: space-between;
  background: #a8cfff;
  margin: 17px 0;
  border-radius: 20px;
  padding: 7px 25px;
}

.category-list ul .category-item a {
  color: rgb(0 0 0 / 77%);
  font-weight: 600;
}

.category-list ul {
  padding-left: 3rem;
}
.popular-posts .blog-contant .blog-img-info.side-img-info {
  background: #ffffff;
  padding: 5px 9px;
  position: absolute;
  left: 1vw;
  transform: translate(0px, -18px);
  border-radius: 0;
  margin-left: 3%;
}

.popular-posts .blog-contant .blog-t-p-b a {
  font-family: cursive;
  font-size: 15px;
  color: #3f4452;
  font-weight: 900;
  transition: 0.5s;
}

.popular {
  margin-top: 150px;
}

aside > div h2 {
  font-size: 30px;
  font-weight: 900;
  font-family: system-ui;
  margin-bottom: 50px;
}

.popular .popular-posts .blog-contant {
  margin-left: 25px;
  margin-bottom: 40px;
}

.newslatter {
  margin-top: 130px;
}

.newslatter input[type="email"] {
  margin-left: 15px;
  padding: 5px;
  padding-left: 20px;
  font-weight: 900;
  font-family: fangsong;
  width: 85%;
  margin-bottom: 12px;
}

.newslatter button {
  width: 85%;
  margin-left: 15px;
  padding: 5px;
  background: #b4dcff;
}

.popular-tag {
  margin-top: 100px;
}

.popular-tag .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popular-tag .tags span {
  padding: 5px 30px;
  background: #b4dcff;
  font-size: 15px;
  font-weight: 600;
  font-family: revert;
  border-radius: 3rem;
  margin: 10px 15px;
}
/* --------------x------------ side bar ------------x------------ */

/* -------------------------- Footer ------------------------ */

section#footer {
  background: #0c0c0c;
  position: relative;
}

.about-us,
.newslatters,
.instagram,
.follow {
  margin: 100px 0 40px 0;
}

.about-us p,
.newslatters span,
.instagram span,
.follow span {
  color: #ffffff59;
  display: block;
  margin-bottom: 15px;
}

section#footer > div h2 {
  color: #fff;
  margin-bottom: 25px;
  font-family: serif;
}

.insta-img {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}

.insta-img a img {
  margin-bottom: 8px;
  transition: 1s;
}

.insta-img a {
  overflow: hidden;
}

.insta-img a img:hover {
  transform: scale(1.2);
}

.newslatters-sabscribe {
  display: inline-flex;
}

.newslatters .newslatters-sabscribe input[type="email"] {
  background: transparent;
  border: none;
  background-color: #010001;
  padding: 4px 30px 4px 10px;
}

.newslatters-sabscribe a i.icofont-square-right {
  font-size: 31px;
  background: transparent;
  color: #57b1ff;
}

.newslatters-sabscribe a {
  text-decoration: none;
  margin-top: 2px;
}

.follow {
  text-align: center;
}

.footer-icon {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.move-top span i {
  color: #fff;
  font-size: 30px;
  background: #572bde;
  border-radius: 3rem;
  transition: 1s ease;
  cursor: pointer;
}

.move-top span i:hover {
  background: #fff;
  color: #000;
}

.move-top {
  position: absolute;
  right: 4%;
  top: 50%;
}

.footer-copyright {
  color: rgb(124 133 136 / 77%);
  display: flex;
  justify-content: center;
  font-weight: 800;
}

/* --------------x------------ Footer ------------x------------ */

/* -------------------------- Header ------------------------ */

/* --------------x------------ Header ------------x------------ */

/* -------------------------- Header ------------------------ */

/* --------------x------------ Header ------------x------------ */

/* -------------------------- Header ------------------------ */

/* --------------x------------ Header ------------x------------ */

/* -------------------------- Header ------------------------ */

/* --------------x------------ Header ------------x------------ */
