@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.slider-arrow .dandik,
.slider-arrow .bamdik {
  visibility: visible;
  opacity: 1;
  line-height: 45px;
}

.dandik,
.bamdik {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f7dbda;
  text-shadow: #f7dbda;
  -webkit-box-shadow: #f7dbda;
  box-shadow: #f7dbda;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.dandik {
  right: 20px;
}

.bamdik {
  left: 20px;
}

.product-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 5px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.product-card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product-media {
  position: relative;
  padding-bottom: 25px;
}

.product-media:after {
  content: "";
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 37%;
  background-color: #f7dbda;
}

.product-image img {
  max-width: 100%;
}

.product-content {
  padding-top: 12px;
  text-align: center;
}

.product-name {
  margin-top: 6px;
  font-size: 22px;
}

.product-name a {
  color: #010101;
  text-decoration: none;
}

.product-name a:hover {
  color: #000;
}

@media (max-width: 575px) {
  .product-card {
    padding: 20px;
    margin-bottom: 8px;
  }
  .product-name {
    font-size: 15px;
    line-height: 22px;
  }
}

.menu .dropdown-menu {
  background-color: #5f5e60;
  margin-top: 18px;
}

.menu .dropdown-menu li {
  padding-right: 0 !important;
  padding-bottom: 10px;
}

.menu .dropdown-menu li a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu .dropdown-menu li a:hover {
  background-color: #333;
  border-bottom: none;
}

@media (max-width: 768px) {
  .menu .dropdown-menu {
    margin-top: 0;
    background-color: #333;
    border: none;
    padding-top: 0;
  }
  .menu .dropdown-menu li {
    padding-right: 0 !important;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .menu .dropdown-menu li a {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu .dropdown-menu li a:hover {
    background-color: #333;
    border-bottom: none;
  }
}

.dil .dropdown-menu {
  padding: 0;
  border: none;
}

.dil .dropdown-item {
  padding: 0;
  margin-top: 5px;
  width: 32px;
}

.dil .dropdown-item:hover {
  background-color: #fff;
}

.breadcrumb-nav {
  background-position: 50% 0px;
  height: 150px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  margin-top: 40px;
}

.breadcrumb-nav .container {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  padding: 43px 0px 43px;
}

.breadcrumb-nav #title-content {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.breadcrumb-nav #title-content h1 {
  display: inline-block;
  margin: 0;
  padding: 30px 0 0;
  text-transform: uppercase;
  color: #000;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}

.breadcrumb-nav .breadcrumb {
  float: right;
  margin: 30px 0 0;
}

.breadcrumb-nav .breadcrumb li {
  position: relative;
  white-space: nowrap;
}

.breadcrumb-nav .breadcrumb i {
  font-size: 15px;
}

.breadcrumb-nav .breadcrumb li + li::before {
  content: ">";
  padding: 0 5px;
  font-family: 'Poppins';
}

@media (max-width: 768px) {
  #title-content {
    padding: 0 35px 0 35px;
  }
}

.alt-ozel {
  margin-top: 40px;
  padding: 25px 0;
  background-color: #f5f5f5;
}

.alt-ozel .alt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alt-ozel .alt-icon {
  margin-right: 18px;
  font-size: 28px;
  color: #fd7879;
}

.alt-ozel .alt-icerik h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.alt-ozel .alt-icerik p {
  font-size: 14px;
  margin-bottom: 0;
  color: #aaa;
}

@media (max-width: 768px) {
  .alt-ozel {
    padding-top: 50px;
  }
  .alt-ozel .alt-wrap {
    margin-bottom: 30px;
  }
  .alt-ozel .alt-icon {
    margin-left: 15px;
  }
}

ul, ol {
  padding: 0px;
  list-style: none;
}

ul a, ol a {
  color: #333;
  text-decoration: none;
}

ul a:hover, ol a:hover {
  color: #d10019;
}

footer {
  padding-top: 0;
  background-color: #fff;
  color: #333;
  margin-top: 0;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 45%;
  background: #f7dbda;
}

.container::before {
  content: " ";
  display: table;
}

.container::after {
  clear: both;
  content: " ";
  display: table;
}

.row::before {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
  content: " ";
  display: table;
}

.footer-part {
  position: relative;
}

.footer-part .copyright {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-part .contact {
  margin-left: 20px;
}

.footer-widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.footer-widget .search-form {
  border-radius: 20px;
}

.footer-widget .search-form .form-control {
  border-radius: 20px;
}

.footer-widget .search-form button {
  border-radius: 20px;
}

.footer-widget .search-form button i {
  border-radius: 50%;
  color: white;
  background: #fd7879;
}

.footer-logo {
  margin-bottom: 13px;
}

.footer-logo img {
  width: 200px;
}

.footer-title {
  margin-bottom: 33px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.footer-widget ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-widget p {
  font-size: 15px;
}

@media (max-width: 979px) {
  footer::before {
    position: unset;
  }
  footer .contact {
    margin-left: 10px !important;
  }
  footer .footer-widget {
    margin-left: 10px;
    padding-right: 25px;
  }
}

.menu {
  margin-top: -2.7rem;
  z-index: 3;
  background-color: #333;
}

.menu ul li {
  padding-right: 60px;
}

.menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
}

.menu .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}

.detail-nav .menu {
  margin-bottom: -80px;
}

@media (max-width: 768px) {
  .menu {
    margin-top: -0.75rem;
  }
  .menu ul li {
    border-bottom: 1px solid #ffffff1f;
  }
  .menu ul li:last-child {
    border-bottom: none;
  }
  .menu ul li a {
    padding: 1rem;
  }
  .menu ul li a:hover {
    border-bottom: none;
  }
  .menu .active {
    border-bottom: none;
  }
  .menu .navbar-collapse {
    margin-top: 15px;
  }
}

.search-form {
  border: 2px #f1f1f1 solid;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.search-form .form-control {
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.search-form input {
  width: 100%;
  height: 45px;
  font-size: 13px;
  padding-left: 15px;
}

.search-form button {
  padding: 0;
  border: none;
  border-radius: 8px;
}

.search-form button i {
  width: 45px;
  height: 45px;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.ozellikler {
  margin-top: 70px;
  text-align: center;
}

.ozellikler .feature {
  padding: 17px 50px 7px;
  border-right: 1px solid #e5e5e5;
}

.ozellikler .feature:last-child {
  border: none;
}

.ozellikler .feature h3 {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.ozellikler .feature p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #979797;
}

.ozellikler .feature-icon img {
  width: 50px;
  float: none;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 6px;
}

.bannerlar {
  margin-top: 70px;
}

.bannerlar .sol-1 {
  margin-bottom: 23px;
  float: left;
  width: 100%;
}

.bannerlar .sol-1 .sol-r1 {
  padding: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.bannerlar .sol-1 .sol-r1 img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.bannerlar .sol-1 .sol-r1 img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.bannerlar .sol-r2 {
  overflow: hidden;
  float: left;
  border-radius: 8px;
  width: 48.5% !important;
  margin-right: 1.5%;
}

.bannerlar .sol-r2 img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.bannerlar .sol-r2 img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.bannerlar .sol-r3 {
  overflow: hidden;
  float: left;
  border-radius: 8px;
  width: 48.5% !important;
  margin-left: 1.5%;
}

.bannerlar .sol-r3 img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.bannerlar .sol-r3 img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.bannerlar .sag-r1 {
  padding: 0;
  overflow: hidden;
  float: left;
  border-radius: 8px;
}

.bannerlar .sag-r1 img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.bannerlar .sag-r1 img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

@media (max-width: 979px) {
  .bannerlar .sag-r1 {
    margin-top: 23px;
  }
}

.yeni-urunler {
  margin-top: 70px;
}

.yeni-urunler .baslik h2 {
  font-size: 26px;
  color: #010101;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.yeni-urunler .tab-baslik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yeni-urunler .tab-baslik .nav {
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 15px;
  border-bottom: 4px #f7dbda solid;
}

.yeni-urunler .tab-baslik .nav .nav-link {
  text-transform: uppercase;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  border: 1px #979797 solid;
  margin: 5px;
  border-radius: 8;
}

.yeni-urunler .tab-baslik .nav .nav-link:hover {
  background-color: #f7dbda;
  border: 1px #f7dbda solid;
}

.yeni-urunler .tab-baslik .nav .active {
  font-weight: 500;
  background-color: #f7dbda;
  border: 1px #f7dbda solid;
}

.yeni-urunler .tab-content {
  margin-top: 35px;
}

.hakkimizda {
  margin-top: 70px;
}

.hakkimizda-img {
  max-width: 450px;
  float: right;
}

.hakkimizda-icerik {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.kategori {
  margin-top: 70px;
}

.kategori .product-card {
  margin-bottom: 25px;
}

.urun {
  margin-top: 70px;
}

.urun .preview-slider {
  margin-bottom: 20px;
}

.view-gallery {
  position: relative;
}

.view-name {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.view-name a {
  color: #ff0000;
}

.view-name a:hover {
  color: #ff0000;
}

.view-meta {
  margin-bottom: 12px;
}

.view-meta p {
  font-size: 13px;
  margin-right: 20px;
  text-transform: uppercase;
  color: #ff0000;
}

.view-meta span,
.view-meta a {
  margin-left: 5px;
  color: #ff0000;
}

.view-meta a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.view-rating {
  margin-bottom: 15px;
}

.view-rating i,
.view-rating a {
  font-size: 15px;
  margin-right: 3px;
  color: #ff0000;
}

.view-rating a {
  margin-left: 8px;
  white-space: nowrap;
  text-transform: capitalize;
}

.view-rating a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.view-rating .active {
  color: #ff0000;
}

.view-price {
  margin-bottom: 20px;
}

.view-price del {
  color: #ff0000;
  margin-right: 25px;
}

.view-price span {
  color: #ff0000;
}

.view-price span small {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.view-desc {
  margin-bottom: 25px;
}

.view-list-group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}

.view-list-group:last-child {
  margin-bottom: 0px;
}

.view-list-title {
  font-weight: 500;
  margin-right: 15px;
  color: #ff0000;
  text-transform: capitalize;
}

.view-tag-list li {
  margin-right: 8px;
}

.view-tag-list li a {
  font-size: 14px;
  line-height: 12px;
  padding: 8px 10px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #ff0000;
  background: #ff0000;
}

.view-tag-list li a:hover {
  color: #ff0000;
  background: #ff0000;
}

.view-add-group {
  margin: 45px 0px 15px;
}

.view-add-group .product-add,
.view-add-group .action-input {
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ff0000;
  background: #ff0000;
}

.view-action-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  position: relative;
}

.view-action-group a {
  padding: 10px 0px;
  border-radius: 8px;
  color: #ff0000;
  background: #ff0000;
}

.view-action-group a i {
  font-size: 16px;
  margin-right: 8px;
}

.view-action-group a span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.view-wish.active {
  color: #ff0000;
  background: #ff0000;
}

.preview-slider {
  margin-bottom: 20px;
}

.preview-slider li img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 600px;
}

.thumb-slider li {
  margin: 0px 10px;
  cursor: pointer;
}

.thumb-slider li img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}

.thumb-slider .slick-center img {
  border: 2px solid #f7dbda;
}

.detail-content {
  padding: 40px 40px;
  background: #f5f5f5;
  border-radius: 8px;
}

.details-name {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 25px;
}

.details-meta {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.details-meta p {
  margin-right: 50px;
  font-weight: 700;
}

.details-meta p span {
  font-weight: 400;
}

.details-desc {
  margin-bottom: 35px;
}

.details-action-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: minmax(200px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  position: relative;
}

.details-action-group a {
  padding: 10px 0px;
  border-radius: 8px;
  color: var(--text);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.details-action-group a i {
  font-size: 16px;
  margin-right: 8px;
}

.details-action-group a span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.aciklama-card {
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 8px;
  padding: 30px 30px;
  background: #fff;
}

.aciklama-card .aciklama-title {
  margin-bottom: 25px;
  border-bottom: 4px #f7dbda solid;
}

.aciklama-card .aciklama-content p {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .detail-content {
    margin-top: 30px;
  }
  .view-list-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-list-title {
    margin: 0px 0px 10px;
  }
}

.projeler {
  margin-top: 70px;
}

.projeler .card {
  border: none;
  margin-bottom: 30px;
}

.projeler .card img {
  border-radius: 8px;
}

.projeler .card .card-body {
  padding: 0;
  margin-top: 20px;
}

.projeler .card .card-title {
  font-size: 24px;
  font-weight: 600;
}

.iletisim {
  margin-top: 70px;
}

.contact-card {
  text-align: center;
  border-radius: 8px;
  margin: 0px 2.5px 30px;
  padding: 30px 15px 30px;
  background: #fff;
}

.contact-card:hover {
  background: #f5f5f5;
}

.contact-card:hover i {
  color: #fff;
  background: #333;
}

.contact-card:hover h4, .contact-card:hover p, .contact-card:hover a {
  color: #333;
}

.contact-card i {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #333;
}

.contact-card h4 {
  margin-bottom: 18px;
  text-transform: capitalize;
}

.contact-card p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
}

.contact-card p a {
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: #333;
}

.contact-card.active {
  background: #f5f5f5;
}

.contact-card.active i {
  color: #fff;
  background: #333;
}

.contact-card.active h4, .contact-card.active p, .contact-card.active a {
  color: #333;
}

.contact-form {
  border-radius: 8px;
  padding: 30px 30px;
  margin: 0px 2.5px 30px;
  background: #f5f5f5;
}

.contact-form h4 {
  margin-bottom: 25px;
}

.contact-map {
  padding: 30px;
  margin: 0px 2.5px 30px;
  border-radius: 8px;
  background: #f5f5f5;
}

.contact-map iframe {
  height: 497px;
  width: 100%;
  border: none;
}

.contact-social {
  text-align: center;
  margin-top: 20px;
}

.contact-social h4 {
  margin-bottom: 20px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title h3 {
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 25px;
}

.form-group small {
  color: var(--gray);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px;
}

.form-group textarea {
  height: 100px;
  padding: 12px 20px;
}

.form-label {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize;
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 0px 20px 2px;
  color: var(--text);
  border: 1px solid var(--border);
}

.form-control:focus-within {
  border-color: var(--red);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--gray);
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent;
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none;
}

.form-select {
  height: 45px;
  font-size: 15px;
  padding: 0px 16px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: var(--text);
  cursor: pointer;
}

.form-select:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--red);
}

.form-check-input:focus {
  border-color: var(--red);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.form-btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
}

.form-input-group {
  position: relative;
}

.form-input-group:focus-within i {
  color: var(--red);
}

.form-input-group input {
  padding: 0px 20px 2px 20px;
}

.form-input-group textarea {
  padding: 12px 20px 12px 20px;
}

.form-input-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.form-btn-group {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
}

.form-btn-group i {
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 575px) {
  .contact-form,
  .contact-map {
    padding: 15px;
  }
}

@media (min-width: 401px) and (max-width: 575px) {
  .contact-part .container {
    max-width: 400px;
  }
}
/*# sourceMappingURL=main.css.map */