


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    /* scrollbar-color: #8f54a0 #ffffff; */
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 3px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
    
  }

  *::-webkit-scrollbar-thumb {
    background-color: #AB5E27;
    /* border-radius: 10px; */
    /* border: 3px solid #ffffff; */
  }






html {
  scroll-behavior: smooth;
}
body {
  padding: 0 !important;
  margin: 0 !important;
}
nav .container-fluid {
  width: 90%;
}
.banner-2 .container-fluid {
  width: 90%;
}
p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.web-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 199;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.61);
  padding: 20px 0 !important;
}
@media (max-width: 992px) {
  .web-navbar {
    /* background-color: white; */
    opacity: 1;
  }
}
.web-navbar.fixed-top {
  background-color: #04152cad;
  top: 0;
  padding: 10px 0;
}
.web-navbar.fixed-top .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.web-navbar.fixed-top .navbar-brand img {
  max-height: 100px;
}
.web-navbar .nav-item .nav-link {
  color: #031a3b;
  font-size: 13px;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  /* font-weight: 500; */
  font-style: normal;
}
.web-navbar .get-in-touch {
  min-width: 122px;
  height: 42px;
  font-size: 15px;
  font-family: "Titillium Web";
  color: #fff;
  background-color: #AB5E27;
  border-radius: 21px;
  border: none;
  margin-top: -3px;
  outline: none;
  transition: .5s ease all;
}
.web-navbar .get-in-touch:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}

.web-navbar .navbar-nav .nav-link.active {
  color: white;
}
.web-navbar .nav-item .dropdown-item {
  font-size: 14px;
  text-transform: capitalize;
}
.navbar-toggler {
  color: #ffffff;
  padding: 2px !important;
  border-color: #fff;
}
.navbar-toggler-icon {
  color: #031a3b;
  font-size: 25px;
}
.egc-mega-menu ul {
  padding-left: 0;
}
.egc-mega-menu ul li {
  list-style: none;
}
.egc-mega-menu ul li a {
  color: #000;
  padding: 7px 25px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
.egc-mega-menu ul li a:hover {
  background-color: #8da037;
  color: #fff;
}
.egc-mega-menu .dropdown-menu.mega-menu {
  top: 100%;
}
.dropdown-menu.mega-menu.services-menu {
  max-width: 340px;
  margin: auto;
  top: 99%;
}
li.nav-item {
  padding-left: 4px;
  padding-right: 4px;
}
li.nav-item .nav-link {
  position: relative;
  transition: all 2s;
}
/* li.nav-item .nav-link::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: auto;
  margin: auto;
  width: 0%;
  content: " ";
  opacity: 0;
  background: #04a9ff;
  height: 3px;
} */
li.nav-item .nav-link.show::before,
li.nav-item .nav-link.active::before {
  width: 100%;
  opacity: 1;
  right: 0;
}
li.nav-item .nav-link:hover::before {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 3px;
  }
  50% {
    width: 100%;
    height: 3px;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .container {
    flex-direction: column;
  }
  .web-navbar .nav-item .nav-link {
    color: #000000;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 200;
  }
}
.banner-2 {
  margin-top: -115px;
}


@media(max-width:992px){
  .banner-2 {
    margin-top: 0;
  }
}

.banner-2 .jumbotron {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* text-align: center; */
  overflow: hidden;
  padding-top: 15%;
  margin-bottom: 0;
}
.banner-2 .jumbotron video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.banner-2 .jumbotron .container-fluid {
  /* position: relative; */
  z-index: 1;
}
.banner-2 .jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.banner-2 .main-head {
  font-size: 60px;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 20% !important;
}
.banner-2 .body-text {
  margin: 0 auto;
  /* This centers the element horizontally */
  color: white;
  font-size: 15px;
  line-height: 13px;
  font-family: "Titillium Web";
  font-weight: 200;
}
@media(max-width: 992px) {
  .banner-2 .jumbotron {
    position: relative;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
    
  }
  .banner-2 .main-head {
    font-size: 40px;
    color: white;
    line-height: 45px;
  }
  .banner-2 .text-field {
    position: absolute;
    /* margin-top: -499px; */
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  .banner-2 .body-text {
    margin-top: 30px !important;
    width: 80%;
    /* Example */
    margin: 0 auto;
    /* This centers the element horizontally */
    color: white;
    line-height: 25px;
  }
}
.banner-2 .get-in-touch {
  min-width: 122px;
  height: 42px;
  font-size: 15px;
  font-family: "Titillium Web";
  color: #fff;
  background-color: #AB5E27;
  border-radius: 21px;
  border: none;
  margin-top: 20px;
  outline: none;
  transition: .5s ease all;
}

.banner-2 .get-in-touch:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.traingle-section {
  margin-top: -37px;
  background: linear-gradient(to right, #141414, #462610);
  height: 150px;
  display: flex;
  justify-content: center;
  /* Horizontally centers the content */
  align-items: center;
  /* Vertically centers the content */
}
.traingle-section .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.traingle-section .image-container img {
  width: 80px;
  height: 80px;
  transform-origin: center center;
  /* Rotate around the center of the image */
  transition: transform 0.3s ease;
  /* Add smooth transition to rotation */
}
.about-section {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 80vh;
  /* Change height to viewport height */
  background-color: #AB5E27;
  /* Background color of the section */
  overflow: hidden;
  /* Hide overflowing content */
}
.about-section .triangle {
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  /* Adjust size of triangle relative to viewport width */
  height: 100%;
  overflow: hidden;
  /* Hide overflowing content */
}
.about-section .text-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: white;
  text-align: center;
}
.about-section .text-container .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 70px;
}
.about-section .image-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the image both horizontally and vertically */
  max-width: 100%;
  /* Ensure the image does not exceed the container's width */
  max-height: 100%;
  /* Ensure the image does not exceed the container's height */
}
.about-section .container-fluid {
  width: 90%;
  margin-top: 24%;
}
.about-section .container-fluid p {
  font-family: "Titillium Web";
  color: #fff;
  font-size: 20px;
}
/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .about-section .triangle {
    height: 40vh;
    /* Adjust size of triangle for smaller screens */
  }
}
.about-2 {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #AB5E27;
  overflow: hidden;
  padding-bottom: 110px;
}
.about-2 .image-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}



@media(max-width:992px){
  .about-2 .image-container {
    display: none;
  }
}

.about-2 .container-fluid {
  width: 90%;
}
.about-2 .container-fluid .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  z-index: 1;
  position: relative;
  margin-top: 200px;
}

@media(max-width:992px){
  .about-2 .container-fluid .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 60px;
    z-index: 1;
    position: relative;
    margin-top: 40px;
  }
}


.about-2 .container-fluid .main-section {
  margin-top: 112px;
}


.about-2 .container-fluid .main-section .left-body{
  text-align: start;
}

.about-2 .container-fluid .main-section .right-body{
  text-align: end;
}


@media(max-width:992px){
  .about-2 .container-fluid .main-section {
    margin-top: 12px;
  }

  .about-2 .container-fluid .main-section .right-body{
    text-align: start;
  }
  
}


.about-2 .container-fluid .main-section p {
  color: white;
  width: 90%;
  font-size: 15px;
  font-family: "Titillium Web";
}
.clients-section {
  /* background-color: #141414; */
  background: linear-gradient(to right, #141414, #2a1b11);
  padding-top: 140px;
  padding-bottom: 110px;
}


.clients-section .main-padding{
  padding-left: 8%;
  padding-right: 8%;
}


.clients-section .top-margin{
  margin-top: -15px;
}

@media(max-width:992px){
  .clients-section {
    /* background-color: #141414; */
    background: linear-gradient(to right, #141414, #2a1b11);
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .clients-section .main-padding{
    padding-left: 0%;
    padding-right: 0%;
  }
  .clients-section .top-margin{
    margin-top: 18px;
  }



}

@media(max-width:1200px) and (min-width:992px){
  .clients-section .top-margin{
    margin-top: 18px;
  }
}


.clients-section .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
}
.clients-section .container-fluid {
  width: 90%;
}
.clients-section .container-fluid .main-body-text {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  /* padding-bottom: 70px; */
}


@media(max-width:992px){
  .clients-section .container-fluid {
    width:100%;
  }

  .clients-section .container-fluid .main-body-text {
    padding-left: 0%;
    padding-right: 0%;
    text-align: start;
    color: white;
    font-size: 15px;
    font-family: "Titillium Web";
    /* padding-bottom: 70px; */
  }
}


.clients-section .container-fluid .image-container {
  position: relative;
}
.clients-section .container-fluid .background-image {
  display: block;
  width: 100%;
  height: auto;
}
.clients-section .container-fluid .centered-image {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30%;
  height: auto;
}


.clients-section .container-fluid .margin {
  margin-top: 48px;
}


@media(max-width:1711px) and (min-width:1411px){
  .clients-section .container-fluid .margin {
    margin-top: 28px;
  }
}

@media(max-width:1410px) and (min-width:1201px){
  .clients-section .container-fluid .margin {
    margin-top: 17px;
  }
}

@media(max-width:992px){
  .clients-section .container-fluid .margin {
    margin-top: 39px;
  }
}



/* .row .col-6:nth-of-type(n + 7) {
  background-color: yellow; 
} */
/* 
.row:nth-of-type(even) .col-6 {
  background-color: yellow;
}
.row:nth-of-type(odd) .col-6 {
  background-color: lightblue; 
} */
.project-categories {
  background-color: #141414;
  padding-top: 100px;
  /* padding-bottom: 140px; */
  overflow: hidden;
}
.project-categories .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 100px;
}
.project-categories hr.custom-hr {
  color: white;
  background-color: rgba(255, 255, 255, 0.336);
  border: none;
  height: 1px;
  padding: 0;
  margin: 0;
}
.project-categories .container-fluid .first-card {
  border-style: solid !important;
  border-width: 0px 1px 0px 0px !important;
  border-color: rgba(255, 255, 255, 0.336) !important;
  display: flex;
  justify-content: center;
}
.project-categories hr.custom-hr2 {
  color: white;
  background-color: rgba(255, 255, 255, 0.336);
  border: none;
  height: 1px;
  padding: 0;
  margin: 0;
}
.project-categories .container-fluid .text-card {
  padding-left: 5%;
  /* padding-right: 5%;  */
  width: 90%;
  text-align: right;
  min-height: 150px;
}
.project-categories .container-fluid .text-card .text-main-head {
  font-size: 35px;
  color: #ffffff;
  font-family: "Titillium Web";
  transition: 0.5s ease;
  cursor: pointer;
}
.project-categories .container-fluid .text-card .text-main-head:hover {
  font-size: 40px;
  color: #29A74A;
  font-family: "Titillium Web";
  transition: 0.5s ease;
}
.project-categories .container-fluid .text-card .text-main-body {
  font-size: 15px;
  color: #ffffff;
  font-family: "Titillium Web";
}
.project-categories .container-fluid hr.custom-hr {
  color: white;
  background-color: rgba(255, 255, 255, 0.336);
  border: none;
  height: 1px;
  padding: 0;
  margin: 0;
}
.project-categories .main-card {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-categories .swiper {
  width: 90vw;
  max-width: 400px;
  height: 55vh;
  max-height: 80%;
}

@media(max-width:992px){
  .project-categories .swiper {
    width: 90vw;
    max-width: 400px;
    height: 85vh;
    max-height: 80%;
  }
}
.project-categories .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid white;
  border-radius: 20px;
}
.gift-section {
  background: linear-gradient(to top, #1a0e05, #141414);
  height: 700px;
  /* height:50% ; */
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media(max-width:992px) {
  .gift-section {
    background: linear-gradient(to top, #1a0e05, #141414);
    height: auto;
    /* height:50% ; */
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
  }
}
.gift-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -364px !important;
  top: 0;
  transform: translateX(-50%);
  border-left: 730px solid transparent;
  border-right: 0px solid transparent;
  border-top: 800px solid #141414;
  z-index: 1;
}
@media(max-width:992px) {
  .gift-section {
    background: linear-gradient(to top, #2e190a, #141414);
    height: auto;
    /* height:50% ; */
    position: relative;
  }
  .gift-section::after {
    display: none;
  }
}
.gift-section .container-fluid {
  width: 90%;
}
.gift-section .container-fluid .row {
  /* margin-top: 13%; */
  color: #fff;
  /* z-index: 180; */
}
.gift-section .container-fluid .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  margin-top: 200px;
}

@media(max-width:992px){
  .gift-section .container-fluid .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:40px;
    line-height: 40px;
    margin-top: 50px;
  }
  
}

.gift-section .container-fluid .main-body {
  font-family: "Titillium Web";
  font-size: 15px;
  /* line-height: 100px; */
  margin-top: 20px;
}
.gift-section .container-fluid .get-you-btn {
  font-family: "Titillium Web";
  width: 122px;
  height: 42px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 30px;
  font-size: 15px;
  transition: .5s ease all;
}
.gift-section .container-fluid .get-you-btn:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.gift-section .container-fluid .main-image {
  margin-top: 50px;
  overflow: hidden;
  height: 500px;
}
@media(max-width:992px) {
  .gift-section .container-fluid .sub-image {
    display: none;
  }
  .gift-section .container-fluid .main-image {
    margin-top: 40px;
    width: auto;
    height: 100%;
    padding-bottom: 100px;
  }
}
.client-say {
  background: linear-gradient(to right, #141414, #351d0c);
  padding-top: 130px;
  /* height: 500px; */
}
.client-say .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
}
.client-say .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.client-say .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 550px;
  border: 6px solid white;
  background-color: #000000dc;
  /* Background color behind the image */
  border-radius: 40px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
.client-say .swiper-slide .centered-image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 30px;
}
.client-say .swiper-slide .name {
  margin: 0 auto;
  font-size: 30px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-family: "Titillium Web";
}
.client-say .swiper-slide .body-text {
  font-family: "Titillium Web";
  font-size: 15px;
  color: white;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
/* Optional: Different cursor for swiper-slide elements */
.client-say .swiper-slide {
  cursor: url('images/Group\ 9.png'), auto;
  z-index: 10;
}
footer {
  background: linear-gradient(to top, #141414, #1a0e05);
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
footer .container-fluid {
  width: 90%;
}
footer .container-fluid .footer-icon {
  width: 240px;
  height: auto;
}
footer .container-fluid .lets-talk {
  font-family: "Titillium Web";
  width: 122px;
  height: 42px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 30px;
  font-size: 15px;
  transition: .5s ease all;
}
footer .container-fluid .lets-talk:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
footer .container-fluid .head {
  font-family: "Titillium Web";
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
footer .footer-img-container {
  position: absolute;
  right: 0;
  bottom: 120px;
  /* Adjust as needed */
}
footer .footer-img-container img {
  max-width: 100%;
  /* Ensure the image doesn't overflow */
}
footer .rounded {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: .4s ease;
  cursor: pointer;
}
footer .rounded:hover {
  transition: .4s ease;
  background-color: #224E9C;
  color: white;
}
footer .pro {
  margin-left: 10px;
}
footer .made-by {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  margin-top: 10px;
}
footer .right-reserved {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: end;
  justify-content: end;
  color: white;
  font-size: 15px;
  margin-top: 10px;
  text-transform: capitalize;
}

@media(max-width:992px){
  footer .right-reserved {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    align-items: end;
    justify-content: end;
    color: white;
    font-size: 14px;
    margin-top: 10px;
    text-transform: capitalize;
  }
}

.about-section-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background: rgb(27, 14, 3);
  background: linear-gradient(90deg, rgba(27, 14, 3, 1) 0%, rgba(66, 33, 14, 1) 32%, rgba(27, 14, 3, 1) 97%);
}
.about-section-page .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 100px;
}
.about-section-page .container-fluid {
  width: 80%;
  padding-bottom: 200px;
}


@media(max-width:992px){
  .about-section-page .container-fluid {
    width: 80%;
    padding-bottom: 0px;
  }
}



.about-section-page .container-fluid .main-card {
  z-index: 2;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-section-page .container-fluid .side-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
}
.about-section-page .container-fluid .left-card {
  transform: translateX(-10%);
  background-color: #AB5E27;
  margin-top: 100px;
}
.about-section-page .container-fluid .right-card {
  transform: translateX(10%);
  background-color: #AB5E27;
  margin-top: 170px;
}
.about-section-page .container-fluid .loaded .left-card {
  transform: translateX(-120%);
  transform: translate(-106%);
  opacity: 1;
  
}
.about-section-page .container-fluid .loaded .right-card {
  transform: translateX(101%);
  opacity: 1;
  
}
.about-section-page .container-fluid .card-body {
  color: white;
  /* padding: 50px; */
  font-family: "Titillium Web";
}


@media (max-width: 768px) {
  .about-section-page .container-fluid .left-card,
  .about-section-page .container-fluid .right-card {
      transform: translateX(0) !important;
      position: relative;
      margin-top: 20px;
      opacity: 1;
      height: 500px;
      margin-top: 50px;
  }

  .about-section-page .container-fluid .loaded .left-card,
  .about-section-page .container-fluid .loaded .right-card {
      transform: translateX(0) !important;
  }

  .about-section-page .container-fluid .main-card {
      height: 300px;
  }

  
}



.why-bronzee {
  /* height: 500px; */
  padding-top: 70px;
  padding-bottom: 100px;
  background: linear-gradient(to right, #141414, #351d0c);
}
.why-bronzee .container-fluid {
  width: 90% !important;
}
.why-bronzee .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  /* text-align: center; */
  color: #fff;
  font-size: 60px;
  padding-bottom: 40px;
}




.why-bronzee .body-text {
  color: white;
  font-family: "Titillium Web";
  font-size: 15px;
  /* text-indent: 90px; */
  margin: 0px 50px;
}


@media(max-width:992px){
  .why-bronzee .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* text-align: center; */
    color: #fff;
    font-size: 46px;
    padding-bottom: 40px;
  }
  .why-bronzee .body-text {
    color: white;
    font-family: "Titillium Web";
    font-size: 15px;
    /* text-indent: 90px; */
    margin: 50px 0px;
  }
}

.about-sec {
  background-color: #000;
  /* height: 750px; */
  padding-top: 30px;
  padding-bottom: 65px;
  /* position: relative; */
  overflow: hidden;
}


.about-sec .container-fluid{
  width: 100%;
}






.about-sec .about-sec-tra {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-sec .about-sec-tra .triangle-container {
  width: 820px; 
  height: 500px; 
  position: relative;
  display: flex;
  margin-top: 40px;
}

.about-sec .about-sec-tra .margin{
  margin-left: -260px;
}

@media(max-width:992px){
  .about-sec .about-sec-tra .triangle-container {
    width: 100% !important; 
    height: 500px; 
    position: relative;
    display: flex;
  }
  .about-sec .about-sec-tra .margin{
    margin-left: 0px;
  }

  .about-sec .container-fluid{
    width: 100%;
  }
}



@media(max-width:992px){

  .about-sec .about-sec-tra {
    display: block;
    justify-content: center;
    align-items: center;
  }

  .about-sec .about-sec-tra .triangle-container {
    width: 700px; 
    height: 400px; 
    position: relative;
    display: block;
  }
}



.about-sec .about-sec-tra .triangle {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: 1s ease all;
  background-image: url('images/Rectangle\ 3865.png');
  transition: background-color 0.5s ease-in-out;
  z-index: 1;
}


.about-sec .about-sec-tra .triangle::after {
 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.137);
  z-index: 0;
}

.about-sec .about-sec-tra .triangle:hover {
  background-color: #AB5E27 !important;
  background-image: none; /* Remove background image on hover */
  
  
}






.about-sec .about-sec-tra .triangle2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: 1s ease all;
  
  background-image: url('images/Rectangle\ 3863\ \(1\).png');
  transition: background-color 0.5s ease-in-out;
  z-index: 1;
}


.about-sec .about-sec-tra .triangle2::after {
 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.137);
  z-index: 0;
}

.about-sec .about-sec-tra .triangle2:hover {
  background-color: #AB5E27 !important;
  background-image: none; /* Remove background image on hover */
  
  
}






.about-sec .about-sec-tra .triangle-text {
  color: white;
  font-size: 50px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  z-index: 3;
}



@media(max-width:992px){
  .about-sec .about-sec-tra .triangle-text {
    color: white;
    font-size: 33px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    z-index: 3;
  }
  
}

.about-sec .about-sec-tra .hover-text {
  display: none;
  color: white;
  font-size: 15px;
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 50%;
  text-align: center;
  z-index: 3;

}


.about-sec .about-sec-tra .fi-top{
  margin-top: -260px;
}

.about-sec .about-sec-tra .se-top{
  margin-top: 260px;
}


@media(max-width:992px){
  .about-sec .about-sec-tra .fi-top{
    margin-top: -140px;
  }

  .about-sec .about-sec-tra .se-top{
    margin-top: 200px;
  }
  .about-sec .about-sec-tra .hover-text {
    display: none;
    color: white;
    font-size: 13px;
    position: absolute;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 50%;
    text-align: center;
    z-index: 3;
  
  }

}
.about-sec .about-sec-tra .triangle:hover .hover-text {
  display: block;
}

.about-sec .about-sec-tra .triangle:hover .triangle-text {
  display: none;
}

.about-sec .about-sec-tra .triangle2:hover .hover-text {
  display: block;
}

.about-sec .about-sec-tra .triangle2:hover .triangle-text {
  display: none;
}

/* Rotate the second triangle container */
.about-sec .about-sec-tra .rotated .triangle {
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}















.store-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  /* height: 700px; */
  background: linear-gradient(90deg, rgba(27, 14, 3, 1) 0%, rgba(66, 33, 14, 1) 32%, rgba(27, 14, 3, 1) 97%);
}
.store-sec .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 30px;
}



.store-sec .container-fluid {
  width: 90%;
}
.store-sec .container-fluid .main-body-text {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  padding-bottom: 70px;
}



@media(max-width:992px){
  .store-sec {
    padding-top: 20px;
    padding-bottom: 120px;
    /* height: 700px; */
    background: linear-gradient(90deg, rgba(27, 14, 3, 1) 0%, rgba(66, 33, 14, 1) 32%, rgba(27, 14, 3, 1) 97%);
  }

  .store-sec .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 40px;
    /* padding-bottom: 30px; */
  }
  .store-sec .container-fluid .main-body-text {
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
    color: white;
    font-size: 15px;
    font-family: "Titillium Web";
    padding-bottom: 70px;
  }
  .store-sec .cate{
    width: 100%;
    padding: 0;
  }

}


.store-sec .container-fluid .Categories {
  background-color: #AB5E27;
  padding: 7px 30px;
  border-radius: 20px;
  margin-right: 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: .5s ease;
  margin-top: 10px;
}
.store-sec .container-fluid .Categories:hover {
  background-color: #000000b2;
  transition: .5s ease;
}
.store-sec .container-fluid .card {
  position: relative;
  height: 390px;
  background-color: rgba(0, 0, 0, 0.726);
  padding: 20px;
  overflow: hidden;
  /* opacity: .8; */
  margin-top: 40px;
  transition: .5s ease;
}
.store-sec .container-fluid .card:hover {
  background-color: white !important;
  transition: .5s ease;
  opacity: 1 !important;
}
.store-sec .container-fluid .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.274); */
  z-index: 1;
}
.store-sec .container-fluid .card .name,
.store-sec .container-fluid .card .cate,
.store-sec .container-fluid .card .d-flex {
  position: relative;
  z-index: 2;
}
.store-sec .container-fluid .card .name {
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  transition: .5s ease;
  text-transform: capitalize;
}
.store-sec .container-fluid .card:hover .name {
  color: black;
  transition: .5s ease;
  text-transform: capitalize;
}
.store-sec .container-fluid .card .cate {
  color: #AB5E27;
  font-size: 15px;
  font-family: "Titillium Web";
  margin-left: 4px;
  text-transform: capitalize;
}
.store-sec .container-fluid .card .image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.store-sec .container-fluid .card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 2;
  transition: transform .5s ease;
}
.store-sec .container-fluid .card i {
  transition: opacity .5s ease;
}
.store-sec .container-fluid .card:hover i {
  opacity: 1;
  color: #AB5E27 !important;
}
.store-sec .container-fluid .card:hover img {
  transform: translateY(-30px);
}
/* Styling for the hover button */
.store-sec .container-fluid .card .hover-button {
  position: absolute;
  bottom: 10px;
  padding: 2px 20px;
  background-color: #AB5E27;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 3;
  font-size: 20px;
  font-family: "Titillium Web";
  border: none;
  outline: none;
}
.store-sec .container-fluid .card:hover .hover-button {
  opacity: 1;
}
.store-inner-sec {
  padding-top: 120px;
  padding-bottom: 85px;
  background: rgb(27, 14, 3);
  background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
  /* height: 700px; */
  /* background: linear-gradient(90deg, rgba(27, 14, 3, 1) 0%, rgba(66, 33, 14, 1) 32%, rgba(27, 14, 3, 1) 97%); */
}
.store-inner-sec .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 100px;
}

@media(max-width:992px){
  .store-inner-sec {
    padding-top: 30px;
    padding-bottom: 85px;
    background: rgb(27, 14, 3);
    background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
    /* height: 700px; */
    /* background: linear-gradient(90deg, rgba(27, 14, 3, 1) 0%, rgba(66, 33, 14, 1) 32%, rgba(27, 14, 3, 1) 97%); */
  }
  .store-inner-sec .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size:40px;
    padding-bottom: 30px;
  }
}
.store-inner-sec .container-fluid {
  width: 90%;
}
.store-inner-sec .back-arrow {
  color: white;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 10px;
  margin-top: 5px
}
.store-inner-sec .custom-card {
  height: 400px;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  /* width: 80%; */
}
.store-inner-sec .custom-card .pro-id {
  color: #000;
  font-size: 30px;
  font-family: "Titillium Web";
}
.store-inner-sec .custom-card .image-container {
  text-align: center;
}
.store-inner-sec .custom-card .image-container img {
  max-width: 100%;
}
.store-inner-sec .sub-images {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  align-items: center;
}
.store-inner-sec .sub-images .image-container {
  width: 110px;
  height: 110px;
  background-color: white;
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* margin-left: 10px; */
  margin-top: 10px;
}
.store-inner-sec .dec-sec {}


@media(max-width:992px){
  .store-inner-sec .dec-sec {
    margin-top: 20px;
  }
}
.store-inner-sec .dec-sec .head {
  font-size: 30px;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.store-inner-sec .dec-sec .instock {
  display: flex;
  /* Use flexbox */
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  width: 107px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.699);
  color: #29A74A;
  text-align: center;
  /* Centers text horizontally */
  margin-left: auto;
  /* Moves the div to the right */
  font-size: 15px;
  font-family: "Titillium Web";
  border-radius: 25px;
}
.store-inner-sec .dec-sec p {
  font-size: 15px;
  font-family: "Titillium Web";
  /* text-indent: 100px; */
  color: white;
  margin-top: 20px;
}
.store-inner-sec .dec-sec .pro-id {
  font-size: 15px;
  color: white;
  font-family: "Titillium Web";
}
.store-inner-sec .dec-sec .rating {
  margin-left: auto;
}
.store-inner-sec .dec-sec .rating .fa-star {
  color: yellow;
}
.store-inner-sec .dec-sec .Enquiry {
  font-family: "Titillium Web";
  color: white;
  font-size: 20px;
  margin-top: 10px;
}
.store-inner-sec .dec-sec form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #787878;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  height: 50px;
  font-family: "Titillium Web";
  /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}
.store-inner-sec .dec-sec form .form-control::placeholder {
  color: #787878;
  font-family: "Titillium Web";
  font-size: 15px;
}
.store-inner-sec .dec-sec form .custom-textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #787878;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  /* height: 50px; */
  font-family: "Titillium Web";
}
.store-inner-sec .dec-sec form .custom-textarea::placeholder {
  color: #787878;
  font-family: "Titillium Web";
  font-size: 15px;
}
.store-inner-sec .dec-sec form button {
  width: 134px;
  height: 42px;
  background-color: #AB5E27;
  border: none;
  color: white;
  border-radius: 20px;
  font-family: "Titillium Web";
  outline: none;
  transition: .5s ease all;
}

.store-inner-sec .dec-sec form button:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.review-sec {
  background: linear-gradient(to top, #141414, #1a0e05);
  /* background: linear-gradient(to top, #141414, #1f1106); */
  /* height: 200px; */
  padding-top: 30px;
  padding-bottom: 50px;
}
.review-sec .container-fluid {
  width: 90%;
}
.review-sec .container-fluid .pro-rev {
  color: white;
  font-size: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media(max-width:992px){
  .review-sec .container-fluid .pro-rev {
    color: white;
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
.review-sec .container-fluid .add-reviw {
  width: 134px;
  height: 42px;
  background-color: #AB5E27;
  border: none;
  color: white;
  border-radius: 20px;
  font-family: "Titillium Web";
  outline: none;
  font-size: 15px;
  transition: .5s ease all;
}
.review-sec .container-fluid .add-reviw:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.review-sec .container-fluid .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  vertical-align: middle;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots li.slick-active button {
  background-color: #AB5E27;
  height: 13px;
  width: 13px;
}
.review-sec .container-fluid .review-cards .card {
  min-height: 400px;
  border: 1px solid #787878;
  background-color: transparent;
  position: relative;
  margin-left: 10px;
  padding: 15px;
}
.review-sec .container-fluid .review-cards .card .main-head {
  color: white;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.review-sec .container-fluid .review-cards .card .main-name {
  color: white;
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.review-sec .container-fluid .review-cards .card .name {
  color: white;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.review-sec .container-fluid .review-cards .card .fa-star {
  color: yellow;
}
.review-sec .container-fluid .review-cards .card .body-text {
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  /* text-indent: 20px; */
  margin-top: 20px;
}
.review-sec .container-fluid .review-cards .card .sub-images {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  align-items: center;
}
.review-sec .container-fluid .review-cards .card .sub-images .image-container {
  width: 70px;
  height: 70px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
/* blog page */
.blog-page {
  padding-top: 120px;
  padding-bottom: 120px;
  /* height: 700px; */
  /* margin-top: 100px; */
  background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
  min-height: 500px;
}
.blog-page .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 30px;
}
.blog-page .container-fluid {
  width: 90%;
}
.blog-page .container-fluid .main-body-text {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  padding-bottom: 70px;
}

@media(max-width:992px){
  .blog-page {
    padding-top: 20px;
    padding-bottom: 120px;
    /* height: 700px; */
    /* margin-top: 100px; */
    background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
    min-height: 500px;
  }
  .blog-page .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding-bottom: 30px;
  }

  .blog-page .container-fluid .main-body-text {
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
    color: white;
    font-size: 15px;
    font-family: "Titillium Web";
    padding-bottom: 70px;
  }
  .blog-page .container-fluid {
    width: 90%;
   
  }

}
/* 
.blog-page .container-fluid .main-card-sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px 17px;
  margin-top: 200px;
  margin-bottom: 200px;
}
.blog-page .container-fluid .main-card-sec .card {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 350px;
  max-width: 100%;
  height: 300px;
  background: #000000;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
.blog-page .container-fluid .main-card-sec .card:hover {
  height: 400px;
}
.blog-page .container-fluid .main-card-sec .card .img-box {
  position: absolute;
  top: 20px;
  width: 300px;
  height: 220px;
  background: #333;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
}
.blog-page .container-fluid .main-card-sec .card:hover .img-box {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
.blog-page .container-fluid .main-card-sec .card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.blog-page .container-fluid .main-card-sec .card .content {
  position: absolute;
  top: 252px;
  width: 100%;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}
.blog-page .container-fluid .main-card-sec .card:hover .content {
  top: 130px;
  height: 250px;
}
.blog-page .container-fluid .main-card-sec .card .content h2 {
  font-size: 30px;
  color: white;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .main-card-sec .card .content p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .main-card-sec .card .content a {
  position: relative;
  top: 15px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  background: #AB5E27;
  color: white;
  font-weight: 500;
  border-radius: 20px;
  font-size: 20px;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .main-card-sec .card .content a:hover {
  opacity: 0.8;
}
@media (max-width: 480px) {
  .blog-page .container-fluid .main-card-sec .card {
    width: 230px;
    border-radius: 15px;
  }
  .blog-page .container-fluid .main-card-sec .card .img-box {
    width: 185px;
    border-radius: 10px;
  }
  .blog-page .container-fluid .main-card-sec .card .content p {
    font-size: 0.8rem;
  }
  .blog-page .container-fluid .main-card-sec .card .content a {
    font-size: 0.9rem;
  }
}
 */
.blog-page .container-fluid .card-section2 {
  width: 100%;
}
.blog-page .container-fluid .card-section2 .card-body {
  background-color: #000;
  overflow: hidden;
  z-index: 10;
  position: relative;
  /* transform: skewY(-19deg); */
  margin-top: -17px;
}
.blog-page .container-fluid .card-section2 .card-body h5 {
  color: white;
  text-align: right;
  font-size: 20px;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .card-section2 .card-body p {
  color: white;
  text-align: right;
  font-size: 15px;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .card-section2 .card-body .read-more-btn {
  width: 133px;
  height: 41px;
  background-color: #AB5E27;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-family: "Titillium Web";
  border-radius: 20px;
  position: relative;
  outline: none;
  transition: .5s ease all;
}

.blog-page .container-fluid .card-section2 .card-body .read-more-btn:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.blog-page .container-fluid .card-section2 .ser-img-container {
  position: relative;
}
.blog-page .container-fluid .card-section2 .card {
  width: 90%;
  overflow: hidden;
  margin-top: 20px;
  /* height: 400px; */
  min-height: 510px !important;
  border: none;
}



.blog-page .container-fluid .card-section2 .ser-img-container::after {
  content: '';
  top: 142px;
  height: 71%;
  width: 132%;
  position: absolute;
  right: -204px;
  background: #000000;
  border-top-color: #000000;
  display: inline-block;
  transform: skewX(108deg);
  z-index: 1;
}
.blog-page .container-fluid .card-section2 .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  height: 300px;
  object-fit: cover;
}
.blog-page .container-fluid .prev-card {
  /* padding-left: 20px; */
  margin-top: 21px;
}
.blog-page .container-fluid .prev-card .head {
  color: white;
  font-family: "Titillium Web";
  font-size: 18px;
  margin-top: 15px;
}
.blog-page .container-fluid .prev-card .news {
  color: white;
  font-family: "Titillium Web";
  font-size: 15px;
  margin-top: 15px;
  padding-left: 15px;
}
.btn-outline-secondary {
  background-color: transparent;
  border-left: none;
}
.blog-page .container-fluid .prev-card .form-control {
  display: block;
  height: 60px !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ffffff98;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: "Titillium Web";
  outline: none !important;
  box-shadow: none;
}
.blog-page .container-fluid .prev-card .form-control::placeholder {
  color: #ACACAC;
  font-size: 15px;
  font-family: "Titillium Web";
}
.blog-page .container-fluid .prev-card .input-group .fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #d3d3d3;
}
/* end blog */
.contact-page {
  padding-top: 120px;
  padding-bottom: 120px;
  /* height: 700px; */
  background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
}


.contact-page .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 100px;
}

@media(max-width:992px){
  .contact-page {
    padding-top: 30px;
    padding-bottom: 30px;
    /* height: 700px; */
    background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
  }
  .contact-page .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding-bottom: 40px;
  }

}

.contact-page .container-fluid {
  width: 90%;
}
.contact-page .container-fluid .main-section {
  padding: 15px;
  padding-left: 30px;
  position: relative;
}
.contact-page .container-fluid .main-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.418);
  z-index: 1;
}
.contact-page .container-fluid .main-background {
  background-size: cover;
  background-position: center;
  height: 700px;
  background-repeat: no-repeat;
}
.contact-page .container-fluid .main-background .contact-container {
  z-index: 2;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 30px;
  padding-top: 30px;
}
.contact-page .container-fluid .main-background .contact-head {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin-top: 35px;
}
.contact-page .container-fluid .main-background .say-something {
  color: white;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
.contact-page .container-fluid .main-background .fa-phone-volume {
  color: white;
  font-size: 15px;
}
.contact-page .container-fluid .main-background .number {
  color: white;
  font-size: 15px;
  margin-left: 60px;
  margin-top: -7px;
  font-family: "Titillium Web";
  width: 60%;
}
.contact-page .container-fluid .main-background .fa-envelope {
  color: white;
  font-size: 15px;
}
.contact-page .container-fluid .main-background .fa-location-dot {
  color: white;
  font-size: 15px;
}
.contact-page .container-fluid .form-section {
  position: relative;
  z-index: 3;
  margin-top: 50px;
  font-family: "Titillium Web";
  padding: 30px;
}

@media(max-width:992px){
  .contact-page .container-fluid .form-section {
    position: relative;
    z-index: 3;
    margin-top: 50px;
    font-family: "Titillium Web";
    padding: 0px;
  }
}

.contact-page .container-fluid .form-section label {
  color: white;
  font-size: 15px;
}
.contact-page .container-fluid .form-section .form-control {
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid white !important;
  transition: border-color .15s ease-in-out, .15s ease-in-out;
  outline: none;
  inline-size: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
}
.contact-page .container-fluid .form-section .form-control:focus {
  outline: none;
  border: none;
}
.contact-page .container-fluid .form-section .form-control::placeholder {
  color: #ACACAC !important;
  opacity: 1;
  font-size: 15px;
}
.contact-page .container-fluid .form-section textarea {
  width: 100%;
  min-height: 200px !important;
}
.contact-page .container-fluid .send-btn {
  margin-left: auto;
  background-color: #AB5E27;
  border: none;
  border-radius: 20px;
  color: white;
  font-family: "Titillium Web";
  font-size: 15px;
  height: 42px;
  min-width: 134px;
  transition: .5s ease all;
  outline: none;
}
.contact-page .container-fluid .send-btn:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}
.gallery-page {
  padding-top: 120px;
  padding-bottom: 85px;
  background: rgb(27, 14, 3);
  background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
}



.gallery-page .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 60px;
  padding-bottom: 30px;
}
.gallery-page .container-fluid {
  width: 90%;
}
.gallery-page .container-fluid .main-body-text {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  padding-bottom: 70px;
}

@media(max-width:992px){
  .gallery-page {
    padding-top: 30px;
    padding-bottom: 85px;
    background: rgb(27, 14, 3);
    background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
  }
  .gallery-page .container-fluid .main-body-text {
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
    color: white;
    font-size: 15px;
    font-family: "Titillium Web";
    padding-bottom: 70px;
  }
}

.gallery-page .pintrest-gallery {
  column-count: 5;
}
.gallery-page .pintrest-gallery img {
  width: 100%;
  height: 100%;
}
.gallery-page .gallery-images {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.gallery-page h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #007b7f;
  text-transform: capitalize;
}
.blog-inner-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
}
.blog-inner-sec .container-fluid {
  width: 90%;
}
.blog-inner-sec .main-head {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-bottom: 30px;
}
.blog-inner-sec .container-fluid .main-body-text {
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Titillium Web";
  padding-bottom: 70px;
}
.blog-inner-sec .img-sec {
  background-size: cover;
  background-position: center;
  height: 700px;
}
.blog-inner-sec .body-text {
  margin-top: 30px;
}
.blog-inner-sec .body-text p {
  font-size: 15px;
  color: white;
  font-family: "Titillium Web";
}
.blog-inner-sec .prev-card {
  /* padding-left: 20px; */
  /* margin-top:21px; */
  padding-left: 40px;
}


.blog-inner-sec .head {
  color: white;
  font-family: "Titillium Web";
  font-size: 18px;
  margin-top: 15px;
}
.blog-inner-sec .news {
  color: white;
  font-family: "Titillium Web";
  font-size: 15px;
  margin-top: 15px;
  padding-left: 15px;
}

@media(max-width:992px){

  .blog-inner-sec {
    padding-top: 30px;
    padding-bottom: 120px;
    background: linear-gradient(184deg, rgba(27, 14, 3, 1) 0%, rgba(47, 21, 6, 1) 32%, rgba(27, 14, 3, 1) 97%);
  }


  .blog-inner-sec .container-fluid .main-body-text {
    padding-left: 0%;
    padding-right: 0%;
    text-align: left;
    color: white;
    font-size: 15px;
    font-family: "Titillium Web";
    padding-bottom: 70px;
  }

  .blog-inner-sec .prev-card {
    /* padding-left: 20px; */
    /* margin-top:21px; */
    padding-left: 0px;
  }

  .blog-inner-sec .main-head {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
  }

}
.btn-outline-secondary {
  background-color: transparent;
  border-left: none;
}
.blog-inner-sec .form-control {
  display: block;
  height: 60px !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ffffff98;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: "Titillium Web";
  outline: none !important;
  box-shadow: none;
}
.blog-inner-sec .form-control::placeholder {
  color: #ACACAC;
  font-size: 15px;
  font-family: "Titillium Web";
}
.blog-inner-sec .input-group .fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #d3d3d3;
}
.blog-inner-sec .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.blog-inner-sec .s-media {
  margin-top: 60px;
}
.blog-inner-sec .s-media .rounded {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: .4s ease;
  margin-left: 10px;
  cursor: pointer;
}
.blog-inner-sec .s-media .rounded:hover {
  transition: .4s ease;
  background-color: #224E9C;
  color: white;
}
.blog-inner-sec .commants{
  margin-top: 20px;
}
.blog-inner-sec .commants .main-head {
  color: white;
  font-size: 20px;
  font-family: "Titillium Web";
  text-align: left;
}
.blog-inner-sec .text-area{
  height: 200px !important;
}
.blog-inner-sec .submit{
  min-width: 132px;
  height: 42px;
  background-color: #AB5E27;
  border: none;
  border-radius: 20px;
  color: white;
  font-family: "Titillium Web";
  font-size: 15px;
  outline: none;
}

.blog-inner-sec .submit:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: .5s ease all;
}







#goToTopBtn{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  background-color: #AB5E27;
  color: white;

  border: none;
  cursor: pointer;
  z-index: 20;
  box-shadow: 1px 1px 7px 1px #0000001f;
  height:50px ;
  width:50px ;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  outline: none;

}


@media(max-width:992px){
  
#goToTopBtn{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 8px;
  background-color: #AB5E27;
  color: white;

  border: none;
  cursor: pointer;
  z-index: 20;
  box-shadow: 1px 1px 7px 1px #0000001f;
  height:50px ;
  width:50px ;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  outline: none;
}

}
















