@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: Estedad;
  src: url("/font/Estedad-FD-Regular.woff2") format("woff2");
}
@font-face {
  font-family: EstedadBold;
  src: url("/font/Estedad-FD-Bold.woff2") format("woff2");
}
@font-face {
  font-family: EstedadMed;
  src: url("/font/Estedad-FD-Medium.woff2") format("woff2");
}

* {
  font-family: "Estedad", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none !important;
  text-decoration: none !important;
}
.antonRegular {
  font-family: sans-serif !important;
}
.EstedadBold {
  font-family: "EstedadBold" !important;
}
.EstedadMed {
  font-family: "EstedadMed" !important;
}
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.borderRed {
  border: 2px solid #d13947 !important;
}
.h-screen {
  height: 100vh;
}
.h-80 {
  height: 80vh;
}
.transition {
  transition: all 0.5s ease-in-out;
}
input:focus {
  border: none !important;
}
.darkbluecolor {
  color: #10258c !important;
}
.darkbluebg {
  background: #10258c !important;
}
.redColor {
  color: #d13947;
}
.redBg {
  background-color: #d13947;
}
.lightbluecolor {
  color: #6a83ff !important;
}
.lightbluebg {
  background: #6a83ff !important;
}
.bluecolor {
  color: #4f5d75 !important;
}
.bluebg {
  background: #4f5d75 !important;
}
.lightgraycolor {
  color: #c2c2c2 !important;
}
.lightgraybg {
  background: #c2c2c2 !important;
}
.graycolor {
  color: #333 !important;
}
.graybg {
  background: #333 !important;
}
.mylightcolor {
  color: #888 !important;
}
.mylightbg {
  background: #888 !important;
}
.text-justify {
  text-align: justify;
}
.fs-7 {
  font-size: 12px;
}
.aboutButt {
  border: 2px solid #d13947;
  transition: all 0.5s ease-in-out;
}
.aboutButt:hover {
  background: transparent !important;
  color: #d13947 !important;
}

.headButt1:hover {
  background: transparent !important;
}
.headButt2:hover {
  background: #d13947 !important;
}

/* hero start */

.swiper-custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  z-index: 10;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.swiper-custom-nav i {
  cursor: pointer;
  opacity: 0.8 !important;
  transition: all 0.3s ease-in-out;
}
.swiper-custom-nav i:hover {
  opacity: 1 !important;
}

/* hero end */
/* IndexPage start */
.bg1{
    background-color: #c2c2c2;
    background: url(/images/indexPage/indexBg.png) right no-repeat, url(/images/indexPage/indexBg2.png) left  no-repeat;
    height: 100% !important;
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.productLink {
  transition: all 0.2s ease-in-out !important;
}
.productLink:hover {
  color: #10258c !important;
}
.productBtn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}
.productBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1537e2;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.productBtn:hover::before {
  transform: translateX(0);
}
.hotProduct {
  transition: all 0.3s ease-in-out;
}
.hotProduct:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
/* IndexPage end */

/* navbar start */
  .nav-link.active {
    color: #d13947 !important;
    border-bottom: solid 1px #d13947 !important;
    padding-bottom: 2px !important;
  }
/* navbar end */
/* footer start */
.footerHeader {
  font-size: 3rem;
  font-weight: bolder;
  text-shadow: 3px 0 #10258c, -3px 0 #10258c, 0 3px #10258c, 0 -3px #10258c,
    2px 2px #10258c, -2px -2px #10258c, 2px -2px #10258c, -2px 2px #10258c;
}
.footerBg{
    background-color: #c2c2c2;
    background-image: url(/images/indexPage/footerImg.png);
    background-position: center;
    background-size: contain;
    height: 100% !important;
    width: 100% !important;
}
.footerLink {
  transition: all 0.4s ease-in-out !important;
}
.footerLink:hover {
  color: #6a83ff !important;
}
/* footer end */

/* aboutPage start */
.sidebarActive {
  background-color: #10258c !important;
  color: white !important;
  transition: background 0.3s ease;
}
.sidebarLink:hover {
  background-color: #d13947;
  color: white !important;
}
/* aboutPage end */
/*  */
.breadcrumb-item + .breadcrumb-item::before {
  float: right !important;
  padding-right: 0 !important;
  padding-left: 5px !important;
  color: #fff !important;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}
/*  */

/* blogDetailsPage start */
.blogLink {
  transition: all 0.2s ease-in-out !important;
  border-bottom: 1px solid #f8f9fa !important;
}
.blogLink:hover {
  color: #10258c !important;
  border-bottom: 1px solid #10258c !important;
}
/* blogDetailsPage end */

.titleHeader {
  font-size: 3rem;
  font-weight: bolder;
  text-shadow: 3px 0 #d13947, -3px 0 #d13947, 0 3px #d13947, 0 -3px #d13947,
    2px 2px #d13947, -2px -2px #d13947, 2px -2px #d13947, -2px 2px #d13947;
}
.shadowImg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}
.productTitle {
  font-size: 1.25rem;
}
.productIcon {
  transition: all 0.5s ease-in-out;
}
.productIcon:hover {
  background: linear-gradient(
    rgba(16, 37, 140, 0.438),
    rgba(209, 57, 72, 0.384)
  );
  outline: 0.4rem solid #c7c7c7;
  box-shadow: 8px 2px 8px rgba(16, 37, 140, 0.638),
    -8px 2px 8px rgba(209, 57, 72, 0.684) !important;
  color: #fff;
}
.productIcon {
  background: linear-gradient(#e7e7e7, #b3b3b3);
  right: 0;
  bottom: 1rem !important;
  font-size: 1.2rem;
  outline: 0.4rem solid #c7c7c7;
  box-shadow: 8px 0 8px #535353, -8px 0 8px #7a7a7a;
}
.aboutIcon {
  background: linear-gradient(#d13947, #fa4a5c);
  right: 0;
  bottom: 1rem !important;
  font-size: 1.2rem;
  outline: 0.2rem solid #d13947;
  box-shadow: 8px 0 8px #d13947, -8px 0 8px #fa4a5c;
}
.aboutIcon:hover{
    transform: translateY(2px) !important;
    background: linear-gradient(#e7e7e7, #b3b3b3) !important;
    color: #d13947 !important;
    outline: 0.2rem solid #c7c7c7;
    box-shadow: 8px 0 8px #535353, -8px 0 8px #7a7a7a;
}
.EnProductIcon {
  background: linear-gradient(#e7e7e7, #b3b3b3);
  right: 0;
  bottom: 1rem !important;
  font-size: 1.2rem;
  outline: 0.4rem solid #c7c7c7;
  box-shadow: 8px 0 8px #535353, -8px 0 8px #7a7a7a;
}

.bodyDesc p{
  line-height: 2.2rem !important;
  font-size: 1rem !important;
  font-family: ''Estedad'' !important;
}
.bodyDesc h1{
  color: #10258c !important;
  font-size: 1.6rem !important;
  line-height: 1.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc h2{
  line-height: 2.2rem !important;
  font-size: 1.475rem !important;
  color: #10258c !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc h3{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  color: #10258c !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc h4{
  line-height: 2.2rem !important;
  font-size: 1.2rem !important;
  color: #10258c !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc h5{
  line-height: 2.2rem !important;
  font-size: 1.1rem !important;
  color: #10258c !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc strong{
  line-height: 2.2rem !important;
  font-size: 1.1rem !important;
  color: #10258c !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-family: 'EstedadBold' !important;
}
.bodyDesc h6{
  color: #10258c !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}
.bodyDesc ul li{
  list-style-type: circle !important;
  margin-right: 1.5rem !important;
}
.bodyDesc ol li{
  list-style-type: decimal !important;
  margin-right: 1.5rem !important;
}

.bodyDesc pre{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  background-color: #081421 !important;
  color: #fff !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  text-align: left !important;
  display: block !important;
  margin-top: .5rem !important;
  margin-bottom: 0.5rem !important;
}
.bodyDesc table{
  width: 100% !important;
  border: 2px solid #081421 !important;
}
.bodyDesc table, th, td{
  border: 2px solid !important;
  text-align: center !important;
}
.bodyDesc th, td{
  padding: 0.7rem;
}

/* mobile */
@media (min-width: 320px) and (max-width: 767px) {
  .carousel-caption {
    top: 25% !important;
    
  }
  .titleHeader {
    font-size: 2rem !important;
  }
  .heroIcon {
  width: 4rem !important;
   }
    .navbar-collapse{
      background: #222 !important;
   }
  .navbar-nav{
    background: #242424;
    width: 100vw !important;
    height: 100vh !important;
  }
  .heroImg {
    display: none !important;
  }
  .search {
    display: none !important;
  }
  .indexAboutImg {
    min-height: 35rem !important;
  }
  .captionHeader {
    font-size: 1rem !important;
  }
  .buttonHeader {
    display: flex !important;
    flex-direction: column !important;
  }
  .circleProduct {
    width: 100% !important;
    height: 70% !important;
    border: 1.5rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
  }
  .circleProductPage {
    width: 100% !important;
    height: 70% !important;
    border: 1.5rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
  }
  .productCol {
    margin-bottom: 1rem !important;
  }
  .imgProduct {
    top: 30% !important;
    left: 48% !important;
    transform: translate(-50%, -50%) !important;
    width: 12rem;
  }
  .EnImgProduct {
    top: 30% !important;
    left: 48% !important;
    transform: translate(-50%, -50%) !important;
    width: 12rem;
  }
  .imgProductPage {
    top: 30% !important;
    left: 48% !important;
    transform: translate(-50%, -50%) !important;
    width: 12rem;
  }
  .productRow {
    height: 25rem !important;
  }
    .productRowPage {
    height: 25rem !important;
  }
  .whiteBg {
    width: 13rem;
    height: 10rem;
    top: -5% !important;
    right: -5%;
  }
  .enWhiteBg {
    width: 13rem;
    height: 10rem;
    top: -5% !important;
    right: -5%;
  }
  .whiteBgPage {
    width: 13rem;
    height: 11rem;
    top: -5% !important;
    right: -5%;
  }
  
  .productTitle {
    justify-content: center !important;
  }
  .carousel-caption {
    top: 15% !important;
  }
  .imgAboutTwo {
    display: none !important;
  }
  .aboutYear {
    display: none !important;
  }
  .productSpecial {
    width: 300px !important;
  }
  .swiperSpeProd {
    width: 300px !important;
  }
    .heroIconDivEn{
    right:30% !important;
   }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .carousel-caption {
    top: 30% !important;
    right: 15% !important;
    left: 20% !important;
  }
  .titleHeader {
    font-size: 3rem !important;
  }
  .heroIcon {
    width: 5rem !important;
  }
  .heroText {
    font-size: 2rem !important;
  }
  .nav-link {
    border-bottom: 4px solid transparent !important;
    transition: all 0.4s ease-in-out !important;
  }
  .nav-link:hover {
    border-bottom: 3px solid #10258c !important;
    background-color: #4f5d75 !important;
  }
  .indexAboutImg {
    max-height: 28rem !important;
  }
  .heroLg {
    height: 100vh;
  }
  .productRow {
    height: 15rem !important;
  }
    .productRowPage {
    height: 16rem !important;
  }
  .whiteBg {
    width: 9rem;
    height: 9rem;
    top: -5% !important;
    right: -5% !important;
  }
  .enWhiteBg {
    width: 9rem;
    height: 9rem;
    top: -5% !important;
    left: -5% !important;
  }
  .whiteBgPage {
    width: 7rem;
    height: 9rem;
    top: -5% !important;
    right: -5% !important;
  }
  .circleProduct {
    width: 50% !important;
    height: 100% !important;
    border: 1rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
  }
  .circleProductPage {
    width: 50% !important;
    height: 100% !important;
    border: 1rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
  }
  .imgProduct {
    width: 8rem;
    top: 40% !important;
    left: 73% !important;
    transform: translate(-50%, -50%) !important;
  }
  .EnImgProduct {
    width: 8rem;
    top: 40% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) !important;
  }
  .imgProductPage {
    width: 8rem;
    top: 40% !important;
    left: 73% !important;
    transform: translate(-50%, -50%) !important;
  }
  .carousel-caption {
    top: 30% !important;
  }
  .imgAboutTwo {
    display: none !important;
  }
  .aboutYear {
    display: none !important;
  }
  .swiperSpeProd {
    width: 100% !important;
  }
  .heroIconDivEn{
    right:13% !important;
   }
}
/* web */
@media (min-width: 1024px) {
  .carousel-caption {
    top: 30% !important;
  }
  .productRow {
    height: 20rem !important;
  }
  .productRowPage {
    height: 15rem !important;
  }
  .buttonHeader {
    display: flex !important;
    flex-direction: row !important;
  }
    .heroIcon {
    width: 6rem !important;
  }
  .circleProduct {
    width: 50% !important;
    height: 100% !important;
    border: 2rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
    /* box-shadow: 10px 5px 5px red; */
   }
  .circleProductPage {
    width: 50% !important;
    height: 100% !important;
    border: 1rem solid #333;
    outline: 0.2rem solid #1b1b1b;
    box-shadow: 5px 0 5px #333, -6px 0 3px #333;
    /* box-shadow: 10px 5px 5px red; */
   }
  .imgProduct {
    width: 10rem ;
    top: 49% !important;
    left: 74% !important;
    transform: translate(-50%, -50%) !important;
  }
  .EnImgProduct {
    width: 10rem ;
    top: 49% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) !important;
  }
  .imgProductPage {
    width: 9.5rem ;
    top: 45% !important;
    left: 74% !important;
    transform: translate(-50%, -50%) !important;
  }
  .productIcon {
    background: linear-gradient(#e7e7e7, #b3b3b3);
    right: -20%;
    font-size: 1.2rem;
    outline: 0.4rem solid #c7c7c7;
    box-shadow: 8px 0 8px #535353, -8px 0 8px #7a7a7a;
  }
  .EnProductIcon {
    background: linear-gradient(#e7e7e7, #b3b3b3);
    left: -20%;
    font-size: 1.2rem;
    outline: 0.4rem solid #c7c7c7;
    box-shadow: 8px 0 8px #535353, -8px 0 8px #7a7a7a;
  }
  .whiteBg {
    width: 10rem;
    height: 12rem;
    top: -2%;
    right: -3%;
  }
  .enWhiteBg {
    width: 10rem;
    height: 12rem;
    top: -2%;
    left: -3%;
  }
  .whiteBgPage {
    width: 7rem;
    height: 9rem;
    top: -2%;
    right: -3%;
  }
  .productTitle {
    justify-content: flex-start !important;
  }
  .carousel-caption {
    top: 35% !important;
  }
  .imgAboutTwo {
    position: absolute;
    right: 30%;
    bottom: -5%;
  }
  .enImgAboutTwo {
    position: absolute;
    right: 10%;
    bottom: -5%;
  }
  .aboutYear {
    display: flex;
    top: 22%;
    right: 60%;
  }
  .enAboutYear {
    display: flex;
    top: 22%;
    right: 10%;
  }
  .productSpecial {
    width: 450px !important;
  }
  .swiperSpeProd {
    width: 100% !important;
  }
  .heroIconDivEn{
    right:10% !important;
  }
}
/* large web */
@media (min-width: 1400px) {
     .container-xxl {
        max-width: 1520px !important;
    }
    .heroIconDivEn{
        right:23% !important;
    }
}

