/*wizardV_books1*/
.wizardV_books1 {
  position: relative;
  background-image: url(../images/booksbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 100px;
}
.wizardV_books1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #110c0c;
  opacity: 0.84;
}
.wizardV_books1 .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 80px;
  text-align: justify;
  position: relative;
  padding: 0 100px;
}
.wizardV_books1 .grid .img{text-align: center;}

.wizardV_books1 .grid img {
  width: 100%;
  display: block;
}
.wizardV_books1 .grid h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
  margin: 20px 0;
  text-align: center;
}
.wizardV_books1 h2 {
  color: #fff;
  font-size: 50px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1;
  z-index: 9;
  position: relative;
  margin-bottom: 25px;
  font-family: "Nugie Romantic";
  background-image: none;
  padding-bottom: 0;
  text-transform: capitalize;
}
.wizardV_books1 p {
  color: #fff;
}
/*wizardV_books1*/

/*wizardV_maps1*/
.wizardV_maps1 {
  padding-top: 150px;
}
.wizardV_maps1_in {
  padding: 0 100px;
}
.wizardV_maps1 h3 {
  text-transform: uppercase;
  font-size: 32px;
  padding: 10px 0;
  padding-left: 20px;
  border-left: 15px solid #ffeb87;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.wizardV_maps1 p {
}
.wizardV_maps1 .img {
  margin: 30px 0 75px;
  position: relative;
}
.wizardV_maps1 .img:last-child {
  margin-bottom: 0;
}
.wizardV_maps1 .img img {
  width: 100%;
  display: block;
}
.wizardV_maps1 .img a {
  display: block;
  margin-top: 20px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wizardV_maps1 .img a.gofull {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #00000059;
  border-radius: 5px;
  padding: 10px 10px;
  z-index: 999;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize !important;
  font-family: "Roboto", sans-serif;
}
/*wizardV_maps1*/

/*wizardV_author*/
.wizardV_author,
.wizardV_sec5 {
  padding-top: 150px;
}
.wizardV_author_in h3 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  background-image: url(../images/shape1.svg);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 120px;
  display: inline-block;
}
.wizardV_author .grid {
  display: grid;
  gap: 50px;
  align-items: center;
}
.wizardV_author .grid.grid1 {
  grid-template-columns: 30fr 70fr;
  margin-bottom: 50px;
}
.wizardV_author .grid.grid2 {
  grid-template-columns: 70fr 30fr;
}
.wizardV_author .img img {
  width: 100%;
  display: block;
}
.wizardV_sec5 .grid {
  margin-bottom: 50px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  padding: 6px 16px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-color: #000;
}
.pagination > li {
  margin: 0 4px;
  float: left;
}
/*wizardV_author*/

/*wizardV_blogdesc*/
.wizardV_blogdesc h3 {
  text-align: center;
  margin: -20px 0 10px;
  font-weight: 600;
  font-size: 18px;
}
.wizardV_blogdesc .grid_blogs {
  clear: both;
  width: 100%;
  grid-template-columns: 35fr 65fr;
  gap: 75px;
}
.grid_blogs .img {
  display: block;
}
.grid_blogs .img img {
  width: 100%;
  display: block;
}
.wizardV_blogdesc a {
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2d0ef4;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.wizardV_blogdesc a:hover {
  opacity: 0.7;
}
.wizardV_blogdesc a img {
  height: 15px;
  width: auto;
}
.wizardV_blogdesc .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
}
.wizardV_blogdesc .flex a:first-child {
  color: #858585;
  margin-right: 10px;
}
.wizardV_blogdesc .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.wizardV_blogdesc .flex a:not(:first-child):hover {
}
/*wizardV_blogdesc*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .wizardV_blogdesc .grid_blogs,
  .wizardV_author .grid.grid1,
  .wizardV_author .grid.grid2,
  .wizardV_books1 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .wizardV_books1 .grid,
  .wizardV_maps1_in {
    padding: 0;
  }
  .grid_blogs .img img,
  .wizardV_books1 .grid img {
    width: 100%;
    display: block;
    max-width: 220px;
    margin: auto;
  }
  .wizardV_author_in h3,
  .wizardV_books1 h2 {
    font-size: 32px;
    background-position: center bottom;
  }
  .wizardV_books1 .grid h3 {
    font-size: 18px;
  }
  .wizardV_maps1 h3 {
    font-size: 24px;
  }
}
