:root {
  --fw-700: 700;
  --fw-600: 600;
  --fw-500: 500;
  --primary-bg: #003366;
  --primary-bg-hover: #003366;
  --base-color: #212322;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--base-color);
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: var(--fw-600);
  /* line-height: 120%; */
  /* color: #282934; */
}
h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
}
a {
  text-decoration: none;
}
.fw-500 {
  font-weight: var(--fw-500);
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.btn-primary {
  --bs-btn-bg: #025752;
  --bs-btn-border-color: #025752;

  --bs-btn-hover-bg: #71A09D;
  --bs-btn-hover-border-color: #71A09D;

  --bs-btn-active-bg: #71A09D;
  --bs-btn-active-border-color: #71A09D;

  --bs-btn-disabled-bg: #025752;
  --bs-btn-disabled-border-color: #025752;
}
.btn-outline-primary {
  --bs-btn-color: #025752;
  --bs-btn-border-color: #025752;

  --bs-btn-hover-bg: #71A09D;
  --bs-btn-hover-border-color: #71A09D;

  --bs-btn-active-bg: #71A09D;
  --bs-btn-active-border-color: #71A09D;

  --bs-btn-disabled-color: #025752;

  --bs-btn-disabled-border-color: #025752;
}

.container {
  padding-inline: 15px;
}
.navbar-brand img {
  max-width: 450px;
}

.top-header {
  background-color: #025752;
  padding-block: 7px;
}

.top-header .nav li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-block: 0;
}
.top-header .nav li a:hover {
  color: #ddd;
}
.top-header .search {
  position: relative;
}

.top-header .search .form-control {
  padding-right: 37px;
  padding-block: 5px;
  border-color: transparent;
}

.top-header .search button {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 3px;
}

.top-header .quote-btn {
  padding-left: 0;
}
.top-header .quote-btn a {
  padding-block: 6px;
  /* border-color: transparent; */
}

header .navbar .navbar-nav li a.nav-link {
  font-weight: 500;

  color: #000;
}
header .navbar .navbar-nav li a.nav-link:hover {
  color: #025752;
}
.bg-custom {
  background-color: #f7f7f8;
}

.home-section {
  padding-block: 4rem;
}
.banner-holder {
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-block: 15% 10%;
  color: #fff;
}
.banner-holder:before {
  position: absolute;
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.banner-holder .container {
  position: relative;
}
.banner-holder h1 {
  font-size: 40px;
  /* font-weight: 400; */
  line-height: 1;
  /* margin-bottom: 15px; */
}

.banner-holder .lead {
  line-height: 24px;
  margin-bottom: 30px;
}

.banner-holder a:not(:last-child) {
  margin-right: 7px;
}
.home-section p {
  margin-bottom: 2rem;
}
.home-section ul {
  list-style: none;
  padding: 0;
}

.home-section ul li {
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.home-section ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem 1.75rem;
  margin-top: -0.0625rem;
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23003366' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23003366'/%3e%3c/svg%3e");
}
.btn {
  font-size: 14px;

  --bs-btn-padding-y: 0.5rem;
  font-weight: 500;
  border-radius: 5px;
}
.form-control,
.form-select {
  border-radius: 5px;
  border-color: #aaa;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #003366;
}
.featured-product {
  padding-block: 4rem 3rem;
}

.featured-product h2 {
  margin-bottom: 25px;
  font-size: 32px;
}

.featured-product .featured-product-item {
  /* background-color: #fff; */
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
  border: 1px solid #003366;
  border-radius: 5px;
  min-height: 456px;
}

.featured-product .featured-product-item a {
  color: inherit;
  display: block;
  transition: all 0.2s ease-in-out;
}
.featured-product .featured-product-item:hover a {
  transform: translateY(-0.1875rem);
}
.featured-product .featured-product-item:hover a .btn {
  background-color: #025752;
  color: #fff;
}
.featured-product .featured-product-item .product-info {
  margin-top: 20px;
}

.featured-product .featured-product-item .product-info h4 {
  font-size: 18px;
}

footer {
  background-color: #025752;
  color: #fff;
  padding-block: 1rem;
}

footer p {
  margin-block: 5px;
  line-height: 1.1;
  font-size: 14px;
}

footer p a {
  color: #fff;
  font-weight: 600;
}
/* page header */
.page-header {
  background-color: #f5f5f5;
  padding-block: 3rem;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item a {
  color: #025752;
}
/* Category list */
.zeynep,
.zeynep .submenu {
  bottom: 0;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.zeynep,
.zeynep .submenu,
.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}
.zeynep .submenu-header > a,
.zeynep ul > li > a {
  color: inherit;
  text-decoration: none;
  display: block;
  /* font-weight: 700; */
}
.zeynep .submenu-header > a:before,
.zeynep ul > li.has-submenu > a {
  background-image: url("../img/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
}
body {
  margin: 0;
}
.zeynep {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  transform: translateX(-100%) translateZ(0);
  z-index: 1011;
  opacity: 0;
  color: #000;
  padding-top: 66px;
  position: relative;
}
.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
  transition: 250ms 0.1s;
}
.zeynep.opened {
  pointer-events: auto;
  transform: translateX(0) translateZ(0);
  opacity: 1;
}
.zeynep.submenu-opened {
  overflow: hidden;
  z-index: 1013;
}
.zeynep .submenu {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  left: 100%;
}

.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto;
  opacity: 1;
}
.zeynep ul {
  list-style-type: none;
  padding: 8px 0 0;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 0;
}
.zeynep ul > li {
  display: block;
}
.zeynep ul > li > a {
  font-size: 1rem;
  padding: 16px 6px;
  transition: 150ms;
}
.zeynep ul > li.has-submenu > a {
  background-size: 8px 14px;
}
.zeynep ul > li.has-submenu > a:hover {
  background-image: url("../img/submenu-arrow-active.svg");
}
.zeynep .submenu-header {
  background-image: url("../img/menu-back.svg");
  background-position: left 5px top 16px;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  cursor: pointer;
  position: relative;
}
.zeynep .submenu-header > a {
  font-size: 14px;
  padding: 14px 20px 14px 15px;
}
.zeynep .submenu-header > a:before {
  background-size: 12px 16px;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 18px;
}
.zeynep .submenu label {
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 14px;
  width: 100%;
}

.catalog-holder {
  padding-block: 2rem 3rem;
}

.catalog-holder .category-list {
  position: relative;
  margin-bottom: 25px;
}
.catalog-holder .category-list h4 {
  position: absolute;
  top: 30px;
  z-index: 1012;
}

.catalog-holder .category-items .category-item {
  border: 1px solid #cdcdcd;
  text-align: center;
  height: calc(100% - 15px);
  color: inherit;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
  display: block;
}
.catalog-holder .category-items .category-item:hover {
  transform: translateY(-0.1875rem);
}
.catalog-holder .category-items .category-item img {
  width: 100px;
}

.catalog-holder .category-items .category-item .category-title {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 14px;
  font-weight: 500;
}

.qty-container {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 2px 8px;
}
.qty-container .input-qty {
  text-align: center;
  padding: 3px;
  border: 0;
  max-width: 45px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 0;
  padding: 4px 5px;
  font-size: 10px;
  /* height: 38px; */
  /* width: 38px; */
  transition: 0.3s;
  background: transparent;
  font-size: 17px;
  /* line-height: 38px; */
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}
.qty {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product {
  padding-block: 3rem;
}

.single-product .product-content h2 {
  margin-bottom: 20px;
  font-size: 26px;
}

.single-product .product-content p {
  margin-bottom: 20px;
  max-width: 525px;
}

.single-product .product-content .product-option {
  margin-block: 30px;
  float: none;
  width: auto;
}

.single-product .product-content .product-option h5 {
  font-size: 18px;
}

/* Quote Page */
.quote-holder {
  padding-block: 3rem;
}
.product-image {
  float: left;
  width: 16%;
}

.product-details {
  float: left;
  width: 35%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}
.product-option {
  float: left;
  width: 20%;
}

.product-empty_space {
  width: 10%;
  float: left;
}
/* This is used as the traditional .clearfix class */
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.shopping-cart {
  margin-top: -45px;
}

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  font-size: 15px;
}

.column-labels .product-details,
.column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.product .product-image img {
  width: 80px;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
}
.product .product-details .product-description {
  margin: 5px 35px 5px 0;
  line-height: 1.4em;
  font-size: 14px;
}

.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  /* font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium"; */
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500;
}
.product .remove-product:hover {
  background-color: #a44;
}

.quote-inner {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

.quote-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

/* Checkout Page */
.checkout-holder {
  padding-block: 3rem;
}

/* Make adjustments for tablet */
@media screen and (max-width: 767.98px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-quantity {
    width: 100px;
  }

  .product-removal {
    width: auto;
  }
}

/* About us */

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #003366;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.btn-style-one {
  font-size: 17px;
}

.about-section {
  padding: 120px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  margin-bottom: 50px;

  margin-top: 85px;
}

.about-section .content-column .inner-column {
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.about-section .btn-box a {
  padding: 12px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 46px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  width: calc(50% + -24px);
  height: calc(100% + 130px);
  top: -64px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 13px solid #003366;
}

.about-section .image-column .image-1 {
  position: relative;
}
.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  border-radius: 15px;
}

/* News Page */

.news-holder {
  padding-block: 3rem;
}
.news-holder .card {
  transition: all 0.2s ease-in-out;
}
.news-holder .card:hover {
  background-color: #f9f9fa;
  transform: translateY(-4px);
}
.news-holder .card .card-img {
  position: relative;
  padding-top: 68.25%;
}
.news-holder .card .card-img-top {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  height: 100%;
}

.news-holder .card .card-body {
  padding-top: 25px;
}

.news-holder .card .card-body .card-date {
  color: #777;
}

.news-holder .card .card-body .card-title {
  margin-bottom: 12px;
  font-size: 18px;
}

.news-holder .card .card-body .card-text {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-holder .card .card-body .read-more {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
}
.news-holder .card .card-body .read-more:hover {
  color: #025752;
}

/* Single News  */

.single-news-header {
  /* background-color: #003366; */
  height: 350px;
  width: 100%;
}

.single-news-body {
  margin-top: -19rem;
  padding-bottom: 3rem;
}

.single-news-body p {
  color: #5d6173;
  margin-bottom: 2rem;
}

.single-news-body h1 {
  color: #000;
}

.contant-holder h3 {
  margin-bottom: 45px;
}
.contact-media a {
  color: inherit;
  font-size: 20px;
}
.contant-holder {
  padding-block: 3rem;
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
}

@media (min-width: 768px) {
  .blog-top .col-one,
  .single-news-footer .col-one {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
  .blog-top .col-one:not(:last-child),
  .single-news-footer .col-one:not(:last-child) {
    border-right: 1px solid #445367;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-nav li:not(:first-child) a.nav-link {
    padding-left: 30px;
  }
  .banner-holder {
    padding-bottom: 4rem;
  }
  .banner-holder h1 {
    font-size: 53px;

    margin-bottom: 20px;
  }
  .banner-holder .lead {
    margin-bottom: 35px;
  }
  .banner-holder a {
    font-size: 17px;
    padding-inline: 20px;
  }
  .banner-holder a:not(:last-child) {
    margin-right: 15px;
  }
  .catalog-holder .category-list h4 {
    top: 0;
  }
  .zeynep {
    padding-top: 38px;
    height: 58vh;
  }
  .catalog-holder {
    padding-block: 5rem;
  }
  .product-image {
    width: 10%;
  }
  .product-option {
    float: left;
    width: 24%;
  }
  .product-empty_space {
    width: 10%;
  }
  .product-details {
    width: 37%;
  }
  .quote-holder {
    padding-block: 5rem;
  }
  .about-section .content-column {
    margin-top: 0;
  }
  .news-holder,
  .contant-holder {
    padding-block: 5rem;
  }
  .form-border-right {
    border-right: 1px solid #aaa;
  }
}
@media (min-width: 1200px) {
  .catalog-holder .category-items .category-item {
    height: calc(100% - 25px);

    margin-bottom: 25px;
    padding: 15px 30px;
  }
  .page-header h1 {
    font-size: 2.75rem;
  }
  .single-product {
    padding-block: 5rem;
  }
  .checkout-holder {
    padding-block: 5rem;
  }
  .checkout-holder h3 {
    margin-bottom: 35px;
  }
  .single-product .product-content h2 {
    font-size: 30px;
  }
  .single-news-header {
    height: 567px;
  }
  .single-news-body {
    margin-top: -30.5rem;
    font-size: 1.125rem;
    padding-bottom: 5rem;
  }
  .single-news-body p {
    font-size: 1.125rem;
  }
}
