.index-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/banner/banner\ image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
  z-index: 10;
}

.b-con {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#banner_one {
  padding-top: 14%;
}

.banner-parent {
  position: absolute;
  top: 244px;
  left: 5%;
  transform: translateX(4%);
  width: 30%;
}

.new-img {
  width: 37%;
}

.new-img img {
  width: 100%;
}

.ban_txt-parent {
  text-align: left;
  position: absolute;
  top: 285px;
  left: 51%;
  width: 53%;
}

.ban_txt {
  width: 53%;
  text-align: center;
 
}

.ban_txt .new-btn{
  width: 175px;
  padding: 12px 6px;
  font-weight: 600;
  color: #ffffff;
  margin: 5% auto 0 auto;
}

.btn {
  left: 0;
  padding-top: 5%;
}

.btn-res {
  display: none;
  }



.ban_txt p {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #f5f5f5;
}

.ban_txt h1 {
  width: 100%;
  font-family: "Racing Sans One", sans-serif;
  font-size: 70px;
  color: #ffffff;
  line-height: 56px;
  margin-bottom: 36px;
}

.b-name {
  width: 22%;
  margin: 0 auto;
}

.b-name img {
  width: 100%;
}

#banner_one .owl-carousel .owl-nav.disabled,
#banner_one .owl-carousel .owl-dots.disabled {
  display: block;
}
#banner_one .owl-nav button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  background: #ffffff !important;
  color: var(--primary-color) !important;
}

#banner_one .owl-nav button.owl-prev {
  left: -6%;
}

#banner_one .owl-nav button.owl-next {
  right: -6%;
}

#banner_one .owl-dots {
  text-align: center;
  bottom: -9%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#banner_one .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-radius: 15px;
  display: inline-block;
  background-color: #a6a2a2;
  margin: 0 3px;
}
#banner_one .owl-dots button.owl-dot.active {
  background-color: #ffffff;
}
#banner_one .owl-dots button.owl-dot:focus {
  outline: none;
}

.explore {
  margin-bottom: 100px;
}

.explore-con h6 {
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #222222;
}

.ex-box {
  margin-top: 45px;
}

.box-2 {
  text-align: center;
  width: 100%;
  height: 240px;
  padding: 26px 36px;
  background-color: #ffffff;
  border-radius: 0 50px 0 0;
  border: 2px solid var(--primary-color);
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.box-2:hover {
  box-shadow: 0 0 10px var(--primary-color);
  border-radius: 50px 0 0 0;
}

.box-2 svg {
  font-size: 23px;
  color: #ff0000;
}

.box-2:hover .box-img {
  transform: translateY(-10px);
}

.box-img {
  width: 18%;
  margin: 0 auto 12px auto;
  transition: 0.5s;
}

.box-img img {
  width: 100%;
}

.box-2 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #003487;
}

.box-2 p {
  width: 77%;
  margin: 8px auto 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #444444;
}

.welcome {
  margin-bottom: 100px;
}

.welcome h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  /* text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; */

  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.new-color {
  color: #191919;
}

.line-new {
  width: 12%;
  margin-left: 2%;
}
.welcome {
  position: relative;
}

.wel-txt p {
  margin: 70px 0 28px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #444444;
  letter-spacing: 0.5px;
}

.wel-txt .new-btn {
  margin-left: 0;
  background-image: linear-gradient(30deg, #0000ab 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: 300ms ease-in-out;
}

.new-btn:hover {
  background-position: 100%;
  color: var(--primary-color);
}

.wel-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wel-img img {
  width: 100%;
}

.wel-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.wel-img:hover::before {
  animation: 0.75s shining;
}
@keyframes shining {
  100% {
    left: 125%;
  }
}

.side-img {
  width: 17%;
  position: absolute;
  top: -33%;
  right: 1%;
}

.side-img img {
  width: 100%;
}

.product {
  background-image: url(../image/Product\ bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1416px;
  text-align: center;
  margin-bottom: 100px;
}

.pro-con {
  margin-bottom: 45px;
}

.new-slide {
  margin-top: -10%;
}

.pro-con h1 {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 200px;
  font-weight: bolder;
  font-style: italic;
  color: #c6d1ec;
  text-shadow: 0 4px 4px rgba(217, 217, 217, 0.75);
}

#slider1 .owl-item .item {
  transition: 0.3s;
  transform: scale(0.9);
}

#slider1 .owl-item.center .item {
  transform: scale(1);
}

.pro-img {
  width: 80% !important;
  margin: 0 auto;
}

.pro-img img {
  width: 100% !important;
}

.pro-con .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.pro-con .owl-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #003487 !important;
  color: #ffffff !important;
}

.pro-con .owl-nav button.owl-prev {
  left: -5%;
}

.pro-con .owl-nav button.owl-next {
  right: -5%;
}

.product .new-btn {
  margin-left: 0;
}

#slider2 .owl-item .item {
  transition: 0.3s;
  transform: scale(0.9);
}

#slider2 .owl-item.center .item {
  transform: scale(1);
}

.color-3 {
  color: rgba(97, 97, 255, 0.75) !important;
  text-shadow: 0 4px 4px rgba(217, 217, 217, 0.8) !important;
}

.new-con {
  margin-top: 80px;
}

.book {
  text-align: center;
  margin-bottom: 100px;
}

.book-con {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
.box-4 {
  width: 236px;
  height: 236px;
  clip-path: polygon(48% 0, 100% 20%, 100% 76%, 54% 100%, 0 80%, 0 22%);
  background-color: var(--primary-color);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
}

.box-3 {
  width: 19%;
  height: 300px;
  clip-path: polygon(48% 0, 100% 20%, 100% 76%, 54% 100%, 0 80%, 0 22%);
  background-color: #f5f5f5;
  text-align: center;
  transition: 0.5s;
}

.box-3:hover {
  transform: translateY(-10px);
}

.box-con {
  padding: 72px 20px 20px 20px;
}

.m-img {
  width: 28%;
  margin: 0 auto 12px auto;
}

.m-img img {
  width: 100%;
}

.box-con h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
}

.box-con p {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #444444;
  margin-bottom: 0;
}

.ride {
  text-align: center;
  margin-bottom: 100px;
}

.form-con {
  margin-top: 72px;
}

.input-div {
  margin: 0 auto 25px auto;
  width: 63%;
  display: flex;
  justify-content: space-between;
}

.form-con input {
  width: 48%;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #444444;
}

.form-con input:focus {
  outline: none;
}

.form-con select {
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #444444;
}

.form-con select:focus {
  outline: none;
}

.form-con .new-btn {
  margin-left: 0;
  margin-top: 45px;
}

.gallery {
  background-image: url(../image/Book\ bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* height: 680px; */
  text-align: center;
  margin-bottom: 100px;
}

.gal-con {
  margin-top: 72px;
}

.gal-tab button {
  width: 121px;
  padding: 10px 6px;
  background-color: transparent;
  text-align: center;
  transform: skew(-20deg);
  border: none;
  transition: 0.5s;
}

.tablinks .btn-txt {
  color: var(--primary-color);
}

.gal-tab button:hover {
  border: 1px solid #000000;
}

.gal-tab button.active {
  border: 1px solid #000000;
}

#slider3 .owl-item .item {
  transition: 0.3s;
  transform: scale(0.9);
}

#slider3 .owl-item.center .item {
  transform: scale(1);
}

.tabcontent {
  margin-top: 50px;
}

.n-img {
  width: 100% !important;
}

#slider4 .owl-item .item {
  transition: 0.3s;
  transform: scale(0.9);
}

#slider4 .owl-item.center .item {
  transform: scale(1);
}

.tabcontent .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.tabcontent .owl-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 109%;
  /* left: 50%; */
  transform: translateX(-50%);
  background: #003487 !important;
  color: #ffffff !important;
}

.tabcontent .owl-nav button.owl-prev {
  left: 48%;
}

.tabcontent .owl-nav button.owl-next {
  right: 47%;
}

.frame {
  width: 100%;
  /* height: 200px !important; */
  height: 100%;
  overflow: hidden;
}

.frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-con {
  margin-top: 77px;
}
