/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url(./fonts.css);
:root {
  --primary: #0a2f4c;
  --secondary: #00357a;
  --light: #f5f5f5;
  --dark: #26231f;
  --bs-family: "Abel", sans-serif;
  --title-family: 'PeachesandCreamBoldW00-Rg', sans-serif;
}
body {
  font-family: var(--bs-family);
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--dark);
}
p {
  font-size: 20px;
  line-height: 33px;
}
.container {
  max-width: 1464px;
}
.container-sm {
  max-width: 1414px;
}
.container-lg {
  max-width: 1614px;
}
.btn-common {
  border: 1px solid var(--bs-white);
  padding: 7px;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 0.3s 0s;
}
.btn-common span {
  background: var(--bs-white);
  text-transform: uppercase;
  font-size: 22px;
  color: var(--primary);
  padding: 16px 48px 15px 48px;
  display: inline-block;
  transition: all ease-in-out 0.3s 0s;
}
.btn-common:hover {
  border-color: var(--secondary);
}
.btn-common:hover span {
  background: var(--secondary);
  color: var(--bs-white);
}
.secondary-btn {
  border-color: var(--secondary);
}
.secondary-btn span {
  background: var(--secondary);
  color: var(--bs-white);
}
img {
  max-width: 100%;
}
/* ================================================ */
header {
  background: rgba(64, 58, 52, .8);
  position: fixed;
  width: 100%;
  padding: 15px 0;
  z-index: 99;
}
.navbar-nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 65px;
}
.navbar-nav ul li a {
  color: var(--bs-white);
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.navbar-nav .nav-link.active, .nav-link:focus, .nav-link:hover {
  text-decoration: underline;
  color: var(--bs-white);
}
.navbar-brand {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
  top: 18px;
}
.headerAction {
  display: flex;
  gap: 42px;
  font-size: 20px;
}
.loginTop a, .cartTop a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-white);
  text-decoration: none;
  text-transform: uppercase;
}
.loginTop, .cartTop {
  display: flex;
  align-items: center;
}
.search {
  border-bottom: 1px solid #696967;
  max-width: 250px;
  display: flex;
  align-items: center;
}
.search form{
  display: flex;
  align-items: center;
}
.search input[type="text"] {
  background: none;
  border: none;
  color: var(--bs-white);
  text-transform: uppercase;
  width: 100%;
  outline: none;
}
.search button[type="submit"] {
  background: none;
  border: none;
}
.banner {
  position: relative;
}
.banner img.w-100 {
  min-height: 350px;
  object-fit: cover;
}
.bannerCaption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.bannerCaption h1 {
  color: var(--bs-white);
  font-size: 90px;
  font-family: var(--title-family);
  margin: 0;
}
.bannerCaption h2 {
  color: var(--bs-white);
  font-size: 90px;
  text-transform: uppercase;
}
.bannerCaption .btn-common span {
  font-size: 19px;
}
.bannerBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bannerBottom img {
  width: 100%;
}
.client-block {
  background: var(--primary) url(../img/shape2.png) no-repeat center bottom;
  background-size: contain;
  padding: 140px 0 190px 0;
}
.block-inn {
  position: relative;
}
.blog-cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px;
  z-index: 1;
}
.blog-cap img {
  margin-bottom: 15px;
}
.title1 {
  font-size: 43px;
  color: var(--bs-white);
  font-family: var(--title-family);
  line-height: 45px;
}
.title2 {
  color: var(--bs-white);
  font-size: 45px;
  line-height: 40px;
  text-transform: uppercase;
}
.title3 {
  color: var(--bs-white);
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -.2px;
}
.block-inn {
  position: relative;
  max-width: calc(100% - 20px);
  margin: auto;
}
.block-inn::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  border: 2px solid var(--bs-white);
  top: -20px;
  left: -20px;
}
.center .block-inn::after {
  left: 20px;
  top: auto;
  bottom: -20px;
}
.block-inn img {
  position: relative;
  z-index: 1;
}
.right .block-inn::after {
  right: -20px;
  left: auto;
}
.product-block {
  padding: 110px 0;
  background: var(--light);
}
.sectioTitle {
  font-size: 43px;
  color: var(--primary);
  font-family: var(--title-family);
}
.sectioSubTitle {
  color: var(--dark);
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
}
.productList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  flex-wrap: wrap;
}
.productImage {
  width: calc(50% - 20px);
  position: relative;
  padding-left: 20px;
}
.productImage img {
  width: 100%;
  position: relative;
}
.productList.left .productImage {
  order: 2;
  padding-right: 20px;
  padding-left: 0;
}
.productText {
  width: calc(50% - 20px);
  padding: 0 100px 0 0;
}
.right .productText {
  width: 50%;
  padding: 0 0px 0 100px;
}
.productText h5 {
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.price {
  color: #272727;
  font-size: 70px;
  line-height: 70px;
}
.proContent {
  padding: 50px 0 20px 0;
  margin-top: 50px;
  border-top: 1px solid #d0d0d0;
}
.proContent .btn-common {
  margin-top: 30px;
}
.productImage::before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  border: 2px solid var(--primary);
  top: -20px;
  right: 0px;
}
.right .productImage::before {
  left: 0px;
  right: auto;
}
.our-begining-block {
  padding: 100px 0;
  position: relative;
}
.our-begining-block::after {
  background: #f5f5f5;
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 123px;
  height: 540px;
}
.beginingImage {
  position: relative;
  margin-bottom: 115px;
  padding-left: 20px;
}
.beginingImage img {
  position: relative;
  width: 100%;
}
.beginingImage::before {
  content: "";
  position: absolute;
  width: calc(100% - 150px);
  height: 100%;
  border: 2px solid var(--primary);
  top: -20px;
  left: 0px;
}
.beginingText {
  position: absolute;
  background: #fff url("../img/rockportR.png") no-repeat right center;
  background-size: 450px;
  right: 0;
  bottom: 0;
  width: 760px;
  padding: 45px 60px 20px 60px;
}
.beginingText h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
.beginingText p {
  line-height: 36px;
}
.our-blog {
  background: var(--light) url("../img/rockportLogo.png") no-repeat calc(100% - 100px) bottom;
  padding: 105px 0;
}
.blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-col-half {
  width: calc(50% - 45px);
}
.blogText {
  text-align: center;
  position: relative;
  padding: 50px;
}
.blogText h6 {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-top: 30px;
}
.blogText h6::before {
  content: "";
  width: 1px;
  height: 45px;
  background: #c29f54;
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 50%;
}
.blogText h2 {
  font-size: 40px;
}
.blogImage {
  position: relative;
  padding: 10px;
}
.blogImage img {
  position: relative;
  width: 100%;
}
.blogImage::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--primary);
  top: 0;
  left: 0;
}
/*Footer*/
.footer {
  background: #021228 url("../img/ftr-bg.png") no-repeat 0 0;
  background-size: cover;
}
.footerInner {
  background: url("../img/ftr-shap.png") no-repeat center 0;
  background-size: contain;
  padding-top: 190px
}
.quickLinks {
  border-top: 1px solid #233145;
  border-bottom: 1px solid #233145;
  padding: 46px 0;
  margin-top: 50px;
}
.quickLinks ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.quickLinks ul li {
  display: flex;
  align-items: center;
}
.quickLinks ul li a {
  color: var(--bs-white);
  text-decoration: none;
  font-size: 27px;
}
.quickLinks ul li::after {
  content: "";
  background: #6d7683;
  width: 1px;
  display: inline-block;
  margin: 0 50px;
  height: 34px;
}
.quickLinks ul li:last-child:after {
  display: none;
}
.ftr-location {
  margin-top: 50px;
}
.ftr-location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-location ul li {
  display: flex;
  align-items: center;
  gap: 25px;
}
.ftr-location ul li i {
  color: var(--secondary);
  background: var(--bs-white);
  border: 4px solid #6d7683;
  border-radius: 100px;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.ftr-location ul li p, .ftr-location ul li a {
  color: var(--bs-white);
  text-decoration: none;
  font-size: 20px;
}
.ftr-location ul li p {
  margin: 0;
  max-width: 230px;
  flex: 1;
  line-height: normal;
}
.ftr-location label {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}
.ftr-location form {
  display: flex;
  border: 1px solid #7e858f;
  padding: 9px 12px 9px 18px;
}
.ftr-location input[type="email"] {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
}
.ftr-location button[type="submit"] {
  background: none;
  border: none;
}
.ftr-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 25px;
}
.ftr-social label {
  color: #fff;
  font-size: 35px;
}
.ftr-social a {
  border: 1px solid #858d98;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: all ease-in-out 0.3s 0s;
}
.ftr-social a:hover {
  background: var(--secondary);
}
.copyright {
  border-top: 1px solid #233145;
  text-align: center;
  padding: 44px 0;
  margin-top: 50px;
}
.copyright p {
  color: #fff;
  margin: 0;
}