* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #de968d;
  --secondary-bg: #27252a;
  --text-color: white;
}
.custom_container1520 {
  max-width: 1544px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.common-hdr {
  color: var(--primary-color);
}

.common-sub-hdr {
  font-size: 50px;
  font-family: "Marcellous", sans-serif;
  text-align: center;
  margin-top: 20px;
}
@font-face {
  font-family: "Marcellus", serif;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

  font-family: "Manrope", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
}

.custom-container1320 {
  max-width: 1344px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-container {
  max-width: 1744px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-container1520 {
  max-width: 1544px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-container1620 {
  max-width: 1644px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.hdr-top-container {
  /*btm-container*/
  max-width: 1944px;
  width: 100%;
  margin: 0 auto;
  /* background: linear-gradient(to top, #0000003d, #27252a); */
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}
p {
  margin: 0;
  padding: 0;
}

.bnt {
  padding: 19px 40px 19px 40px;
  color: white;
  background: var(--primary-color);
}
*.active {
  color: var(--primary-color) !important;
}
/******************************************Navbar**********************************/
.nav-link {
  color: white;
}
.offcanvas {
  flex-direction: row;
}
.hdr-btm-section {
  -webkit-backdrop-filter-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
}

.hdr-top {
  background: #000;
}
.hdr-top-items {
  /* margin-left: 95px; */
  padding: 15.5px 0;
}
.nav-link:hover {
  color: #de968d;
}

/********************************Banner-section**********************/

.banner-section {
  background: url("../aboutus-assets/aboutus-banner.png") no-repeat center/cover;
  min-height: 100vh;
  padding: 300px 0;
}
.banner-para {
  color: white;
  max-width: 846px;
}
.banner-cntn {
  max-width: 1024px !important;
}
.banner-section .title2 h5 {
  color: var(--primary-color);
  font-family: "Manrope", sans-serif;
}

.banner-section .title1 h1 {
  max-width: 928px !important;
  color: white;
  font-family: "Marcellus", sans-serif;
  margin-top: 50px;
}

.banner-bnt {
  margin-top: 50px;
}

/**********************************Aboutus-section*******************************/
.aboutus-section {
  padding: 95px 0;
  position: relative;
}

.booknow-area {
  background: var(--secondary-bg);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 30px;
  max-width: 332px !important;
}
.calling-button {
  background: var(--text-color);
  border-radius: 100px;
  padding: 10px;
  margin-left: 10px;
}
.booknow-cntn {
  padding: 18px 0;
  margin-left: 20px;
}
.border-left-color {
  background: var(--primary-color);
  height: 85px;
  width: 35px;
}
.aboutus-section .image2 {
  bottom: -46px;
  z-index: -1;
  left: 298px;
}

.image1 {
  max-width: 300px !important;
}
.about-para h2 {
  padding: 10px 0;
}

.know-more-button {
  margin-top: 30px;
}

.aboutus-hdr svg {
  margin-bottom: 20px;
}

.aboutus-hdr p {
  color: var(--primary-color);
}

.about-cntn {
  max-width: 662px !important;
}
.know-more-button {
  position: relative;
  z-index: 99;
}
.know-more-button::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: grey;
  left: 0;
  top: -21px;
}

/********************************aboutus-review************************/

.aboutus-review {
  background: var(--primary-color);
  margin-top: 135px;
  padding: 40px 0;
  color: white;
}
.aboutus-line {
  height: 2px;
  width: 80px;
  background: white;
  transform: rotate(90deg);
}
.aboutus-review-hdr {
  font-size: 45px;
}

.aboutus-review-cntn {
  margin-left: 30px;
}

/*******************************benefit-section****************************/

.benefit-section {
  position: relative;
  padding: 105px 0;
  background: url("../aboutus-assets/benefit-bg.png") no-repeat right/cover;
}

.benefit-section .common-sub-hdr {
  /* max-width: 580px; */
}

.benefit-hdr {
  color: var(--primary-color);
  font-size: 24px;
}

.benefit-card-cntn {
  max-width: 400px !important;
  padding: 20px;
  box-shadow: 0px 4px 9px black;
  margin: 20px 5px;
}

.benefit-hdr > img {
  margin-right: 20px;
}
.benefit-card-bottom {
  margin-top: 50px;
  padding: 20px;
}
.benefit-card-top {
  margin-top: 40px;
}

.benefit-card-footer {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -50px;
}
.benefit-card-cntn {
}
/***************************************Story-section**********************/

.story-section {
  padding: 120px 0;
}
.story-section .common-sub-hdr {
  text-align: left;
}

.story-para {
  margin: 20px 0;
  max-width: 575px;
}
.story-section .row {
  margin-top: 50px;
}

.achievement-para {
  margin: 30px 0 50px 0;
  max-width: 1209px;
}
.achievement-section {
  padding-top: 100px;
}
.blog-footer {
  padding: 120px 0;
}

/****************************Footer-section******************/

.footer-section {
  padding: 105px 0 0 0;
  background: #27252a;
  color: white;
}

.footer-section a {
  color: white;
}
.footer-section .ftr-para {
  max-width: 326px;
  margin: 20px 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #949197;
}
.footer-section .location-img,
.call-image {
  margin-right: 20px;
}

.footer-cntn a {
  margin-bottom: 20px;
}

.footer-social-links .links a {
  margin: 0 12.5px !important;
  padding: 0;
}

.footer-hdr-links1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Marcellous", sans-serif;
}
.footer-links {
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}
.footer-hdr-links2 {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 20px;
}
.ftr-email {
  padding: 10px;
  width: 100%;
  margin: 20px 0;
  font-family: "Manrope", sans-serif;
}

.sub-bnt {
  text-align: center;
  background: var(--primary-color);
  padding: 20px 100px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
/***********************************Footer-btm**************************/
.footer-btm {
  padding-top: 80px;
}
.footer-btm::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  /* bottom: 0; */
  left: 0;
  right: 0;
  background: white !important;
}
.footer-btm-items {
  margin: 20px;
}

/*****************************Media-queries******************/

@media screen and (max-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
  }
  .offcanvas {
    padding-top: 200px;

    flex-direction: column;
  }

  .offcanvas.show {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .navbar-toggler {
    border: none;
    padding: 8px;
    position: relative;
    z-index: 9999;
    padding: 0;
    margin: 0;
    left: 1px;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler-icon {
    height: 2px;
    width: 30px;
    background: white;
    transition: 0.5s linear;
    position: relative;
    /* opacity: 0; */
  }

  .navbar-toggler::after {
    position: absolute;
    content: "";
    background: white;
    height: 2px;
    width: 30px;
    left: 0px;
    top: 23px;
    transition: 0.5s linear;
    /* transform: rotate(45deg); */
  }
  .navbar-toggler::before {
    position: absolute;
    content: "";
    background: white;
    height: 2px;
    width: 30px;
    left: 0px;
    bottom: 18px;
    transition: 0.5s linear;
    /* transform: translateY(50px) rotate(-45deg); */
  }

  .navbar-toggler.activeshow.navbar-toggler-icon {
    transform: translateX(-20px);
    opacity: 0 !important;
  }

  .navbar-toggler.activeshow::after {
    transform: rotate(45deg);
  }

  .navbar-toggler.activeshow::before {
    transform: translateY(24px) rotate(-45deg);
  }

  .footer-section .row .col-3 {
    flex-direction: column !important;
  }
  .footer-section .col-3 {
    width: 100%;
    text-align: center;
  }
  .footer-section .ftr-para {
    margin: 0 auto;
  }

  .footer-cntn a,
  .footer-social-links {
    justify-content: center !important;
    margin: 20px 0;
  }
}

@media (max-width: 769px) {
  .story-section .row {
    flex-direction: column-reverse;
  }
  .story-section .row .col-6 {
    width: 80%;
    text-align: center;
    margin-top: 20px;
  }
  .story-section .common-hdr {
    justify-content: center;
  }
  .story-section .common-sub-hdr {
    text-align: center;
    font-size: 30px !important;
  }
}
@media (max-width: 1200px) {
  .aboutus-section .row .coloumn-2 {
    width: 100%;
    margin-top: 100px;
  }
  .aboutus-section .row .coloumn-1 {
    width: 100%;
    margin: 0 auto;
  }
  .aboutus-section .row {
    flex-direction: column;
  }

  .coloumn-2 .aboutus-cntn {
    text-align: center;
  }

  .aboutus-section .image2 {
    bottom: -46px;
    z-index: -1;
    left: 297px;
  }
  /* .aboutus-image-section {
    margin: 0 auto !important;
  } */

  .aboutus-hdr {
    justify-content: center;
  }

  .aboutus-review {
    flex-direction: column;
  }
  .aboutus-review .review {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .blog-footer-cntn {
    flex-direction: column;
    width: 100%;
  }
  .blog-footer-cntn img {
    margin-top: 40px;
  }
}
@media (max-width: 426px) {
  .aboutus-img-section .img-1 {
    width: 33% !important;
  }
  .aboutus-img-section .img-2 {
    width: 90px !important;
  }

  .aboutus-section .image2 {
    bottom: 114px;
    z-index: -1;
    left: 200px;
  }

  .benefit-footer-img {
    width: 80%;
  }
}
