@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('../css/bootstrap.css');
@import url('../css/animate.css');
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('../css/xicon.css');
@import url('../css/variables.css');
@import url('../css/mobile-nav.css');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

li {
  list-style: none;
}

a:hover {
  text-decoration-line: none;
}


/************** Header Main CSS Start ************/

.header-top {
  text-align: center;
  font-family: "Marcellus", serif;
  background: var(--secondary-color);
  padding: 5px 0px;
}

.header-top p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
  margin: 0px;
  height: 100%;
}


.header-nav {
  height: 100%;
}

.header-nav ul li a {
  font-family: Montserrat;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: all .6s ease;
  position: relative;
}

.header-nav ul li a::before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  height: 3px;
  width: 0%;
  bottom: -3px;
  border-radius: 30px;
  left: 50%;
  transform: translate(-50%);
  transition: all .6s ease;
}

.header-nav ul li a:hover:before {
  width: 100%;
}


.header-nav ul li a:hover {
  color: var(--secondary-color);
}

.header-end {
  height: 100%;
}

.header-end ul {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  justify-content: end;
  gap: 40px;
}

.header-end ul li a {
  color: #000;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  transition: all .6s ease;
}

.header-end ul li a:hover {
  color: var(--secondary-color);
}

.header-end ul li:nth-child(2) a {
  font-size: 20px;
}

.header-end ul li:nth-child(3) a {
  font-size: 20px;
}


header.header-main {
  padding: 15px 0px;
}

.navbar_menu {
  height: 100%;
}

.navbar_menu ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0px;
  gap: 40px;
}

.navbar_menu ul li a {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #fff;
  transition: all .6s ease;
}

.navigation-bar {
  padding: 15px 0px;
  background: var(--secondary-color);
}

.navbar_menu ul li a:hover {
  color: #000;
}

/************** Header Main CSS End ************/


/************** First Banner CSS Start ************/

.first-banner-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.first-banner-sec {
  overflow-x: hidden;
}

ul.slick-dots ul li button {
  background: #000;
}

ul.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 85%;
  top: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}

ul.slick-dots li button {
  background-color: grey;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: none;
  color: transparent;
}


ul.slick-dots li button:focus {
  outline: none;
}


.first-banner-slides button.slick-prev.slick-arrow {
  display: none !important;
}

.first-banner-slides button.slick-next.slick-arrow {
  display: none !important;
}

ul.slick-dots li {
  list-style: none;
}


ul.slick-dots li.slick-active button {
  background: transparent;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
}

/************** First Banner CSS End ************/


/************** Category Section  CSS Start ************/

.category-img img {
  width: 100%;
}

.categories-sec {
  padding: 50px 0px;
}

.categories-sec h4 {
  text-align: center;
  margin: 0px 0px 40px 0px;
  text-transform: uppercase;
  font-family: 'Marcellus';
  font-size: 50px;
  color: #000;
}

.category-detail-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  transition: all .6s ease;
}

.category-img {
  position: relative;
  overflow: hidden;
}

.category-detail-btn a {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: bold;
}

.category-img:hover .category-detail-btn {
  bottom: 20px;
}


.category-img::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background-image: linear-gradient(179deg, rgb(0 0 0 / 4%) 9.2%, rgb(158 129 85) 103.9%);
  transition: all .6s ease;
  bottom: 0px;
}

.category-img:hover:before {
  height: 100%;
}

.category-card h6 {
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-family: 'Montserrat';
  color: #000;
  font-size: 18px;
}


.categories-slides button.slick-prev.slick-arrow {
  color: transparent;
  background: transparent;
  border: none;
  position: relative;
}

.categories-slides button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\ea60";
  font-size: 30px;
  font-family: 'remixicon';
  color: #000;
  opacity: 1;
  top: 130px;
  left: -50px;
  cursor: pointer;
  transition: all .6s ease;
  width: 30px;
  height: 40px;
  line-height: 40px;
}

.categories-slides button.slick-next.slick-arrow {
  background: transparent;
  color: #000;
  right: 0;
  top: 40%;
  border: none;
  font-size: 0px;
  cursor: pointer;
}

.categories-slides button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\ea6c";
  font-family: 'remixicon';
  color: #000;
  font-size: 30px;
  right: -50px;
  opacity: 1;
  top: 150px;
  transition: all .6s ease;
  width: 30px;
  height: 40px;
  line-height: 40px;
}

.categories-slides button.slick-next.slick-arrow:hover:before {
  background: var(--secondary-color);
  width: 50px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}

.categories-slides button.slick-prev.slick-arrow:hover:before {
  background: var(--secondary-color);
  width: 50px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}

.categories-slides button.slick-prev.slick-arrow:focus {
  outline: none;
}



/************** Category Section  CSS End ************/


/************** Stone Signs Section CSS Start ************/

.stone-img img {
  width: 100%;
  transform: scale(1);
  transition: all .6s ease;
}

.stone-img img:hover {
  transform: scale(1.1);
}

.stone-img {
  overflow: hidden;
}

.stone-text {
  margin: 30px 0px 30px 0px;
  text-align: center;
}


.stone-text h5 {
  font-size: 20px;
  font-family: 'Montserrat';
  color: #000;
  font-weight: 600;
}

.stone-text p {
  color: #000;
  font-family: 'Montserrat';
  padding: 0px 30px;
  margin: 0px 0px 30px 0px;
}

.stone-sign-sec {
  padding: 50px 0px;
}

.stone-sign-sec h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
  font-size: 50px;
  font-family: 'Marcellus';
  color: #000;
}


.stone-text a {
  background: var(--secondary-color);
  padding: 12px 23px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Montserrat';
  transition: all .6s ease;
  transform: translate(0px, 0px);
  border: 1px solid var(--secondary-color);
  display: inline-block;
}

.stone-text a:hover {
  transform: translate(0px, -10px);
  background: transparent;
  color: var(--secondary-color);
}

.stone-sign-btn {
  text-align: center;
  margin: 40px 0px 0px 0px;
}

.stone-sign-btn a {
  background: var(--secondary-color);
  padding: 10px 13px;
  border-radius: 5px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  border: 1px solid var(--secondary-color);
  transition: all .6s ease;
}



.stone-sign-btn a:hover {
  background: transparent;
  color: var(--secondary-color);
}

.metal-img {
  height: 470px;
  width: 100%;
  text-align: center;
}

.metal-img img {
  width: auto;
}

.featured-text p {
  padding: 0px;
}

.featured-text {
  text-align: left;
}

.featured-text a {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
}

.featured-btn {
  margin: 50px 0px 30px 0px;
  text-align: center;
}

.featured-btn a {
  background: var(--secondary-color);
  padding: 14px 70px;
  color: #fff;
  font-family: 'Montserrat';
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  transition: all .6s ease;
}

.featured-btn a:hover {
  background: transparent;
  color: var(--secondary-color);
}

/************** Stone Signs Section CSS End ************/


/************** Call Section CSS Start ************/


.call-sec {
  background: url(../images/call-bg.png) no-repeat top center;
  width: 100%;
  padding: 40px 0px 30px 0px;
  background-size: cover;
}


.calling-para {
  height: 100%;
  display: flex;
  align-items: center;
}

.calling-para p {
  margin: 0px;
  font-size: 35px;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 700;
}


.call-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.call-btn a {
  background: #fff;
  padding: 14px 60px;
  color: #000;
  border-radius: 5px;
  font-family: 'Montserrat';
  border: 1px solid #fff;
  transition: all .6s ease;
}

.call-btn a:hover {
  background: transparent;
  color: #fff;
}


/************** Call Section CSS End  ************/



/************** Footer Section CSS Start  ************/

.footer-main {
  background: url(../images/footer-bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 40px 0px 40px 0px;
}


.footer-logo p {
  margin: 30px 90px 30px 0px;
  font-family: 'Montserrat';
  color: #7f7f7f;
  font-size: 15px;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-logo ul li a {
  color: #000;
  font-size: 23px;
  border: 1px solid #000;
  padding: 3px 8px 5px 8px;
  border-radius: 30px;
  transition: all .6s ease;
}

.footer-logo ul li a:hover {
  color: #fff;
  background: #000;
}

.footer-link h4 {
  font-family: 'Marcellus';
  color: #000;
  margin: 0px 0px 20px 0px;
}

.footer-link ul li a {
  color: #7f7f7f;
  font-family: 'Montserrat';
  font-size: 15px;
  transition: all .6s ease;
}

.footer-link ul li {
  margin: 5px 0px 0px;
}

.footer-support h4 {
  font-family: 'Marcellus';
  margin: 0px 0px 20px 0px;
}

.footer-support ul li a {
  color: #7f7f7f;
  font-family: 'Montserrat';
  font-size: 15px;
  transition: all .6s ease;
}

.footer-support ul li a:hover {
  color: var(--secondary-color);
}


.footer-link ul li a:hover {
  color: var(--secondary-color);
}

.footer-support {
  margin: 0px 0px 110px 80px;
}


.accept-payment img {
  width: 100%;
}

.footer-copyright p {
  margin: 0px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
}

.footer-copyright {
  padding: 8px 0px;
  text-align: center;
  background: var(--secondary-color);
}


/************** Footer Section CSS End  ************/




/************** About Us Page Section CSS Start  ************/


.inner-banner-sec {
  background: url(../images/first-banner-slide-img.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
  height: 460px;
}

.inner-heading {
  height: 100%;
  margin: 100px 0px 0px 0px;
}

.inner-heading h2 {
  color: #fff;
  font-family: 'Marcellus';
  font-size: 70px;
  text-transform: uppercase;
}

.about-us-sec {
  background: url(../images/about-pg-bg.png) no-repeat top center;
  background-size: cover;
  padding: 50px 0px;
  width: 100%;
}

.about-img img {
  width: 100%;
}

.about-us-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-txt h6 {
  font-size: 18px;
  font-family: 'Montserrat';
  color: #000;
}

.about-us-txt h3 {
  font-family: 'Marcellus';
  font-size: 60px;
  color: #000;
}

.about-us-txt p {
  font-family: 'Montserrat';
  font-size: 18px;
}


/************** About Us Page Section CSS End  ************/


/************** Contact Us Page Section CSS Start  ************/


.contact-us-form {
  padding: 50px 0px;
}

.contact-form form h4 {
  font-family: 'Marcellus';
  font-size: 50px;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}

.input-field input {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.input-field {
  margin: 0px 0px 30px 0px;
}

.input-field label {
  font-family: 'Montserrat';
  color: #000;
  margin: 0px 0px 10px 0px;
}

.input-field textarea {
  width: 100%;
  margin: 0px 0px 10px 0px;
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.04);
  height: 200px;
  padding: 10px 20px;
  border-radius: 4px;
  resize: none;
}

.input-field h6 {
  color: #767676;
  font-family: 'Montserrat';
  font-size: 16px;
}

.input-field input:focus {
  border-color: #9e8155;
  outline: none;
}


.input-field textarea:focus {
  border-color: #9e8155;
  outline: none;
}


.contact-btn button {
  padding: 12px 50px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  font-family: 'Montserrat';
  border-radius: 4px;
  transition: all .6s ease;
  cursor: pointer;
}

.contact-btn button:hover {
  background: transparent;
  color: var(--secondary-color);
}


/************** Contact Us Page Section CSS End  ************/



/************** Login Page Section CSS Start  ************/



.login-sec-form {
  padding: 50px 0px;
}

.login-pg-form h3 {
  text-align: center;
  font-family: 'Marcellus';
  text-transform: uppercase;
  font-size: 50px;
  margin: 0px 0px 30px 0px;
}

.input-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 60px 0px;
}

.input-checkbox h6 {
  font-family: 'Montserrat';
  margin: 0px;
  font-weight: 400;
}

.login-form-btn button {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  font-family: 'Montserrat';
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  transform: translate(0px, 0px);
  transition: all .6s ease;
  margin: 0px 0px 10px 0px;
}

.login-form-btn button:hover {
  background: transparent;
  color: var(--secondary-color);
  transform: translate(0px, -10px);
}

.login-form-btn a {
  color: var(--secondary-color);
  font-family: 'Montserrat';
  transition: all .6s ease;
}

.login-form-btn a:hover {
  color: #000;
}


/************** Login Page Section CSS ENd  ************/



/************** Blog Page Section CSS Start  ************/

.blog-sec {
  background: url(../images/blog-pg-bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
}

section.blog-sec h3 {
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-family: 'Marcellus';
  font-size: 50px;
  text-transform: uppercase;
}

.blog-pg-cart h4 {
  font-family: 'Montserrat';
  margin: 14px 0px 7px 0px;
  font-weight: 400;
  font-size: 24px;
}

.blog-pg-cart p {
  font-family: 'Montserrat';
  font-size: 14px;
}

.blog-pg-cart a {
  font-family: 'Montserrat';
  color: #000;
  font-size: 18px;
  text-decoration-line: underline;
  transition: all .6s ease;
  letter-spacing: 0px;
}

.blog-pg-cart a:hover {
  letter-spacing: 1px;
}


.blog-pg-cart-img img {
  width: 100%;
  transform: scale(1);
  transition: all .6s ease;
}

.blog-pg-cart-img img:hover {
  transform: scale(1.05);
}

.blog-pg-cart-img {
  overflow: hidden;
}

/************** Blog Page Section CSS End  ************/


/************** Faq's Page Section CSS Start  ************/

/* accordion
------------------------------------*/


.faqs-sec {
  padding: 50px 0px;
}

.quest-title:hover {
  color: #000;
}


.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  background: none;
  margin-top: 30px;
}

.quest-title {
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  color: var(--secondary-color);
  padding: 0px 15px 0px 15px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all linear 0.15s;
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-color);
  font-family: 'Marcellus';
}

.quest-title:before {
  position: absolute;
  content: "\ea13";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0px;
  font-family: 'remixicon';
  color: var(--secondary-color);
  font-size: 20px;
}

.quest-title.active,
.quest-title:hover {}

.quest-title:after {
  width: 60px;
  height: 1px;
  left: -60px;
  bottom: -1px;
  background: #dbdbdb;
  position: absolute;
  content: "";
}

.quest-title.active:before {
  content: "\f1af";
}


.quest-content {
  padding: 15px 20px;
  display: none;
  background: transparent;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.quest-content p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  color: #000;
  font-family: 'Montserrat';
}

.quest-content ul {
  margin: 10px 0px 0px 0px;
}

.quest-content ul li {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
}

.accordion h3 {
  font-size: 40px;
  font-family: 'Marcellus';
  margin: 0px 0px 20px 0px;
}


/************** Faq's Page Section CSS Start  ************/


/************** Shop Page Section CSS Start  ************/

.shop-breadcrumb a {
  color: #000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
}

.shop-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px 0px 0px;
}

.shop-pg-head h3 {
  font-family: 'Marcellus';
  font-size: 50px;
  text-transform: uppercase;
}

.product-search-count {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin: 0px 0px 30px 0px;
}

.product-search-count h6 {
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0px;
  cursor: pointer;
}

.product-sorting-select select {
  padding: 12px 12px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0);
  font-family: 'Montserrat';
  font-size: 14px;
  color: #555;
}

.product-sorting-select select:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.shop-prod-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0px 0px 10px 0px;
}

.shop-title-txt h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  color: #000;
}

.shop-title-txt h6 {
  color: var(--secondary-color);
  font-size: 20px;
}

.shop-pg-cart {
  margin: 0px 0px 50px 0px;
}

.shop-product-sec {
  padding: 50px 0px;
  background: #f6f6f6;
}



/************** Shop Page Section CSS End  ************/



/************** Privacy Policy Page Section CSS Start  ************/


.privacy-policy-sec {
  background: url(../images/privacy-policy.png) no-repeat top center;
  background-size: cover;
  padding: 50px 0px;
}

.privacy-policy-txt h3 {
  font-family: 'Marcellus';
  font-size: 50px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  color: #000;
}

.privacy-policy-txt p {
  color: #000;
  font-family: 'Montserrat';
  font-size: 15px;
}

.privacy-policy-txt h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.privacy-list-txt ul li {
    list-style: disc;
}

.privacy-list-txt ul {
    margin: -10px 0px 0px 30px;
}


/************** Privacy Policy Page Section CSS Start  ************/



/************** Single Blog Page Section CSS Start  ************/


.single-prod-inner-pg {
    background: url(../images/first-banner-slide-img.png) no-repeat top center;
    background-size: cover;
    padding: 120px 0px 120px 0px;
    position: relative;
}


.lorem-ipsum-txt {
    gap: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 70px 0px 80px 0px;
}

.lorem-ipsum-txt a {
    color: #fff;
    border: 2px solid grey;
    padding: 4px 12px;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.lorem-ipsum-txt h3 {
    color: #e3e3e3;
    font-family: 'Marcellus';
    font-size: 40px;
}

.user-btn {
    display: flex;
    align-items: center;
    gap: 25px;
}

.user-btn a {
    border: none;
    font-size: 16px;
    font-family: 'Montserrat';
}

.user-btn span {
    color: #fff;
}

section.single-prod-inner-pg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #2d2b2b5c;
    top: 0px;
}

.lorem-ipsum-txt {
    gap: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 70px 0px 80px 0px;
}

.lorem-ipsum-txt a {
    color: #fff;
    border: 2px solid grey;
    padding: 4px 12px;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-size: 14px;
    transition: all .6s ease;
    transform: translate(0px, 0px);
}

.lorem-ipsum-txt h3 {
    color: #e3e3e3;
    font-family: 'Marcellus';
    font-size: 40px;
}

.user-btn {
    display: flex;
    align-items: center;
    gap: 18px;
}

.user-btn a {
    border: none;
    font-size: 16px;
    font-family: 'Montserrat';
}

.user-btn span {
    color: #fff;
}

section.single-prod-inner-pg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #2d2b2b5c;
    top: 0px;
}

.lorem-ipsum-txt a:hover {
    background: grey;
    transform: translate(0px, -10px);
}

.user-btn a:hover {
    background: transparent;
    transform: translate(0px, 0px);
}

.username-blog {
    margin: 50px 0px 50px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-blog-sec {
    padding: 80px 0px 50px 0px;
}

.username-blog img {
    border-radius: 50px;
    cursor: pointer;
}

.username-blog h4 {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 400;
    cursor: pointer;
}



/************** Single Blog Page Section CSS End  ************/



.first-banner-img {
    position: relative;
}

.first-banner-txt {
    position: absolute;
    left: 90px;
    top: 40%;
}

.first-banner-txt h3 {
    color: #fff;
    font-family: 'Marcellus';
    font-size: 40px;
}

.first-banner-txt p {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
}



@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}