/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #26272E;
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

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

.li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #26272E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.slick-slide img {
  display: inline-block !important;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  height: 120px;
  resize: none;
}

button {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: 1px solid #A9C0E2;
  border-radius: 6px;
  background: transparent;
  width: 100%;
  padding: 0 26px;
  color: #5D5F71;
  line-height: 68px;
}

select {
  border: 1px solid #A9C0E2;
  border-radius: 6px;
  background: transparent;
  width: 100%;
  height: 68px;
  padding: 0 26px;
  color: #5D5F71;
}

textarea {
  border: 1px solid #A9C0E2;
  border-radius: 6px;
  background: transparent;
  width: 100%;
  line-height: inherit;
  padding: 26px;
  height: 160px;
  color: #5D5F71;
}

.form-group label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background: #F5F8FE;
  margin-left: 23px;
  transform: translateY(24px);
  padding: 10px 5px;
}

.semi-bold {
  font-weight: 600;
}

/* preloader area css
============================================================================================ */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.preloader img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 50px;
}
.section-title h4 {
  font-size: 24px;
  color: #2AA1F7;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 40px;
}

/* Start Primary btns css
============================================================================================ */
.btn-solid-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #2AA1F7;
  border-radius: 1000px;
  background: #2AA1F7;
  padding: 17px 24px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  text-align: center;
}
.btn-solid-primary:hover {
  color: #2AA1F7;
  background: transparent;
}

.btn-outline-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #2AA1F7;
  border-radius: 1000px;
  background: transparent;
  padding: 17px 24px;
  color: #2AA1F7;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  text-align: center;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background: #2AA1F7;
}

.btn-outline-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #E1E9F9;
  border-radius: 1000px;
  background: transparent;
  padding: 17px 24px;
  color: #26272E;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  text-align: center;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background: #2AA1F7;
  border-color: #2AA1F7;
}

/* slick dots css
============================================================================================ */
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.slick-dots li {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.slick-dots li.slick-active button {
  background: #2AA1F7;
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
}

/* gradient-bg css
============================================================================================ */
.gradient-bg1 {
  background: -webkit-linear-gradient(90deg, #2AA1F7 0%, #2AA1F7 100%);
  background: -moz-linear-gradient(90deg, #2AA1F7 0%, #2AA1F7 100%);
  background: -o-linear-gradient(90deg, #2AA1F7 0%, #2AA1F7 100%);
  background: linear-gradient(90deg, #2AA1F7 0%, #2AA1F7 100%);
}

/* animation delay css
============================================================================================ */
.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

.delay-7 {
  animation-delay: 0.7s;
}

.delay-8 {
  animation-delay: 0.8s;
}

.delay-9 {
  animation-delay: 0.9s;
}

.delay-10 {
  animation-delay: 1s;
}

.delay-11 {
  animation-delay: 1.1s;
}

.delay-12 {
  animation-delay: 1.2s;
}

.delay-13 {
  animation-delay: 1.3s;
}

.delay-14 {
  animation-delay: 1.4s;
}

.delay-15 {
  animation-delay: 1.5s;
}

/* Start Header area style
============================================================================================ */
.sticky-wrapper.is-sticky .header-area {
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  top: 0;
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 8px 10px 60px rgba(0, 0, 0, 0.0588235294);
}
.sticky-wrapper.is-sticky .navbar .navbar-nav .nav-item a {
  color: #26272E;
}
.sticky-wrapper.is-sticky .navbar .navbar-nav .nav-item:hover > a, .sticky-wrapper.is-sticky .navbar .navbar-nav .nav-item.active a {
  color: #2AA1F7;
}

.header-top-bar {
  background: #2A388E;
  padding: 8px 0;
}
.header-top-bar .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-bar .social-icons li a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0588235294);
  color: #ffffff;
  transition: 0.3s;
}
.header-top-bar .social-icons li a:hover {
  background: #2AA1F7;
}
.header-top-bar .contact-info {
  text-align: right;
}
.header-top-bar .contact-info a {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
  color: #ffffff;
}

.header-wrap {
  background: #ffffff;
}

.header-area {
  padding: 15px 0;
  background: transparent;
}
.header-area.active {
  box-shadow: 0 5px 10px rgba(221, 221, 221, 0.1019607843);
}
.header-area .header-btns .btn-solid-primary {
  padding: 13px 24px;
}

.navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
.navbar .navbar-nav .nav-item a {
  position: relative;
  font-size: 18px;
  color: #5D5F71;
  padding: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.navbar .navbar-nav .nav-item:hover > a, .navbar .navbar-nav .nav-item.active a {
  color: #2AA1F7;
}
.navbar .header-btns {
  display: flex;
  align-items: center;
  gap: 25px;
}
.navbar .header-btns .inline-btn {
  color: #5D5F71;
}

.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #0C003D;
  height: 100%;
  top: 0;
  padding-top: 20px;
  z-index: 9999;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offcanvas-wraper.active {
  left: 0;
}
.offcanvas-wraper .navbar-brand {
  display: block;
  margin-bottom: 15px;
}
.offcanvas-wraper .navbar-brand img {
  max-width: 150px;
}
.offcanvas-wraper .header-btns {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas-wraper .header-btns a {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7607843137);
}
.offcanvas-wraper .header-btns .primary-btn {
  width: auto;
}

/* banner area style
============================================================================================ */
.banner-area {
  padding: 110px 0 80px;
  position: relative;
  z-index: 1;
  background: url(../img/bg/banner-bg.png) center no-repeat;
  background-size: cover;
  height: 86vh;
}
.banner-area:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-linear-gradient(180deg, #030B3C 0%, transparent 100%);
  background: -moz-linear-gradient(180deg, #030B3C 0%, transparent 100%);
  background: -o-linear-gradient(180deg, #030B3C 0%, transparent 100%);
  background: linear-gradient(180deg, #030B3C 0%, transparent 100%);
}
.banner-area .banner-content h1 {
  color: #ffffff;
  margin-bottom: 25px;
}
.banner-area .banner-content p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-area .notice-bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  padding: 18px 30px;
  font-size: 24px;
  border-radius: 50px 50px 0 0;
  text-align: center;
}
.banner-area .notice-bar a {
  color: #F36513;
}
.banner-area.inner-banner {
  height: auto;
  padding: 35px 0 120px;
  background: url(../img/bg/inner-banner-bg.png) center no-repeat;
  background-size: cover;
}
.banner-area.inner-banner .banner-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 25px;
}
.banner-area.inner-banner .banner-content p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

/* brand area style
============================================================================================ */
.brand-area {
  padding: 80px 0;
  background: #F5F8FE;
  overflow: hidden;
}

.brands-items .single-brand-item {
  background: #fff;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  height: 100px;
  border: 1px solid #E1E9F9;
  border-radius: 10px;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.031372549);
  margin: 0 15px;
}

/* features area style
============================================================================================ */
.features-area {
  padding: 100px 0;
}

.features-slider {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}
.features-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.features-slider .slick-arrow {
  height: 65px;
  width: 65px;
  border: 1px solid #E1E9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}
.features-slider .slick-arrow.next {
  left: auto;
  right: -100px;
}
.features-slider .slick-arrow:hover {
  background: #2AA1F7;
  color: #ffffff;
  border-color: #2AA1F7;
}

.single-features-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  height: 280px;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.single-features-item:hover .content-box {
  bottom: 20px;
}
.single-features-item .content-box {
  position: absolute;
  bottom: -66px;
  transition: 0.3s;
}
.single-features-item .content-box h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

/* about area style
============================================================================================ */
.about-area {
  background: url(../img/bg/about-bg.png) center no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.about-area .about-content h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.about-area .about-content p {
  color: #ffffff;
  margin-bottom: 40px;
}
.about-area .about-thumb {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

/* product area style
============================================================================================ */
.product-area {
  padding: 20px 0;
}

.single-product-item {
  border-radius: 14px;
  border: 1px solid #E1E9F9;
  transition: 0.3s;
  height: 100%;
}
.single-product-item img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.single-product-item .product-content {
  padding: 20px;
}
.single-product-item .product-content h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E9F9;
}
.single-product-item .product-content .single-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E9F9;
}
.single-product-item .product-content .single-info p {
  margin-bottom: 0;
  color: #5D5F71;
  font-size: 14px;
}
.single-product-item .product-content .single-info p.semi-bold {
  font-weight: 600;
}
.single-product-item .product-content .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}
.single-product-item .product-content .btn-wrap a {
  width: 100%;
}
.single-product-item:hover {
  box-shadow: 2px 10px 60px rgba(20, 27, 61, 0.2);
}

/* contact area style
============================================================================================ */
.contact-area {
  background: #F5F8FE;
  padding: 100px 0;
}
.contact-area .section-title {
  margin-bottom: 50px;
}
.contact-area .section-title h2 {
  margin-bottom: 20px;
}
.contact-area .section-title p {
  font-size: 20px;
  color: #5D5F71;
}

.contact-bottom {
  margin-top: 50px;
}
.contact-bottom .submit-btn {
  text-align: right;
}

.contact-info-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact-info-box .icon {
  height: 74px;
  width: 74px;
  min-width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 32px;
  color: #2A388E;
}
.contact-info-box .contact-info-content p {
  margin-bottom: 0;
  color: #5D5F71;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-info-box .contact-info-content a {
  font-size: 22px;
  font-weight: 600;
  color: #26272E;
}

/* testimonial area style
============================================================================================ */
.testimonial-area {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}

.testimonial-slider {
  margin: 0 -15px;
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.single-testimonial-slider {
  background: #F0F9FF;
  padding: 30px;
  border-radius: 10px;
}
.single-testimonial-slider .testimonial-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.single-testimonial-slider .testimonial-slider-header .testimonial-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-testimonial-slider .testimonial-slider-header .testimonial-meta .testi-author {
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.single-testimonial-slider .testimonial-slider-header .testimonial-meta .testi-author-info h5 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-testimonial-slider .testimonial-slider-header .testimonial-meta .testi-author-info p {
  font-size: 14px;
  margin-bottom: 0;
  color: #26272E;
}
.single-testimonial-slider .testimonial-slider-header .testi-rating {
  color: #FBC343;
  font-size: 18px;
  background: #ffffff;
  padding: 9px 10px;
  border-radius: 23px;
}
.single-testimonial-slider .testi-message p {
  margin-bottom: 0;
  color: #6D6D6D;
}

/* newsletter area style
============================================================================================ */
.newsletter-area {
  background: #2AA1F7;
  padding-top: 20px;
}
.newsletter-area .ns-right-left {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.newsletter-area .ns-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.newsletter-area .ns-content .section-title {
  margin-bottom: 30px;
}
.newsletter-area .ns-content .section-title h2 {
  color: #ffffff;
}
.newsletter-area .ns-content .primary-btn {
  background: #ffffff;
  color: #2AA1F7;
  padding: 14px 35px;
}
.newsletter-area .ns-right-thumb {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

/* product with sidebar area style
============================================================================================ */
.product-area.with-filter .sorting {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-area.with-filter .sorting p {
  margin-bottom: 0;
  min-width: 100px;
  color: #5D5F71;
}
.product-area.with-filter .sorting select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url(../img/angle-down.svg) no-repeat right white;
  background-position-x: 95%;
  background-position-y: 50%;
  border-radius: 1000px;
}
.product-area.with-filter .sorting input {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    border-radius: 1000px;
    line-height: 40px;
}
.product-area.with-filter .sorting input#searchBtn{
    background-color: #2AA1F7;
    color: #fff
}
.product-area.with-filter .single-product-item img {
  height: 300px;
}
.product-area.with-filter .single-product-item .product-content {
  padding: 20px 15px;
}
.product-area.with-filter .single-product-item .product-content h4 {
  font-size: 16px;
}
.product-area.with-filter .single-product-item .product-content .single-info p {
  font-size: 12px;
}
.product-area.with-filter .single-product-item .product-content .btn-wrap {
  gap: 10px;
  flex-wrap: nowrap;
}
.product-area.with-filter .single-product-item .product-content .btn-wrap a {
  font-size: 12px;
  padding: 10px 10px;
}

.sidebar {
  padding: 30px 20px;
  /*background: #F5F8FE;*/
  border-radius: 14px;
  height: 100%;
}
.sidebar .sidebar-item {
  margin-bottom: 20px;
}
.sidebar .sidebar-item h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sidebar .sidebar-item input {
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  border-color: #E1E9F9;
  font-size: 12px;
}
.sidebar .sidebar-item input::placeholder {
  color: #E1E9F9;
}
.sidebar .sidebar-item .categories {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar .sidebar-item .categories a span {
    color: #000;
}
.sidebar .sidebar-item .categories span {
  font-family: "Plus Jakarta Sans", sans-serif;
  /*border: 1px solid #E1E9F9;*/
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.sidebar .sidebar-item .categories span:hover {
  /*background: #2AA1F7;
  border-color: #2AA1F7;
  color: #ffffff;*/
 text-decoration: underline;
}
.sidebar .sidebar-item .categories span.active {
    /*background: #2AA1F7;
    border-color: #2AA1F7;
    color: #ffffff;*/
    text-decoration: underline;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  gap: 5px;
}
.pagination .page-slide {
  height: 65px;
  width: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E9F9;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.pagination .page-slide:hover {
  background: #2AA1F7;
  border-color: #2AA1F7;
  color: #fff;
}
.pagination .page-item {
  height: 65px;
  width: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E9F9;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #5D5F71;
}
.pagination .page-item.current {
  color: #2AA1F7;
}
.pagination .page-item:hover {
  color: #2AA1F7;
}

.breadcrumb-area {
  padding: 30px 0;
}

/* product details area style
============================================================================================ */
.product-details-area {
  padding-bottom: 120px;
}
.product-details-area .sidebar {
  max-height: 900px;
}

.big-product {
  margin-bottom: 20px;
}
.big-product .single-big-product img {
  border-radius: 20px;
  width: 100%;
}

.small-product {
  margin: 0 -10px;
}
.small-product .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}
.small-product .slick-arrow {
  height: 40px;
  width: 40px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
  color: #5D5F71;
  background: rgba(255, 255, 255, 0.7019607843);
}
.small-product .slick-arrow.next {
  left: auto;
  right: 30px;
}
.small-product .slick-arrow:hover {
  color: #2AA1F7;
}
.small-product .single-small-product img {
  border-radius: 10px;
}

.big-product .slick-arrow {
    height: 40px;
    width: 40px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
    color: #5D5F71;
    background: rgba(255, 255, 255, 0.7019607843);
}
.big-product.slick-arrow.next {
    left: auto;
    right: 30px;
}
.big-product .slick-arrow:hover {
    color: #2AA1F7;
}


.product-info {
  border: 1px solid #E1E9F9;
  padding: 20px;
  border-radius: 20px;
}
.product-info .product-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.product-info .product-tags {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-info .product-tags p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #6E6E75;
  background: #F5F8FE;
  padding: 8px 14px;
  border-radius: 50px;
}
.product-info .product-tags p.stock {
  background: #EBFAF1;
}
.product-info .product-tags p.stock span {
  color: #57C684;
}
.product-info .product-tags p span {
  font-weight: 500;
  color: #4B4B4B;
}
.product-info .notice {
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
}
.product-info .notice span {
  color: #196491;
}
.product-info .devider {
  width: 100%;
  height: 1px;
  background: #E1E9F9;
  margin-bottom: 20px;
}
.product-info .info-features {
  margin-bottom: 20px;
}
.product-info .info-features h4 {
  font-size: 22px;
}
.product-info .info-features ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-info .info-features ul li {
  font-weight: 400;
  color: #4B4B4B;
  display: flex;
  gap: 10px;
}
.product-info .info-features ul li i {
  color: #57C684;
  margin-top: 5px;
}
.product-info .price {
  margin-bottom: 20px;
  color: #2AA1F7;
}
.product-info .info-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-info .info-buttons a {
  width: 100%;
}

.product-description {
  border: 1px solid #E1E9F9;
  border-radius: 20px;
  background: #F5F8FE;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.product-description .left-box {
  padding: 30px;
  border-right: 1px solid #E1E9F9;
}
.product-description .left-box h4 {
  font-size: 400px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #26272E;
  margin-bottom: 20px;
}
.product-description .left-box p {
  font-weight: 400;
  font-size: 16px;
  color: #5D5F71;
  margin-bottom: 0;
}
.product-description .right-box {
  padding: 30px;
  padding-left: 15px;
}
.product-description .right-box .user-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.product-description .right-box .user-info li {
  font-size: 20px;
  color: #5D5F71;
  font-weight: 400;
  display: grid;
  grid-template-columns: 3fr 9fr;
}
.product-description .right-box .user-info li .semi-bold {
  color: #26272E;
}
.product-description .right-box .notice {
  color: #5D5F71;
  font-weight: 400;
}

.specifications .heading {
  font-size: 26px;
  text-transform: uppercase;
  background: #F5F8FE;
  margin-bottom: 0;
  padding: 24px 30px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #E1E9F9;
}

.table {
  border: 1px solid #E1E9F9;
}
.table tr:nth-child(even) {
  background: #F4F7FD;
}
.table td {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E75;
  padding: 14px 30px;
}
.table td .medium {
  font-weight: 500;
  color: #414045;
}

/* Footer area css
============================================================================================ */
.footer-area {
  background: url(../img/bg/footer-bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 15px;
}

.footer-top {
  padding: 100px 0 80px;
}

.footer-widget .footer-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-widget .footer-logo {
  margin-bottom: 50px;
}
.footer-widget.newsletter-widget .footer-title {
  margin-bottom: 15px;
}
.footer-widget.newsletter-widget p {
  color: rgba(255, 255, 255, 0.7019607843);
  margin-bottom: 20px;
}
.footer-widget .footer-social .footer-title {
  margin-bottom: 25px;
  font-size: 20px;
}
.footer-widget .footer-social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-widget .footer-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background: rgba(255, 255, 255, 0.0588235294);
  border-radius: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.footer-widget .footer-social ul li a:hover {
  background: #2AA1F7;
}

.newsletter {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.newsletter input {
  line-height: 52px;
  background: #263072;
  border-color: #263072;
  border-radius: 1000px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
}
.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.newsletter button {
  padding: 12px 18px;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2A388E;
}

.footer-contact-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 35px;
}
.footer-contact-address li {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-contact-address li a {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-contact-address li a:hover {
  color: #2AA1F7;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
.footer-menu li a {
  color: rgba(255, 255, 255, 0.7019607843);
  font-weight: 400;
}
.footer-menu li a:hover {
  color: #2AA1F7;
}

.footer-bottom {
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.0588235294);
}
.footer-bottom .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7019607843);
  margin-bottom: 0;
}
.footer-bottom .privacy-menu {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.footer-bottom .privacy-menu li {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .privacy-menu li a {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .privacy-menu li a:hover {
  color: #2AA1F7;
}

/*# sourceMappingURL=main.css.map */
