@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.pad-tb {
  padding: 100px 0px;
}

img {
  width: 100%;
  height: auto;
}

.flex-items {
  display: flex;
  justify-content: space-between;
}

.hover-effect {
  transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: translateY(-5px);
}

.banner-blog {
  background-image: url(../assets/plain-background-img.jpg);
}

.banner-top-header {
  background-image: url(../assets/glitter-background.jpg);
}

.banner-top-header h1 {
  font-size: 50px;
  line-height: 58px;
}

.banner-top-header p {
  background-color: #20203e;
  padding: 10px;
  display: inline-block;

}

.banner-top-header p span {
  color: #d317cb;
}

/* scroll-top-button*/
#btnScrollToTop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #6443f8 0%, #d217cb 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  display: none;
  z-index: 999;
}

#btnScrollToTop:active {
  background: #d217cb;
}

#btnScrollToTop i {
  font-size: 40px;
}

/* ----navbar----- */
 .brand-logo{
  width: 110px;
 }

.navbar-logo img {
  width: 152px;
  height: auto;
}

#header ul li {
  position: relative;
}

#header ul li a {
  color: white !important;
}

#header ul li::after {
  content: '';
  background-image: linear-gradient(90deg, #6443f8 0%, #d217cb 100%);
  width: 0px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 60px;
  transition: 0.2s;
}

#header ul li:hover::after {
  width: 15px;
}

.navbar-toggler:focus {
  color: transparent;
}

.navbar-toggler i {
  font-size: 35px;
}

/* *****sign-in-button***** */
.sign-up {
  padding: 16px 45px 19px 45px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: white;
  border: 1px solid #ffffff;
  background: transparent;
  display: inline-block;
  margin-left: 30px;
}

.hover-effect-sign {
  transition: all 0.3s ease-in-out;
}

.hover-effect-sign:hover {
  transform: translateY(-5px);
  background-color: #ffffff;
  color: purple;
}

.right {
  color: #9797b9;
  font-size: 15px;
}

.blockquote {
  border-left: 4px solid white;
  margin: 0 0 20px 72px;
  padding: 10px 20px;
  font-style: italic;
}

.post-tags a {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  color: #ffffff;
  margin-right: 16px;
}

.post-tags {
  margin-bottom: 40px;
}
/* ----------banner blog-section-------- */
.banner-blog .blog-1{
  width: 600px;
  height: auto;
  margin: auto;
}


/* -----post-navigation--- */

.post-navigation {
  border-top: 1px solid #eee;
  min-height: 64px;
  padding: 20px 0 0;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

a {
  text-decoration: none;
  color: #c4c4c4;
}

/* ----.comments section----- */
.user-details img {
  width: 60px;
  height: 60px;
  /* height: auto; */
  object-fit: cover;
  object-position: 0px 10%;
  border-radius: 50%;
}

.user-name span {
  color: #9797b9;
  font-size: 14px;
}

.user-name small {
  color: #d217cb;
  font-size: 10px;
}

/* --form-section----- */

.form-details .form-control {
  border-color: transparent;
  background: transparent;
  color: #9797b9;
  border-radius: 0;
  border: 1px solid #47476d;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 12px;
  outline: none;
}

.form-details .btn {
  font-size: 15px;
  padding: 13px 22px 10px;
  text-transform: uppercase;
  background-color: #d217cb;
  border-color: #d217cb;
}

/* ---side-part---- */

.side-part {
  font-size: 14px;
}

.widgets a {
  padding: 5px 14px;
  border-radius: 50px;
  margin: 0px 2px 5px 0px;
  font-size: 12px;
  color: #fff;
  border: 2px solid #f3f3f3;
  display: inline-block;
}



/* ---form-comment---- */
.comments h3 span {
  color: #d217cb;
}

.form span {
  color: #d217cb;
}

/* join us */
.banner-join-us {
  background-image: url(../assets/plain-background-img.jpg);
}
.bg-join {
  background-image: linear-gradient(90deg, #6443f8 0%, #d217cb 100%);
  padding: 50px 50px 80px 50px;
}

.bg-join .form-control {
  background: #ffffff;
  border: none;
  height: 61px;
  line-height: 61px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  max-width: 550px;
  display: inline-block;
  margin-right: 12px;
  box-shadow: none;
}

/* button */
.subscribe-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 21px 35px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

/*footer*/
.banner-9 {
  background-image: url(../assets/glitter-background.jpg);
}

.logo-img img {
  width: 152px;
  height: auto;
}

 /* ****social-links******* */
 .social-links .fa {
  color: white;
  height: 50px;
  width: 50px;
  margin: 0px 3px;
  border-radius: 50px;
  background-color: #2e2e4f;
  font-size: 15px;
  line-height: 50px;
  transition: 0.3s;
}


.social-links .fa:hover {
  background-image: linear-gradient(90deg, #6443f8 0%, #d217cb 100%);

}

::marker {
  color: #d317cb;
}
.footer ul li a {
  color: #9797b9 ;
  transition: 0.2s ease-out;

}
.footer ul li a:hover {
  color: #d317cb;
  cursor: pointer;
  transform: translateY(-5px);
}


.footer ul li {
  line-height: 40px;
  color: #9797b9;
  transition: 0.2s ease-out;
}

.footer ul li:hover {
  color: #d317cb;
  cursor: pointer;
  transform: translateY(-5px);
}

.logo-img p {
  color: #9797b9;
}

.contact-details ul li {
  list-style: none;
}

.contact-details .fa {
  color: #d317cb;
}