* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  @import url("https://fonts.cdnfonts.com/css/futura-std-4");
}

.top-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #001d7c;
  color: white;
  padding: 0 50px;
  gap: 70px;
}
.top-main .top1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.top-main .top1 i {
  text-align: left;
}

.top-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 50px;
  align-items: center;
}
.top-sec .main2 img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec .main2 h1 {
  font-size: 20px;
  font-weight: 600;
}
.top-sec .main3 {
  display: flex;
  gap: 30px;
}

.nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.nav .drop {
  border: 20px;
  background: white;
  list-style-type: none;
  position: absolute;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
}
.nav .nav1 {
  font-size: 20px;
  font-weight: 400;
}
.nav .nav1:hover {
  -webkit-text-decoration: underline #FF033E;
          text-decoration: underline #FF033E;
}
.nav .nav1:hover .drop {
  display: block;
  transform: translateY(1%) translateX(-10%);
  z-index: 5;
}

.banner {
  background-image: url("../Assets/Media/image/6-1-Kanwrite-Slider.jpg");
  background-position: center;
  opacity: 0.8;
  position: relative;
  height: 100%;
  align-items: center;
  text-align: center;
  color: white;
}
.banner p {
  padding-top: 300px;
  font-size: 20px;
  opacity: 1;
}
.banner h1 {
  font-size: 98px;
  font-weight: 900;
  opacity: 1;
}
.banner h6 {
  font-size: 20px;
  opacity: 1;
  font-weight: 400;
  padding-bottom: 20px;
}
.banner button {
  margin-bottom: 300px;
  opacity: 1;
  padding: 8px;
  border-color: white;
  border-radius: 5px;
}

.cat_head {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 20px;
  font-weight: 700;
}

.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.category img {
  width: 300px;
  height: 330px;
  padding-bottom: 15px;
  border-radius: 20px;
}
.category img:hover {
  transform: scale(1.09);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.new-in {
  margin: 30px 0px;
}
.new-in h2 {
  text-align: center;
  font-weight: 700;
}
.new-in .grid-cont {
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}
.new-in .grid-cont .new-grid {
  width: 1280px;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  justify-content: center;
  gap: 24px;
}
.new-in .grid-cont .new-grid .grid-item {
  cursor: pointer;
}
.new-in .grid-cont .new-grid .grid-item .image {
  width: 100%;
  height: 360px;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  transition: background-size 1s ease-in-out;
  background-image: url("../Assets/Media/image/2024Planner7_360x.webp");
}
.new-in .grid-cont .new-grid .grid-item .image:hover {
  background-image: url("../Assets/Media/image/2024Planner5_720x.webp");
  background-size: 108%;
}
.new-in .grid-cont .new-grid .grid-item .image.red-pen {
  background-image: url("../Assets/Media/image/hongdian.webp");
}
.new-in .grid-cont .new-grid .grid-item .image.red-pen:hover {
  background-image: url("../Assets/Media/image/hongdian2.webp");
  background-size: 108%;
}
.new-in .grid-cont .new-grid .grid-item .image.ink {
  background-image: url("../Assets/Media/image/MysticForestInkimage_360x.webp");
}
.new-in .grid-cont .new-grid .grid-item .image.ink:hover {
  background-image: url("../Assets/Media/image/MysticForestInkimage_360x2.webp");
  background-size: 108%;
}
.new-in .grid-cont .new-grid .grid-item .image.bamboo-pen {
  background-image: url("../Assets/Media/image/bamboopocketpen.webp");
}
.new-in .grid-cont .new-grid .grid-item .image.bamboo-pen:hover {
  background-image: url("../Assets/Media/image/bamboopocketpen2.webp");
  background-size: 108%;
}

.nibs {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-around;
  overflow: hidden;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 50px;
  gap: 100px;
}
.nibs .grid1 img {
  width: 100%;
  padding: 70px;
}
.nibs .grid2 h1 {
  font-size: 68px;
  font-weight: 700;
}
.nibs .grid2 button {
  padding: 10px;
  background-color: #001d7c;
  color: white;
}

.vocal h3 {
  text-align: center;
}
.vocal .local {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  gap: 100px;
}
.vocal .local img {
  opacity: 0.6;
}
.vocal .local img:hover {
  opacity: 1;
}

.news {
  padding-top: 80px;
}
.news h3 {
  text-align: center;
  font-weight: 600;
}
.news .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.news .about img {
  opacity: 0.7;
}
.news .about img:hover {
  opacity: 1;
}

.footer {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-evenly;
  padding: 100px 50px;
}
.footer .foot2 li {
  list-style: none;
}
.footer .foot3 li {
  list-style: none;
}
.footer .foot4 button {
  padding: 10px;
  background-color: #001d7c;
  color: white;
}/*# sourceMappingURL=style.css.map */