/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@font-face {
  font-family: "Poppins";
  src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  font-display: swap;
}
:root {
    --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway",  sans-serif;
    --nav-font: "Poppins",  sans-serif;

    --background-color: #ffffff; 
    --background-light: #fffaf8; 
    --background-dark: #080a3c; 
    --default-color: #444444; 
    --heading-color: #111111;
    --accent-color: #2ba3de;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --yellow-color: #B0B300;
 
    --nav-color: #212529; 
    --nav-hover-color: #2ba3de;
    --nav-mobile-background-color: #ffffff; 
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #212529; 
    --nav-dropdown-hover-color: #2ba3de;

    scroll-behavior: smooth;
}
  

body {
    color: var(--default-color) !important;
    background-color: var(--background-color) !important;
    font-family: var(--default-font) !important;
    font-size: 16px;
}
  
a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}
  
a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

/*--navbar--*/
#header-file{
  min-height: 100px;
}
header {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding: 0;
}

.navbar .nav-link,
  .navbar .nav-link:focus {
    color: var(--nav-color);
    padding: 28px 15px !important;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar .nav-link:hover {
    color: var(--accent-color);
}

.navbar .mega-menu{
	border: none;
  box-shadow: inset 0px 0 11px 2px #eb5d1e12;
  border-radius: 0;
  padding: 1rem;
}

.navbar .mega-menu .menu-list{
	display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  --bs-gutter-x: 0;
}

.navbar .mega-menu .menu-list ul{
	list-style: none;
  padding: 0;
	padding: 2rem;
}

.navbar .mega-menu .menu-list ul li{
	position: relative;
}

.navbar .mega-menu .menu-list ul li:after{
	content: ">";
	position: absolute;
	left: -7px;
	top: 4px;
	color: var(--accent-color);
	font-family: monospace;
}

.navbar .mega-menu .menu-list ul a{
	color: var(--nav-color);
	padding: 5px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
	display: block;
	text-decoration: none;
	transition: ease 0.5s;
}

.navbar .mega-menu .menu-list ul a:hover{
	color: var(--accent-color);
	padding-left: 10px;
}

.navbar .mega-menu .menu-list .nav-tabs{
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
}
.navbar .mega-menu .menu-list .nav-tabs .head{
  text-align: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
}
.navbar .mega-menu .menu-list .nav-tabs li .nav-link{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.navbar .mega-menu .menu-list .nav-tabs li .nav-link.active{
  border-left: 5px solid var(--accent-color) !important;
  color: var(--accent-color);
}
.navbar .mega-menu .menu-list .nav-tabs li::after{
  display: none;
}
.navbar .mega-menu .menu-list .tab-content{
  padding: 0;
}
.navbar .mega-menu .menu-list .tab-content .tab-pane ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar .mega-menu .menu-list .tab-content .tab-pane:after{
  display: none;
}
.navbar .mega-menu .menu-list .tab-content .tab-pane ul li{
  width: 50%;
}

.navbar .mega-menu .menu-list .top-recommended{
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.navbar .mega-menu .menu-list .top-recommended .head{
	text-align: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
}
.navbar .mega-menu .menu-list .top-recommended li:after{
  display: none; 
}
.navbar .mega-menu .menu-list .top-recommended li a{
  padding: 5px 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.navbar .search-btn{
  background: var(--accent-color);
}

/*--breadcrumb--*/
.breadcrumb{
  padding: 10px 0 !important;
  margin: 0 !important;
  background: var(--background-dark) !important;
}

.breadcrumb ul{
  list-style: none;
  padding: 0;
}
.breadcrumb ul li{
  float: left;
  margin-right: 20px;
  color: var(--background-color);
}
.breadcrumb ul li a{
  color: var(--background-color);
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a::after{
  content: ">";
  right: -15px;
  position: absolute;
  font-family: monospace;
}

/*--hero--*/
.hero {
    width: 100%;
    position: relative;
    padding: 60px 0 60px 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 75%);
    background: var(--background-dark);
  }
  
  .hero .head-top {
    color: var(--background-color);
  }

  .hero h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    color: var(--contrast-color);
  }
  
  .hero p {
    color: var(--contrast-color);
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
  }
  
  .hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    min-width: 154px;
    min-height: 47px;
  }
  
  .hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  }
  
  .hero .btn-watch-video {
    color: var(--accent-color);
    background: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--accent-color);
    text-decoration: none;
    min-width: 132px;
    min-height: 47px;
  }
  
  .hero .btn-watch-video:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  }
  
  .hero .products {
    min-height: 321px;
    width: 100%;
  }

  .hero .products .product-slide{
    background: var(--background-color);
    border-radius: 20px;
    text-align: center;
    padding: 2rem;
  }
  .hero .products .product-slide p{
    color: var(--default-color) !important;
  }
  .hero .products .product-slide .name{
    color: var(--background-dark) !important;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .hero .products .product-slide .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero .products .product-slide .btns a {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    min-height: 45px;
    width: 176px;
}
.hero .products .product-slide .btns a:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .products .swiper-pagination1 .swiper-pagination-bullet{
  background: var(--background-color);
  height: 20px;
  width: 20px;
  opacity: 1;
}
.hero .products .swiper-pagination1 .swiper-pagination-bullet-active{
  background: var(--accent-color);
  border: 1px solid var(--background-color);
}
.hero .products .next-pre{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.hero .products .next-pre .swiper-button-prev1, .hero .products .next-pre .swiper-button-next1{
  position: relative;
}
.hero .products .next-pre .swiper-button-prev1:after, .hero .products .next-pre .swiper-button-next1:after{
  content: ">";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--background-dark);
  background: var(--background-color);
  height: 30px;
  width: 30px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
}
.hero .products .next-pre .swiper-button-prev1:after{
  transform: rotate(180deg);
}
  
  @media (max-width: 640px) {
    .hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    .hero p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    .hero .btn-get-started,
    .hero .btn-watch-video {
      font-size: 13px;
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }

/*--search sec--*/
.search-sec{
  text-align: center;
  color: var(--default-color);
  background-color: var(--background-light);
  padding: 60px 0;
  overflow: clip;
  min-height: 276px;
  width: 100%;
}
.search-sec h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.search-sec h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.search-sec form input:focus{
  outline: none;
  box-shadow: none;
}
.search-sec .btn{
  min-height: 42px;
  width: 42px;
}

/*--about--*/
.about{
    background-color: var(--background-color);
    padding: 60px 0;
    overflow: clip;
}
.about .about-content h2 {
    font-weight: 700;
    font-size: 26px;
  }
  
  .about .about-content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .about-content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  
  .about .about-content ul li:first-child {
    margin-top: 35px;
  }
  
  .about .about-content ul i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    font-size: 32px;
    color: #fff;
    background: var(--accent-color);
    margin-right: 15px;
    line-height: 0;
    border-radius: 5px;
  }
  
  .about .about-content ul h4 {
    font-size: 18px;
    font-weight: 600;
  }
  
  .about .about-content ul p {
    font-size: 15px;
  }
  
  .about .about-content p:last-child {
    margin-bottom: 0;
  }
  
/*--services--*/
.services{
    color: var(--default-color);
    background-color: var(--background-light);
    padding: 60px 0;
    overflow: clip;
}

.services h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
  }
.services h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.services .section-title{
    margin-bottom: 40px;
}

.services .service-item {
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--surface-color);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
  }
  
  .services .service-item .icon {
    margin-bottom: 10px;
  }
  
  .services .service-item .icon i {
    color: var(--accent-color);
    font-size: 36px;
    transition: 0.3s;
  }
  
  .services .service-item h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .services .service-item h4 a {
    color: var(--heading-color);
    transition: ease-in-out 0.3s;
    text-decoration: none;
  }
  
  .services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .services .service-item:hover {
    transform: translateY(-10px);
  }
  
  .services .service-item:hover h4 a {
    color: var(--accent-color);
  }

/*--why-choose--*/
.why-choose{
  color: var(--default-color);
  background: var(--background-color);
  padding: 60px 0;
  overflow: clip;
}

.why-choose h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.why-choose h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.why-choose .section-title{
  margin-bottom: 40px;
}

.why-choose .service-item {
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--surface-color);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.why-choose .service-item .icon {
  margin-bottom: 10px;
}

.why-choose .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: 0.3s;
}

.why-choose .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-choose .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.why-choose .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.why-choose .service-item:hover {
  transform: translateY(-10px);
}

.why-choose .service-item:hover h4 a {
  color: var(--accent-color);
}

/*--why-choose--*/
.collaborate{
    background: linear-gradient(45deg, #080a3cab, #080a3cab), url(../img/banners-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 120px;
}
.collaborate h3{
    color: var(--contrast-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.collaborate p{
    color: var(--contrast-color);
}

/*--clients-review--*/
.clients-review{
    color: var(--default-color);
    background-color: var(--background-light);
    padding: 60px 0;
    overflow: clip;
}
.clients-review h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.clients-review h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.clients-review .section-title{
  margin-bottom: 40px;
}

.clients-review .review-content{
  padding: 2rem;
  background: var(--background-color);
  border-radius: 1rem;
  position: relative;
  min-height: 11rem;
}

.clients-review .revirew-btn{
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/*--blog--*/
.blog{
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    overflow: clip;
}
.blog h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.blog h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blog .section-title{
  margin-bottom: 40px;
}

.blog .card{
	height: 100%;
}

.blog .card h5{
  font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--heading-color);
}
.blog .card p{
  line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--default-color);
}
.blog .card a{
  line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 1rem;
    color: var(--accent-color);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}


/*--footer--*/
.footer {
    color: var(--contrast-color);
    font-size: 14px;
    position: relative;
    background-color: var(--background-dark);
    padding-top: 50px;
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--contrast-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color);
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    display: inline-block;
    color: var(--contrast-color);
    line-height: 1;
    text-decoration: none;
  }
  
  .footer .footer-links ul a:hover {
    color: var(--accent-color);
  }
  
  .footer .footer-about a {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading-font);
  }
  
  .footer .footer-contact p {
    margin-bottom: 5px;
  }

  .footer .footer-contact a {
    font-size: 16px;
    text-decoration: none;
	  color: var(--contrast-color);
  }

  .footer .footer-contact a i{
	  color: var(--accent-color);
  }
  
  .footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .copyright p {
    margin-bottom: 0;
  }
  
  .footer .copyright a{
    color: var(--contrast-color);
  }

/*--scroll top--*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    border: none;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

/*--product page--*/
.product-banner{
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 80px 0 60px 0;
    display: flex;
    align-items: center;
    background: var(--background-dark);
}

.product-banner .head-top {
  color: var(--background-color);
  margin-bottom: 5px;
}

.product-banner h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: var(--contrast-color);
}

.product-banner p {
  color: var(--contrast-color);
  margin: 5px 0 30px 0;
  font-size: 18px;
  font-weight: 400;
}

.product-banner .rate {
  margin: 5px 0 10px 0;
  color: var(--contrast-color);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.product-banner .rate span{
  color: var(--yellow-color);
}

.product-banner .btns {
    margin: 0;
    overflow: hidden;
}
.product-banner .btns .dl {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  text-decoration: none;
}

.product-banner .btns .dl:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.product-banner .btns .bn {
  color: var(--accent-color);
  background: var(--background-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid var(--accent-color);
  text-decoration: none;
}

.product-banner .btns .bn:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.product-banner .btns a i {
  float: left;
  font-size: 32px;
  margin: 0 10px 0 0;
}
.product-banner .btns a span {
  display: inline-block;
}
.product-banner .btns a span strong {
  display: block;
  font-size: 12px;
}

.product-banner .animated {
  animation: up-down2 2s ease-in-out infinite alternate-reverse both;
}

.product-banner .product-box{
  position: relative;
}
.product-banner .product-box .s-name{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 126px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  left: 5%;
  color: #080a3c;
  width: 90%;
  text-align: center;
}
.product-banner .product-box .icon-name{
  position: absolute;
  top: 206px;
  font-weight: 700;
  font-size: 11px;
  left: 65px;
  display: flex;
  gap: 110px;
  color: #fff;
}
.product-banner .product-box img{
  box-shadow: 10px 10px 0 #00d1ff1a;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .product-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .product-banner .btn-get-started,
  .product-banner .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down2 {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

#submenubar{
  background: var(--accent-color);
  text-align: end;
}
#submenubar a{
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-flex;
  gap: 5px;
}
#submenubar .download, #submenubar .buy{
  background: var(--bs-border-color-translucent);
  border-radius: 5px;
}

.keyfeatures{
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  overflow: clip;
 margin-left: -80px;
}

.keyfeatures h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.keyfeatures h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
}

.keyfeatures .section-title{
  margin-bottom: 15px;
}

.keyfeatures ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.keyfeatures ul i {
  margin-right: 3px;
  font-size: 24px;
  line-height: 0;
  color: var(--accent-color);
}

.keyfeatures ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  white-space: pre;
}

.features{
    color: var(--default-color);
    background-color: var(--background-light);
    padding: 60px 0;
    overflow: clip;
}

.features h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
  }
.features h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.features .section-title{
    margin-bottom: 40px;
}

.features .service-item {
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--surface-color);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  height: 100%;
}

.features .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: 0.3s;
}

.features .service-item h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.features .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.features .service-item:hover {
  transform: translateY(-10px);
}

.features .service-item p a {
  color: var(--accent-color);
  text-decoration: none;
}

.specification{
  background: linear-gradient(45deg, #080a3cab, #080a3cab), url(../img/banners-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 120px;
}
.specification h4{
  color: var(--contrast-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.specification h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--background-light);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.specification p{
  color: var(--contrast-color);
}

.specification .part{
  backdrop-filter: brightness(0.9);
  box-shadow: 0px 5px 90px 0px rgb(18 22 52);
  border-radius: 7px;
  padding: 1rem;
  height: 100%;
}

.specification .part h5{
  color: var(--contrast-color);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.specification .part .custom-btn{
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    margin-bottom: 1rem;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/*--comparison  table--*/
.comparison{
  color: var(--default-color);
  /* background-color: var(--background-light); */
  padding: 60px 0;
}

.comparison .section-title {
  margin-bottom: 40px;
}
.comparison .section-sub-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.comparison .section-sub-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.comparison table .table-dark {
  --bs-table-bg : var(--background-dark);
}
.comparison table td, .comparison table th {
  padding: 15px;
}
.comparison table th:nth-child(2) {
  background: var(--background-dark);
}
.comparison table td:nth-child(2) {
  background: var(--background-light);
}

.comparison table td strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.comparison table td span {
  display: block;
}
.comparison table td span i{
  color: green;
}
.comparison table a{
    color: var(--accent-color);
    text-decoration: none;
}
.comparison table .download-btn, .comparison .buy-btn{
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.comparison table .download-btn i, .comparison .buy-btn i{
  color: var(--contrast-color);
}

/*--faq--*/
.faq{
  color: var(--default-color);
  background: linear-gradient(180deg, var(--background-light), #fff);
  padding: 60px 0;
}

.faq .section-title {
  margin-bottom: 40px;
}
.faq .section-sub-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.faq .section-sub-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.faq .accordion-item{
  border: 1px solid #eee !important;
  margin-bottom: 1rem;
}
.faq .accordion-button{
  box-shadow: none !important;
  background-color: var(--background-color) !important;
  color: var(--bs-body-color) !important;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 500;
}
.faq .accordion-button::before{
  content: "Q.";
  position: absolute;
  left: 20px;
}

#myModal .close{
  position: absolute;
  right: -7px;
  top: -7px;
  background: var(--accent-color);
  border: none;
  color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  z-index: 9;
}

/*--buynow--*/
.buytable .table-details{
  padding: 3rem;
  background: #f4fbfd;
}
.buytable .product-box{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.buytable .product-box .s-name{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 126px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  left: 5%;
  color: #080a3c;
  width: 90%;
  text-align: center;
}
.buytable .product-box .icon-name{
  position: absolute;
  top: 200px;
  font-weight: 700;
  font-size: 17px;
  left: auto;
  display: flex;
  gap: 98px;
  color: #fff;
}
.buytable .product-box img{
  border-radius: 5px;
}
.buytable .table-home, .buytable .table-corporate,.buytable .table-technical{
  background: #f4fbfd;
}
.buytable .table-home,.buytable .table-corporate, .buytable .table-technical{
  text-align: center;
}
.buytable .table-home .btn-modal,.buytable .table-corporate .btn-modal, .buytable .table-technical .btn-modal{
  width: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.buytable .table-home .image,.buytable .table-corporate .image, .buytable .table-technical .image{
  padding: 1rem 3rem;
}
.buytable .table-home .save,.buytable .table-corporate .save, .buytable .table-technical .save{
  font-size: 18px;
  color: var(--accent-color);
}
.buytable .table-home .cut strong,.buytable .table-corporate .cut strong, .buytable .table-technical .cut strong{
  font-size: 20px;
  text-decoration: line-through;
  color: #FF0000;
  margin: 5px 0;
}
.buytable .table-home .price,.buytable .table-corporate .price, .buytable .table-technical .price{
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.buytable .table-home .price strong,.buytable .table-corporate .price strong, .buytable .table-technical .price strong{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.buytable .table-home .animeffectbtn-buy,.buytable .table-corporate .animeffectbtn-buy, .buytable .table-technical .animeffectbtn-buy{
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin: 1rem 0;
}
.buytable .table-home .animeffectbtn-buy i,.buytable .table-corporate .animeffectbtn-buy i, .buytable .table-technical .animeffectbtn-buy i{
  color: var(--contrast-color);
}
.buytable .table-home .animeffectbtn-buy:hover,.buytable .table-corporate .animeffectbtn-buy:hover, .buytable .table-technical .animeffectbtn-buy:hover {
  color: var(--contrast-color);
  background: 
  color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.comparison .w-40{
  width: 40% !important;
}
.comparison .table-benefits td, .comparison .buytable td{
  width: 20%;
}
.comparison .table-benefits td .price{
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.comparison .table-benefits td .price strong{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-head{
  width: 100%;
  position: relative;
  padding: 7rem 0;
  display: flex;
  align-items: center;
  background: var(--background-dark);
}

.banner-head h1 {
margin: 0;
font-size: 40px;
font-weight: 800;
line-height: 56px;
color: var(--contrast-color);
}

.offer-sec{
  color: var(--default-color);
  background-color: var(--background-light);
  padding: 60px 0;
  overflow: clip;
}

.offer-sec h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.offer-sec h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.offer-sec .section-title{
  margin-bottom: 40px;
}

.offer-sec .service-item {
box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
background-color: var(--surface-color);
padding: 50px 30px;
transition: all ease-in-out 0.4s;
height: 100%;
}

.offer-sec .service-item .icon {
margin-bottom: 10px;
}

.offer-sec .service-item .icon i {
color: var(--accent-color);
font-size: 36px;
transition: 0.3s;
}

.offer-sec .service-item h3 {
font-weight: 700;
margin-bottom: 15px;
font-size: 20px;
}

.offer-sec .service-item p {
line-height: 24px;
font-size: 16px;
margin-bottom: 0;
}

.offer-sec .service-item:hover {
transform: translateY(-10px);
}
.offer-sec .service-item h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 5px;
}
.offer-sec .service-item h5 strong {
  display: block;
  font-weight: 500;
  color: var(--accent-color);
  font-size: 16px;
  padding-bottom: 5px;
}
.offer-sec .service-item .prs {
  margin: 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.offer-sec .service-item .prs strong {
  font-size: 28px;
  color: #000000;
  margin: 10px 20px 0 0;
  display: inline-block;
}
.offer-sec .service-item .prs span {
  display: inline-block;
  text-decoration: line-through;
  font-size: 24px;
  color: #666666;
  margin: 10px 20px 0 0;
}
.offer-sec .service-item a {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.time-count li{
    color: #fff;
}
.time-count li span{
  background: var(--contrast-color);
    letter-spacing: 5px;
    padding: 5px 5px 5px 8px;
    color: var(--background-dark);
    border-radius: 5px;
    font-size: 25px;
    font-weight: 700;
}
.time-count li:nth-last-child(1) span{
    animation: vertical 1s linear infinite 0s;
  -ms-animation: vertical 1s linear infinite 0s;
  -webkit-animation: vertical 1s linear infinite;
}

.about-sec{
  color: var(--default-color);
  background-color: var(--background-light);
  padding: 60px 0;
  overflow: clip;
}

.about-sec h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.about-sec h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-sec .section-title{
  margin-bottom: 40px;
}


/*--Responsive--*/
@media screen and (min-width:992px) {
	.navbar .dropdown {
		position: static;
	}
	.navbar .dropdown:hover .mega-menu {
		display: block;
	}
	.navbar .mega-menu, .dropdown-menu[data-bs-popper]{
		top: 100% !important;
    width: 84%;
    left: 8% !important;
    right: auto;
    margin-top: 0 !important;
	}
}	

@media screen and (max-width: 991px) {
	.navbar .navbar-toggler{
		box-shadow: none !important;
	}
	.navbar .navbar-toggler[aria-expanded~="true"] .navbar-toggler-icon{
		transform: rotateX(97deg);
	}
	.navbar .mega-menu .menu-list{
		flex-wrap: wrap;
	}	
	.navbar .mega-menu .menu-list ul{
		width: 100%;
		border-right: none;
		padding: 0 1rem;
	}
  .navbar .mega-menu .menu-list .nav-tabs{
    display: none;
  }
  .navbar .mega-menu .menu-list .tab-content>.tab-pane{
    display: block;
    opacity: 1;
  }
  .navbar .mega-menu .menu-list .tab-content .tab-pane ul li{
    width: 100%;
  }
  #submenubar{
    text-align: center;
  }
  #submenubar a{
    gap:0;
  }
  #submenubar a span{
    display: none;
  }
  .buytable .table{
    border: 1px solid #ddd;
  }
  .buytable td.w-40{
    width: 100% !important;
  }
  .buytable td{
    width: 100% !important;
  }
  .buytable tbody tr{
    display: grid;
  }
  .buytable td tr{
    width: 100%;
  }
}	