@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&display=swap");
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s all ease-in-out;
}

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

p {
  text-align: justify;
  transition: 0.3s all ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  transition: 0.3s all ease-in-out;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #9d591d;
}

::selection {
  color: #fff;
  background: #9d591d;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background-color: #9d591d;
  outline: 1px solid #9d591d;
  border-radius: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background: #fbfbfb;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

header {
  width: 100%;
}
header .header-top {
  width: 100%;
  background: #EDD8C2;
  padding: 12px 0px;
}
header .header-top p {
  margin: 0;
  text-align: center;
}
header .navbar-brand img {
  width: 220px;
}
header .nav-sec {
  width: 100%;
  background-color: #FFF;
}
header .nav-sec .collapse {
  justify-content: end;
}
header .nav-sec .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #000;
}
header .nav-sec .nav-link.active {
  color: #9d591d;
}
header .nav-sec .nav-link:hover {
  color: #9d591d;
}
header .nav-sec .navbar-toggler {
  border: none;
  padding: 0px;
}
header .nav-sec .navbar-toggler-icon {
  background: url(../images/nav-button.svg) no-repeat center center;
}

.owl-dots {
  display: none;
}

.item {
  padding: 0px 10px;
}

.p-50 {
  padding: 50px 0px;
}

.banner-sec {
  width: 100%;
}
.banner-sec .carousel button span {
  background-color: rgba(255, 255, 255, 0.3882352941);
  padding: 5px;
  background-size: 26px;
  width: 50px;
  height: 50px;
}
.banner-sec .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.banner-sec .carousel-caption {
  display: flex !important;
  align-items: center;
  bottom: 0 !important;
  top: 0 !important;
}
.banner-sec .carousel-caption .caption-box {
  text-align: left;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
}
.banner-sec .carousel-caption .caption-box h5 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 70px;
  color: #FFF;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.art-floor-sec {
  width: 100%;
}
.art-floor-sec h2 {
  font-size: 30px;
  color: #6C6A6A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.art-floor-sec .floor-box {
  width: 100%;
  overflow: hidden;
}
.art-floor-sec .floor-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.art-floor-sec .floor-box:hover img {
  scale: 1.03;
}

.category-sec {
  width: 100%;
}
.category-sec h3 {
  font-size: 30px;
  color: #6C6A6A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.category-sec .mat-box {
  width: 100%;
}
.category-sec .mat-box .mat-img {
  width: 100%;
  height: 310px;
  overflow: hidden;
  margin-bottom: 10px;
  overflow: hidden;
}
.category-sec .mat-box .mat-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.category-sec .mat-box .mat-title {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.category-sec .mat-box .mat-title h5 {
  font-size: 16px;
  color: #575454;
  margin: 0px;
  transition: 0.3s all ease-in-out;
}
.category-sec .mat-box:hover img {
  scale: 1.03;
}
.category-sec .mat-box:hover .mat-title h5 {
  color: #9d591d;
}

.full-width-img {
  width: 100%;
}
.full-width-img .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.full-width-img .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-img .img-box .text-sec {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  padding: 20px;
}
.full-width-img .img-box .text-sec h6 {
  font-size: 26px;
  color: #FFF;
  text-align: center;
}

.living-sec {
  width: 100%;
}
.living-sec .living-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.living-sec .living-content .living-box {
  width: 100%;
  text-align: center;
}
.living-sec .living-content .living-box h6 {
  font-size: 28px;
  font-weight: 400;
}
.living-sec .living-content .living-box p {
  text-align: center;
}
.living-sec .living-content .living-box a {
  background-color: #9d591d;
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
}
.living-sec .living-content .living-box a:hover {
  background-color: #101010;
}
.living-sec .img-box {
  width: 100%;
}
.living-sec .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spotlight-sec {
  width: 100%;
}
.spotlight-sec h4 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.spotlight-sec .spotlight-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.spotlight-sec .spotlight-box img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.spotlight-sec .spotlight-box:hover img {
  scale: 1.03;
}
.spotlight-sec .spotlight-box .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.spotlight-sec .spotlight-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9d591d;
  opacity: 0.5;
}
.spotlight-sec .spotlight-box .title h6 {
  font-size: 25px;
  margin: 0;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.explore-collection {
  width: 100%;
}
.explore-collection h5 {
  font-size: 30px;
  color: #6C6A6A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.explore-collection p {
  text-align: center;
  font-size: 18px;
}
.explore-collection .head {
  text-align: center;
}
.explore-collection .head a {
  background-color: #9d591d;
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.explore-collection .head a:hover {
  background-color: #101010;
}
.explore-collection .explore-box {
  width: 100%;
  overflow: hidden;
}
.explore-collection .explore-box a {
  display: block;
  padding: 0;
  background: none;
  color: #000;
}
.explore-collection .explore-box a:hover {
  background: transparent;
}
.explore-collection .explore-box img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.explore-collection .explore-box:hover img {
  scale: 1.03;
}
.explore-collection .explore-box .box-img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.explore-collection .explore-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-collection .explore-box .title {
  width: 100%;
  padding: 10px;
}

.featured-sec {
  width: 100%;
}
.featured-sec h5 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.featured-sec .logo-sec {
  width: 100%;
}

.who-we-are {
  width: 100%;
}
.who-we-are h5 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.who-we-are p {
  text-align: center;
  font-size: 18px;
}
.who-we-are .head {
  text-align: center;
}
.who-we-are .head a {
  background-color: #9d591d;
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.who-we-are .head a:hover {
  background-color: #101010;
}
.who-we-are .img-box {
  width: 100%;
}
.who-we-are .img-box img {
  width: 100%;
}

.traditional-sec {
  width: 100%;
}
.traditional-sec h5 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.traditional-sec p {
  text-align: center;
  font-size: 18px;
}
.traditional-sec .stories-box {
  width: 100%;
  margin-top: 15px;
}
.traditional-sec .stories-box .img-sec {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.traditional-sec .stories-box .img-sec img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.traditional-sec .stories-box:hover .img-sec img {
  scale: 1.03;
}
.traditional-sec .stories-box .content {
  width: 100%;
}
.traditional-sec .stories-box .content p {
  text-align: left;
}
.traditional-sec .stories-box .content a {
  background-color: #9d591d;
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.traditional-sec .stories-box .content a:hover {
  background-color: #101010;
}

.handmade-sec {
  width: 100%;
}
.handmade-sec h6 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.handmade-sec a {
  background-color: #9d591d;
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
}
.handmade-sec a:hover {
  background-color: #101010;
}

.inner-banner {
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/inner-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner h1 {
  text-align: center;
  color: #000;
}
.inner-banner .breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.inner-banner .breadcrumb .active {
  color: #9d591d;
}
.inner-banner .breadcrumb .active::before {
  color: #9d591d;
}
.inner-banner .breadcrumb li a:hover {
  color: #9d591d;
}

.about-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 0px 80px 0px;
}
.about-section::before {
  content: "WELL FLOOR MATTINGS";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  font-size: 89px;
  color: #ededed;
  width: 100%;
  text-align: center;
  height: 60px;
  font-weight: 700;
}
.about-section .about-image {
  float: left;
  position: relative;
  margin-right: 90px;
}
.about-section .about-image::after {
  width: 22px;
  height: 17px;
  content: "";
  position: absolute;
  right: -40px;
  top: 80px;
  background: url(../images/dots.svg) no-repeat;
}
.about-section .about-image img {
  width: 100%;
  border-radius: 20px;
}
.about-section .about-image .about-image2 {
  width: 120px;
  position: absolute;
  right: -50px;
  bottom: 20px;
  z-index: 99;
}
.about-section .about-image .about-image2 img {
  width: 100%;
  border-radius: 10px;
}
.about-section h3 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin: 0px;
}
.about-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background-color: #9d591d;
}
.about-section h4 {
  font-size: 34px;
  font-weight: 500;
  margin: 0px;
  text-align: left;
}
.about-section a {
  padding: 15px 20px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #3B8D40, #A0C234, #A0C234, #3B8D40);
  color: #FFF;
  display: inline-block;
  background-size: 300%;
  background-position: left;
  transition: 0.3s background-position ease-in-out;
}
.about-section a:hover {
  background-position: right;
}
.about-section ul li {
  position: relative;
  background-image: url(../images/arrow-right-circle.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 2px;
  margin-bottom: 5px;
}

.mission-sec {
  width: 100%;
  position: relative;
  padding: 100px 0px 60px 0px;
}
.mission-sec::before {
  content: "";
  position: absolute;
  background-color: #9d591d;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.mission-sec .container {
  position: relative;
  z-index: 1;
}
.mission-sec .box-sec {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
}
.mission-sec .box-sec .icon {
  width: 100px;
  height: 100px;
  background-color: #FFF;
  border-radius: 50%;
  border: 4px solid #9d591d;
  margin: auto;
  position: relative;
  margin-top: -70px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-sec .box-sec h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.p-box {
  width: 100%;
  height: 100%;
  box-shadow: 2px 3px 11px #d3d3d3;
  border-radius: 10px;
}
.p-box .p-img {
  width: 100%;
  overflow: hidden;
}
.p-box .p-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale(1);
  transition: all 500ms ease;
}
.p-box .p-name {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}
.p-box .p-name h4 {
  font-weight: 500;
  font-size: 18px;
}
.p-box:hover .p-img img {
  transform: scale(1.05);
}
.p-box:hover .p-name h4 {
  color: #9d591d;
}

.products-list {
  width: 100%;
}
.products-list .p-details {
  width: 100%;
}
.products-list .p-details .pimg {
  width: 100%;
  overflow: hidden;
}
.products-list .p-details .pimg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-list .p-details h5 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.products-list .p-details ul li {
  position: relative;
  background-image: url(../images/right-circle2.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 22px;
  margin-bottom: 10px;
}
.products-list .p-nav {
  width: 100%;
}
.products-list .p-nav .head {
  padding: 20px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  background-color: #9d591d;
  color: #FFF;
  text-transform: uppercase;
}
.products-list .p-nav ul li {
  margin-bottom: 5px;
}
.products-list .p-nav ul li a {
  width: 100%;
  background-color: #D3D5D3;
  padding: 20px;
  display: block;
  font-weight: 500;
  color: #000;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.products-list .p-nav ul li a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0px;
  top: 18px;
  background-image: url(../images/arrow-hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.products-list .p-nav ul li a:hover {
  background-color: #cbaa88;
  color: #000;
  padding-left: 52px;
}
.products-list .p-nav ul li a:hover::before {
  left: 20px;
  top: 18px;
  opacity: 1;
}
.products-list .p-nav ul li a.active {
  background-color: #cbaa88;
  color: #000;
  padding-left: 52px;
}
.products-list .p-nav ul li a.active::before {
  left: 20px;
  top: 18px;
  opacity: 1;
}
.products-list .help-sec {
  width: 100%;
  background-color: #9d591d;
  padding: 30px;
  position: relative;
  text-align: center;
  color: #FFF;
}
.products-list .help-sec::before {
  content: "";
  width: 133px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.products-list .help-sec::after {
  content: "";
  width: 83px;
  height: 63px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/shape-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.products-list .help-sec p {
  color: #FFF;
  margin: 0;
  text-align: center;
}
.products-list .help-sec h5 {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
.products-list .help-sec h6 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}
.products-list .help-sec a {
  padding: 10px 20px;
  background-color: #FFF;
  display: inline-block;
  border-radius: 25px;
  color: #000;
  margin-top: 10px;
  transition: 0.3s all ease-in-out;
}
.products-list .help-sec a:hover {
  background-color: #000;
  color: #FFF;
}

.btn-style {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.btn-style button {
  border: 1px solid #a9a9a9;
  border-radius: 25px;
  padding: 7px 21px;
  margin-bottom: 10px;
}
.btn-style .active {
  background-color: #9d591d;
  border: 1px solid #9d591d;
  color: #FFF !important;
}
.btn-style .active:focus {
  background-color: #9d591d;
  border: 1px solid #9d591d;
  color: #FFF !important;
  outline: none;
}

.contact-sec {
  width: 100%;
}
.contact-sec .contact-box-sec .box {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 3px 15px #e5e5e5;
  padding: 20px;
  text-align: center;
}
.contact-sec .contact-box-sec .box img {
  margin-bottom: 10px;
}
.contact-sec .contact-box-sec .box h6 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-sec .contact-box-sec .box p {
  margin: 0;
  text-align: center;
}
.contact-sec .contact-box-sec .box p a {
  color: #000;
  transition: 0.3s all ease-in-out;
}
.contact-sec .contact-box-sec .box p a:hover {
  color: #9d591d;
}
.contact-sec h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #9d591d;
}
.contact-sec h6 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-sec .form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.contact-sec .form-group input:focus {
  border-color: #000;
}
.contact-sec .form-group textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.contact-sec .form-group textarea:focus {
  border-color: #000;
}
.contact-sec .form-group .btn_theme {
  background: #9d591d;
  border: 2px solid #9d591d;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.contact-sec .form-group .btn_theme:hover {
  background-color: #FFF;
  color: #000;
  border-color: #9d591d;
}
.contact-sec .map {
  width: 100%;
  padding-top: 40px;
}
.contact-sec .map iframe {
  width: 100%;
}

footer {
  width: 100%;
  background-color: #3F3E3C;
}
footer .f-box {
  width: 100%;
  padding: 40px 0px;
}
footer .f-box h4 {
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .f-box p {
  color: #FFF;
  text-align: left;
}
footer .f-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .f-box ul li {
  margin-bottom: 5px;
  color: #FFF;
}
footer .f-box ul li a {
  color: #FFF;
}
footer .f-box ul li a:hover {
  color: #dfaf3f;
}
footer .f-box .media {
  width: 100%;
}
footer .copyright {
  width: 100%;
  padding: 20px 0px;
  background-color: #edd8c2;
  text-align: center;
}
footer .copyright p {
  color: #3f3e3c;
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  header .nav-sec .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  header .nav-sec .collapse {
    border-top: 1px solid #f3f3f3 !important;
  }
  header .nav-sec .nav-link {
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: center;
  }
  header .nav-sec .nav-link.active {
    background-color: #9d591d;
    border-radius: 5px;
    color: #FFF;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  header .navbar-brand img {
    width: 100px;
  }
  .p-50 {
    padding: 30px 0px;
  }
  .banner-sec .carousel-caption .caption-box h5 {
    font-size: 45px;
    line-height: 50px;
  }
  .art-floor-sec h2, .category-sec h3, .spotlight-sec h4 {
    font-size: 22px;
  }
  .living-sec .living-content .living-box {
    padding-bottom: 20px;
  }
  .explore-collection .explore-box .box-img {
    height: auto;
  }
  .spotlight-sec .spotlight-box {
    height: 330px;
  }
  .about-section::before, .about-section .about-image .about-image2 {
    display: none;
  }
  .about-section .about-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .mission-sec .mb-3 {
    margin-top: 65px;
  }
  .mission-sec {
    padding: 72px 0px 16px 0px;
  }
}
@media (max-width: 768px) {
  footer .f-box {
    border: 1px solid #93918e;
    padding: 20px;
    border-radius: 10px;
    margin: 5px 0px;
  }
  .p-50 {
    padding: 20px 0px;
  }
  .banner-sec .carousel-caption .caption-box h5 {
    font-size: 35px;
    line-height: normal;
    text-align: center;
  }
  .banner-sec .carousel-caption .caption-box {
    width: 100%;
  }
  .about-section h4, .mission-sec .box-sec h4, .products-list .p-details h5, .products-list .help-sec h6, .products-list .help-sec h5, .contact-sec h6 {
    font-size: 24px;
  }
  .inner-banner {
    padding: 32px 0px;
  }
}
@media (max-width: 576px) {
  .banner-sec .carousel-caption .caption-box h5 {
    font-size: 19px;
  }
  .full-width-img .img-box {
    height: 250px;
  }
  .full-width-img .img-box .text-sec h6 {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */