@font-face {
  font-family: 'AtypText';
  src: url('../Fonts/AtypText-Regular.ttf');
}

@font-face {
  font-family: 'AtypText Medium';
  src: url('../Fonts/AtypText-Medium.ttf');
}

@font-face {
  font-family: 'AtypText light';
  src: url('../Fonts/AtypText-Light.ttf');
}

@font-face {
  font-family: 'AtypText bold';
  src: url('../Fonts/AtypText-Bold.ttf');
}

@font-face {
  font-family: 'AtypDisplay';
  src: url('../Fonts/AtypDisplay-Regular.ttf');
}

@font-face {
  font-family: 'AtypDisplay Medium';
  src: url('../Fonts/AtypDisplay-Medium.ttf');
}

@font-face {
  font-family: 'AtypDisplay light';
  src: url('../Fonts/AtypDisplay-Light.ttf');
}

@font-face {
  font-family: 'AtypDisplay bold';
  src: url('../Fonts/AtypDisplay-Bold.ttf');
}

body {
  font-family: AtypText, sans-serif;
  background: #511B1B;
  font-size: 14px;
  color: #E2D9DA;
}

@font-face {
  font-family: 'Nord medium';
  src: url('../Fonts/NORD-Medium.ttf');
}

@font-face {
  font-family: 'Nord Regular';
  src: url('../Fonts/NORD-Regular.ttf');
}

@font-face {
  font-family: 'Nord Bold';
  src: url('../Fonts/NORD-Bold.ttf');
}

@media (min-width:912px) and (max-width: 1368px) {
  .container {
        max-width: 850px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }

  .container-fluid {
    padding: 0 40px;
  }
}

@media (min-width: 1835px) {
  .container {
    max-width: 1500px;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #B72F2A;
  text-decoration: none;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline>li {
  display: inline-block;
}

.mt_80 {
  margin-top: 80px;
}

/*====================================================*/
/*====================================================*/
/*==== header === */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .header .navbar-collapse {
    margin: 50px 0;
  }

  .header .nav-bar-mobile-wrapper {
    flex-direction: column;
    padding: 24px;
    background: #e2d9da 0% 0% no-repeat padding-box;
    box-shadow: 0 0px 40px 15px #0000000b;
    border-radius: 5px;
  }
}

.header .spacing-container {
  display: flex;
  align-items: center;
  gap: 20px;

}


.header .navbar.main {
  justify-content: space-between;
  padding: 0;
}

.header .brand-container {
  text-align: center;
}

@media (max-width: 768px) {
  .header .navbar.main {
    justify-content: end;

  }

  .header .spacing-container {
    align-items: flex-start;
    gap: 16px;
  }

  .header .brand-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* .header .brand-container .navbar-toggler-container {
   
  } */

  .header .brand-container .navbar-toggler {
    background: #b72f2a 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 60px #0000000a;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .header .brand-container .navbar-toggler-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

  }

  .header .brand-container .btn-search-mobile {
    width: 17px;
    height: 17px;
    padding: 0;
    background: transparent;
    margin: 0 20px;
    display: inline;
  }
}

.header .header__nav {
  position: absolute;
  width: 100%;
  bottom: -60px;
  z-index: 999;
  padding: 0 80px 20px;
  border-bottom: 0.5px solid #e2d9da80;
}


@media (max-width: 768px) {
  .header .header__nav {
    padding: 0 20px 15px;
  }

}

.close-icon {
  width: 100%;
  display: none;
}

@media (max-width: 768px) {
  .close-icon {
    display: block;
  }
}

.header .nav-link {
  font-family: 'AtypText bold';
  padding: 0 12px;
  color: #E2D9DA;
  text-transform: uppercase;
}

.header .nav-link:hover {
  color: #B72F2A;
}

@media (max-width: 768px) {
  .header .nav-link {
    color: #4B3C29;
  }

}

@media (min-width: 820px) and (max-width: 1280px) {
  .collapse:not(.show) {
    display: block;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .header .spacing-container {
    gap: 15px;
  }

  .header .nav-link {
    font-size: 14px;
    padding: 0;
  }
}

.header-sticky {
  position: fixed;
  backdrop-filter: blur(20px);
  /* background: rgb(0 0 0 / 60%); */
  background: rgb(75 60 41 / 60%);
}

.header-sticky .top-bar {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
}

.header .btn-search-mobile {
  display: none;
}

.header .nav-bar-wrapper {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .header .nav-bar-wrapper {
    width: 100%;
    position: absolute;
    top: -10px;
    display: flex;
    justify-content: end;
  }

  .btn-quote a {
    font-size: 12px;
  }
}

/*=== ///header ===*/
/*======== start header ==========*/
#header {
  padding: 50px 0 20px;
  position: relative;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.logo img {
  width: 250px;
}

.social {
  padding: 0 40px;
}

.social li {
  background: #B72F2A;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  transition: all .5s ease;
  /* clip-path: polygon(20% 0%, calc(100% - 20%) 0%, 100% 20%, 100% calc(100% - 20%), calc(100% - 20%) 100%, 20% 100%, 0% calc(100% - 20%), 0% 20%); */
}

.social li:hover {
  transition: all .5s ease;
  background: #fff;
  transform: translatey(-5px);
}

.social li:hover a {
  color: #B72F2A;
}

.lang img {
  width: 40px;

}

.btn-quote a {
  color: #E2D9DA;
  font-family: 'AtypText bold';
  border: 4px solid #B72F2A;
  padding: 7px 15px;
  text-transform: uppercase;

}

.btn-quote a:hover {
  background: #B72F2A;
  transition: all .5s ease;
}

@media (max-width:767px) {
  #header {
    padding: 30px 0;
  }

  .top-header {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .nav {
    justify-content: center;
  }

  .social {
    padding: 0 20px;
  }

  /* .btn-quote a {
    color: #B72F2A;
   } */
}

/*======== end header ==========*/
/*======== star main_item ==========*/
.main-slider {
  position: relative;
  z-index: 99;
}

.main_item {
  position: relative;
}

.main_item::before {
  content: '';
  width: 86%;
  height: 60%;
  background: #B72F2A;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  margin: auto;
  z-index: -1;
}

#video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 5%);
  display: none;
}

#intro-container,
.img-slider {
  height: 100%;
}

.img-slider img {
  clip-path: polygon(3% 0, 97% 0, 100% 5%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 5%);
  filter: brightness(0.3);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-text h3 {
  font-size: 50px;
  line-height: 62px;
  font-family: 'AtypText bold';
  color: #E2D9DA;
}

.video {
  position: relative;
  overflow: hidden;
  height: 730px;
}

#main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.icon-play img {
  width: 170px;
}
.icon-close{
position: absolute;
    top: 80px;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-close img{
  width: 30px;
}
@media (max-width: 768px) {

  .slider-text {
    top: 15%;
  }

  .slider-text h3 {
    font-size: 35px;
    line-height: 47px;
  }

  .video {
    height: 420px;
  }

}

@media (max-width: 1025px) {

  .slider-text {
    top: 0;
  }

  .slider-text h3 {
    font-size: 35px;
    line-height: 47px;
  }

  .main_item::before {
    width: 95%;
  }
}


@media (max-width: 767px) {

  .slider-text {
    top: 30%;
    left: 5%;
    right: 5%;
  }

  .slider-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .video {
    height: 220px;
  }
}

/*======== end main_item ==========*/
/*======== start about ==========*/
.about {
  margin-top: -50px;
}

.about-details {
  background: #E2D9DA;
  padding-top: 70px;
  position: relative;
  height: 300px;

}

.about-text {
  position: absolute;
  background: #511B1B;
  top: -50px;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  z-index: 99;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-text::after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 30px;
  right: 30px;
  background: #B72F2A;
  height: 100px;
  clip-path: polygon(100% 71%, 0 71%, 98% 93%);
  z-index: -1;

}

.about-experience {
  color: #E2D9DA;
  font-family: 'Nord Regular';
  border: 10px solid #B72F2A;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  flex: 1 0 0;
  width: 195px;
  height: 195px;
  flex: 22% 0 0;
}

.about-img .det-text {
  flex: 70% 0 0;
}

.det-text h3 {
  color: #B72F2A;
  font-family: 'Nord bold';
  font-size: 30px;
  line-height: 42px;
}

.det-text p {
  font-family: 'AtypDisplay light';
  font-size: 16px;
  line-height: 28px;
}

.det-text a {
  font-family: 'AtypDisplay bold';
  font-size: 24px;
  color: #B72F2A;

}

.about-experience p {
  font-size: 70px;
  font-family: 'Nord medium';
  margin: 0;
}

@media (min-width: 820px) and (max-width: 1280px) {
  .about-text {
    width: 90%;
    padding: 30px;
    top: -120px;

  }
}

@media (max-width: 767px) {
  .about-text {
    position: relative;
    display: block;
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 768px) {


  .about-details {
    height: auto;
  }

  .about-text {
    position: relative;
    width: 90%;
    padding: 30px;
  }

  .icon-play img {
    width: 70px;
  }

  .det-text h3 {
    font-size: 25px;
    line-height: 37px;
  }

  .det-text p {
    font-size: 14px;
    line-height: 28px;
  }

  .det-text a {
    font-size: 20px;
    line-height: 32px;
  }

  .about-experience p {
    font-size: 50px;
  }

  .about-experience {
    font-size: 10px;
    width: 150px;
    height: 150px;
    margin: 20px auto;
  }

  .about-text::after {
    bottom: -25px;
    left: 0;
    right: 20px;
    clip-path: polygon(100% 74%, 0 74%, 97% 90%);
  }

}

/*======== end about ==========*/
/*======== start Products ==========*/
.cards {
  background: #E2D9DA;
  padding: 70px 0;
  position: relative;
}

.cards::before {
  content: "Nassar for trade and industry";
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  font-family: 'Nord medium';
  font-size: 100px;
  color: transparent;
  text-align: center;
  background: linear-gradient(#E2D9DA, #fff);
  background-clip: text;
}

.pro-sec {
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
  width: 70%;
  margin: auto;
}

.pro-card {
  position: relative;
  cursor: pointer;
  border-right: 1px solid rgb(34 22 23 / 85%);
}

.pro-img {
  height: 330px;
}

.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 25px;
  background: #221617;
  color: #E2D9DA;
  transition: all .3s ease;

}

.pro-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #E2D9DA;
}

.pro-num i {
  transform: rotate(45deg);
  font-size: 40px;
  color: #b72f2a;
}

.pro-num .num {
  font-family: 'Nord medium';
  font-size: 60px;
}

.pro-name {
  position: absolute;
  bottom: 30px;
  font-family: 'AtypDisplay bold';
}

.pro-name h3 {
  font-size: 22px;

}

.pro-card:hover .pro-text {
  background: transparent;
  color: #fff;
  transition: all .3s ease;
}

.pro-card:hover .pro-name,
.pro-card:hover .pro-num,
.pro-card:hover .pro-num i {
  color: #E2D9DA;
}

.btn-links.w-70 {
  width: 70%;
}

.btn-links {
  margin: auto;
  text-align: right;
  padding: 15px 0;
}

.btn-links a {
  color: #B72F2A;
  font-size: 20px;
  font-family: 'AtypDisplay Medium';

}

@media (min-width: 820px) and (max-width: 1280px) {
  .pro-sec {
    width: 90%;
  }

  .cards::before {
    font-size: 60px;
    top: 10px;
  }

  .pro-img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .pro-sec {
    width: 95%;
  }

  .cards::before {
    top: 0;
    font-size: 60px;
    line-height: 72px;
  }

  .pro-card {
    border: 0;
    border-bottom: 1px solid #e2d9da;
  }

  .pro-img {
    height: 230px;
  }

  .pro-name h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pro-sec {
    flex-direction: column;
    width: 80%;
  }

  .pro-img {
    height: 330px;
  }

}

/*======== end Products ==========*/
/*======== start Applications ==========*/
.Applications {
  overflow: hidden;
}

.sec-header h3 {
  font-family: 'Nord bold';
  font-size: 40px;
  text-align: center;
  padding: 50px 0;
  color: #E2D9DA;

}

#sync1 .owl-stage {
  margin-bottom: 30px;
}

.app-navigation-list {
  height: 300px !important;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 30px 0;
  padding: 0 35px;
}

.app-nav-item {
  filter: blur(2px);
  font-family: 'AtypDisplay bold';
  opacity: 50%;
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
}

.app-nav-item.active {
  opacity: 1;
  filter: blur(0);
  transition: all .3s ease;
  transform: translateX(25px) scale(1.2);
}

#sync1 .owl-item {
  transform: scale(0.78) translateX(30px);
  filter: blur(3px) opacity(.6);
  transition: all .5s ease;

}

#sync1 .owl-item.active.first-active-slide {
  transform: scale(1);
  filter: none;
  transition: all .5s ease;

}

.app-img {
  padding: 30px;
  border: 10px solid #B72F2A;
  corner-shape: bevel;
  border-radius: 35px;
  height: 330px;
}

.app-img img {
  height: 100%;
  object-fit: contain;
}

.app-navigation-list::-webkit-scrollbar {
  width: 0;
}

@media (min-width: 820px) and (max-width: 1280px) {
  .app-img {
    height: 280px;
  }
}
/* @media (min-width:912px) and (max-width: 1368px) {
  .app-nav-item{
        font-size: 22px;
  }
  .app-nav-item.active{
      transform: translateX(15px) scale(1.2);

  }
} */
@media (max-width: 768px) {
  .app-img {
    height: auto;
  }

  .rev-text {
    margin: 0 10px 20px;
  }

  #sync1 .owl-item.active.first-active-slide .item {
    margin: 0;
  }
  .app-nav-item.active{
    font-size: 20px;
  }
}
@media (max-width: 767px) {

  .app-nav-item.active{
      transform: translateX(40px) scale(1.2);

  }
}

/*======== end Applications ==========*/
/*======== srart reviews ==========*/
.reviews {
  background: #221617;
  position: relative;
  overflow: hidden;
}

#owl-reviews {
  text-align: center;
}

#owl-reviews .owl-stage {
  margin-bottom: 20px;
}

#owl-reviews .owl-item {
  transform: scale(.9);
  opacity: 50%;
  filter: blur(3px);

}

#owl-reviews .owl-item.center {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);


}

#owl-reviews .owl-item .rev-det {

  padding-top: 20px;
  filter: drop-shadow(0px 4px 12px rgba(255, 175, 175, 16%));
}

.rev-text {
  /* corner-shape: bevel;
  border-radius: 20px; */
  clip-path: polygon(5% 0%, calc(100% - 5%) 0%, 100% 20%, 100% calc(100% - 20%), calc(100% - 5%) 100%, 5% 100%, 0% calc(100% - 20%), 0% 20%);
  background: #B72F2A;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.rev-text p {
  font-family: 'AtypDisplay light';
  font-size: 15px;
  padding: 0 7px;
  color: #E2D9DA;
  display: inline-block;
  color: #E2D9DA;
  text-align: center;
}

.rev-text strong {
  font-family: 'Nord bold';
  font-size: 60px;
  color: #E2D9DA;
}

.rev-name {
    display: flex;
    padding-right: 30px;
    color: #B72F2A;
    position: relative;
    justify-content: right;
    align-items: baseline;
    text-align: left;
}

.rev-name::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #E2D9DA;
  margin: 0 15px;
}

.rev-name h4 {
  font-size: 18px;
  font-family: 'AtypDisplay bold';
  margin-bottom: 0;
}

.rev-name p {
  font-family: 'AtypDisplay light';
  font-size: 12px;
}

.custom-nav-container {
  position: relative;
  margin: 30px 0;

}

.custom-nav-arrows button.owl-next,
.custom-nav-arrows button.owl-prev,
.reviews .owl-carousel .owl-nav button {
  background: transparent;
  color: #B72F2A;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: none;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin: 0 20px;

}

.custom-dots button.owl-dot {
  color: #B72F2A;
  outline: none;
  background: none;
  border: none;
}

button.owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 2px solid #B72F2A;
}

button.owl-dot.active span {
  background: #B72F2A !important;
  border: 2px solid #B72F2A;
}

.custom-nav-arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

@media (max-width: 768px) {

  .custom-nav-arrows {
    justify-content: center;
  }
}

/*======== end reviews ==========*/
/*======== start contact us ==========*/
.contact-us {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

.contact {
  position: relative;
}

.con-title {
  position: relative;
}

.con-title h2 {
  position: absolute;
  right: 0;
  top: 10%;
  width: 65%;
  font-family: 'Nord bold';
  color: #E2D9DA;
  font-size: 30px;
  line-height: 42px;
}

.con-title img {
  width: 70%;
}

.con-form {
  background: linear-gradient(180deg, rgb(104 55 55) 70%, rgba(156, 107, 108, 1) 85%, rgb(240 215 215) 115%);
  padding: 50px;
  clip-path: polygon(5% 0%, calc(100% - 5%) 0%, 100% 7%, 100% calc(100% - 7%), calc(100% - 5%) 100%, 5% 100%, 0% calc(100% - 7%), 0% 7%);
  position: relative;
}

.form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / .8);
  border-radius: 0;
  color: #fff;
  padding: 14px 0;
}

.form-control:focus {
  background: transparent;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid rgb(255 255 255 / .8);
  color: #fff;

}

.form-control::placeholder {
  color: rgb(255 255 255 / .8);
  font-family: 'AtypDisplay light';
}

.btn-contact {
  font-size: 18px;
  font-family: 'AtypDisplay bold';
  border: 0;
  background: #B72F2A;
  color: #E2D9DA;
  padding: 10px 15px;
  float: right;
  /* border-radius: 10px; */
  margin-top: 15px;
  /* corner-shape: bevel; */
  clip-path: polygon(5% 0%, calc(100% - 5%) 0%, 100% 20%, 100% calc(100% - 20%), calc(100% - 5%) 100%, 5% 100%, 0% calc(100% - 20%), 0% 20%);
}

.btn-contact:focus {
  box-shadow: none;
}

.map {
  position: absolute;
  width: 100%;
  top: 85%;
  z-index: -1;
}

.map iframe {
  /* corner-shape: bevel;
    border-radius: 50px; */
  clip-path: polygon(5% 0%,
      calc(100% - 5%) 0%,
      100% 10%,
      100% calc(100% - 10%),
      calc(100% - 5%) 100%,
      5% 100%,
      0% calc(100% - 10%),
      0% 10%)
}

@media (min-width: 820px) and (max-width: 1280px) {
  .con-title h2 {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .con-form {
    clip-path: polygon(10% 0%, calc(100% - 10%) 0%, 100% 7%, 100% calc(100% - 7%), calc(100% - 10%) 100%, 10% 100%, 0% calc(100% - 7%), 0% 7%);
  }

  .map {
    position: relative;
    margin: 50px 0 0;
  }

  .map iframe {
    height: 250px;

  }

  .con-title h2 {
    width: 100%;
  }
}

/*======== end contact us ==========*/
/*======== start footer ==========*/
.footer {
  background: #221617;
  padding: 350px 0 0;
}

.single-contact-info-box {
  background: #511B1B;
  padding: 15px;
  margin-bottom: 30px;
  height: 180px;

}

.single-contact-info-box .icon {
  background: #B72F2A;
  color: #E2D9DA;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  margin-bottom: 20px;
}

.single-contact-info-box .text h3 {
  font-family: 'AtypDisplay bold';
  font-size: 15px;
  color: #E2D9DA;
}

.single-contact-info-box .text p,
.single-contact-info-box .text a {
  color: #E2D9DA;
  font-family: 'AtypDisplay light';
  font-size: 12px;
  margin-bottom: 5px;
}

.md-footer {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #E2D9DA;
}

.ft-logo img {
  width: 120px;
}

.footer-link ul {
  margin: 0;
}

.footer-link ul>li a {
  color: #E2D9DA;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-link ul>li {
  margin-bottom: 15px;
  transition: all .3s ease;
  text-transform: capitalize;
  font-family: 'AtypDisplay Medium';
  font-size: 14px;
}

.footer-link ul>li:last-child {
  margin: 0;
}

.footer-sec .social {
  padding: 0;
  text-align: right;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 0 0;
  }

  .footer-sec {
    margin-bottom: 50px;
  }

  .footer-sec .social {
    text-align: initial;
  }

  .single-contact-info-box {
    padding: 15px;
  }
}

/*======== end footer ==========*/

/* ==== about us page ===== */
.hero-img {
  position: relative;
}

.hero-img .img-slider {
  height: 450px;
}

.hero-img .img-slider img {
  clip-path: polygon(3% 0, 97% 0, 100% 10%, 100% 92%, 97% 100%, 3% 100%, 0 92%, 0 10%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-img .slider-text {
  justify-content: center;
  text-transform: uppercase;
}

.info-head h1,
.why-info h1 {
  font-size: 50px;
  line-height: 62px;
  font-family: 'Nord bold';
  margin-bottom: 30px;

}

.text-color {
  color: #B72F2A;
}

.info-head {
  padding: 50px 0;
}

.info-head p {
  font-size: 22px;
  line-height: 40px;
  color: #E2D9DA;
  font-family: 'AtypDisplay Medium';

}

.img-text p {
  color: #E2D9DA;
  font-size: 14px;
  line-height: 28px;
  font-family: 'AtypDisplay light';

}

.about-det {
  margin: 100px 0;
}

.detl-text {
  clip-path: polygon(10% 0%, calc(100% - 10%) 0%, 100% 12%, 100% calc(100% - 12%), calc(100% - 10%) 100%, 10% 100%, 0% calc(100% - 12%), 0% 12%);
  background: #B72F2A;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  height: 350px;
  color: #E2D9DA;
}

.detl-text h1 {
  font-family: 'Nord medium';
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 30px;
}

.detl-text p {
  font-family: 'AtypDisplay Medium';
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.detl-text ul {
  margin: 0;
  padding-left: 20px;

}

.detl-text ul li {
  padding-left: 5px;
  list-style: '-';

}

.detl-text ul li::marker {
  font-size: 30px;
  line-height: 10px;
  font-weight: bold;
}

.why-info h1 {
  border-bottom: 2px solid #B72F2A;
  display: inline-block;
}

.why-info p {
  font-size: 34px;
  line-height: 46px;
  font-family: 'AtypDisplay Medium';
  text-transform: uppercase;

}

/* .why-info ul li {
  list-style: circle;
} */
.why-info li {
  font-size: 20px;
  line-height: 32px;
  color: #E2D9DA;
  font-family: 'AtypDisplay Medium';
}

.why-info li::marker {
  font-size: 30px;
  color: #B72F2A;
}

@media (min-width: 820px) and (max-width: 1280px) {
  .detl-text h1 {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 20px;
  }

  .detl-text p {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .detl-text h1 {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 20px;
  }

  .detl-text p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {

.info-head h1, .why-info h1 {
    font-size: 35px;
}
}

/* ==== // about us page ===== */
/* ==== products ===== */
.pro-hd {
  margin: 50px 0;
  text-align: center;
}

.pro-hd h1 {
  font-size: 28px;
  line-height: 40px;
  font-family: 'Nord bold';
  margin-bottom: 30px;
  color: #B72F2A;
}

.pro-hd p {
  font-size: 14px;
  line-height: 28px;
  font-family: 'AtypDisplay light';

}

.products {
  margin-bottom: 50px;
}

.pro-item {
  margin-bottom: 30px;
}

.prod-img img {
  /* clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%); */
  margin-bottom: 20px;
}

.prod-name h3 {
  font-family: 'AtypDisplay bold';
  font-size: 20px;
  line-height: 32px;
}

a.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background: transparent;
  color: #b72f2a;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);

}

.page-link:hover,
.page-link:focus {
  box-shadow: none;
  outline: none;
  background: rgb(183, 47, 42, .5);
  color: #E2D9DA;
  /* text-decoration: underline; */
  /* transform: scale(1.2); */
}

@media (max-width: 768px) {
  .hero-img .img-slider {
    height: 220px;
  }
}

/* ==== //products ===== */
/* ==== product details ===== */
.slider-hd h1 {
  color: #E2D9DA;
  font-family: 'Nord light';
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 52px;

}

.product-details {
  padding: 100px 0 0;
}

.pro-det-name {
  font-size: 40px;
  line-height: 52px;
  font-family: 'Nord bold';
  margin-bottom: 30px;
  border-bottom: 2px solid #B72F2A;
}

.pro-details h4 {
  font-size: 16px;
  line-height: 28px;
  font-family: 'AtypDisplay bold';
}

.det-info ul {
  padding-left: 1rem;
  font-size: 16px;
  line-height: 28px;
  font-family: 'AtypDisplay light';
}

.det-img img {
  width: 100px;
}

.border-bottom {
  border-bottom: 2px solid #B72F2A !important;
}

.color p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'AtypDisplay light';
  margin-bottom: 5px;
}

.color .circle-color {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
}

#sync3 .item img {
  clip-path: polygon(10% 0%, calc(100% - 10%) 0%, 100% 12%, 100% calc(100% - 12%), calc(100% - 10%) 100%, 10% 100%, 0% calc(100% - 12%), 0% 12%);
}

#sync4.owl-carousel .owl-stage {
  margin: auto;
}

.lg-backdrop {
  background-color: rgb(0 0 0 / 80%);
}

.lg-outer .lg-thumb-item {

  border: 4px solid #E2D9DA;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #B72F2A;
}

/* ==== //products details ===== */