* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
::-webkit-scrollbar {
  display: none;
}
a {
  text-decoration: none;
}
a,
li {
  -webkit-tap-highlight-color: transparent;
}

/* ul, li{
    text-decoration: none;
    list-style: none;
} */
.navActive {
  border: 1.5px solid #d07531;
  padding: 5px 15px;
  border-radius: 30px;
}
html,
body {
  height: 100%;
  width: 100%;
  min-width: 380px;
  background-color: #f9f9f9;
}

.navbar {
  height: 112px;
  width: 100%;
  background: #ffffff;
  display: flex;
  gap: 2vw;
  justify-content: center;
}
.navbar li {
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.small {
  display: none;
}
.ham {
  height: 20px;
  display: none;
}
.center-nav {
  width: 60%;
  max-width: 900px;
  height: 100%;
  /* background-color: rgb(167, 116, 116); */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-left: 5vw;
  gap: 30px;
}

.center-nav ul {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  max-width: 350px;
}

.center-nav ul li {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  white-space: nowrap;
}

.center-nav img {
  height: 95px;
  width: auto;
}
.nav-end {
  width: 10%;
  height: 100%;
  padding-left: 2vw;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}

/* ------------------- About Banner -------------------- */
.aboutusBanner {
  height: 80vh;
  width: 100%;
  background-color: aliceblue;
  position: relative;
  background-image: url(../images/Baradun+1.jpg);
}
.aboutusBanner .text {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 15%;
  color: white;
}

.aboutusBanner .text p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}
.aboutusBanner .text h1 {
  font-size: 84px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
}

.aboutusBanner .text h1 span {
  font-family: "kaisei Decol", serif;
  font-weight: 400;
}


.aboutusBanner .text h6 {
  font-size: 25px;
  font-weight: 300;
}
/* ------------------- About Banner -------------------- */

/* --------------------Brand Stats---------------------- */

.aboutus-stats {
  height: 120px;
  width: 100%;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.301);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7vw;
}
.brand-stats .stats-box {
  text-align: center;
}
.stats-box h2 {
  font-size: 35px;
  color: #303030;
  margin-bottom: 5px;
}

.stats-box h2 span {
  font-family: "kaisei Decol", serif;
  font-weight: 400;
}


/* --------------------Brand Stats End---------------------- */

/* --------------------miniBanner---------------------- */
.miniBanner {
  width: 100%;
  min-height: 400px;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.miniBanner .bannerwrapper {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.miniBanner .bannerwrapper .left {
  width: 40%;
  height: 100%;
  /* background-color: pink; */
  border-radius: 20px;
  height: 550px;
  overflow: hidden;
  position: sticky;
  top: 50px;
}
.miniBanner .bannerwrapper .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.miniBanner .bannerwrapper .right {
  width: 60%;
  height: fit-content;
  /* height: 550px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 100px;
}

.miniBanner .bannerwrapper .right h2 {
  color: #303030;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 35px;
}

.miniBanner .bannerwrapper .right span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

.miniBanner .bannerwrapper .right p {
  width: 80%;
}


.right button {
  padding: 10px 30px;
  border: none;
  outline: none;
  border-radius: 30px;
  background-color: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.37);
  width: 200px;
  margin-top: 30px;
  font-weight: 500;
}
/* --------------------miniBanner---------------------- */

/* --------------------mission---------------------- */
.mission {
  width: 100%;
  min-height: 40vh;
}
.missioncont {
  height: 100%;
  width: 75%;
  margin: 0 auto;
  background-color: #eaeaea;
  border-radius: 20px;
  display: flex;
}
.missioncont h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.missioncont p {
  width: 60%;
}

.missionLeft {
  width: 50%;
  height: 100%;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px 30px 60px;
}
.missionLeft img {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}
.missionRight {
  width: 50%;
  height: 100%;
  min-height: 270px;
  border-left: 1.5px solid rgba(0, 0, 0, 0.411);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px 30px 60px;
}
.missionRight img {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}
/* --------------------mission---------------------- */

.aboutSlider {
  width: 100%;
  min-height: 500px;
  text-align: center;
}

.aboutSlider h2 {
  color: #303030;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.aboutSlider span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

.aboutSlider p {
  width: 40%;
  margin: 0 auto;
}


/* aboutslider--------------------- */
.aboutSlider {
  padding: 50px 0px;
}

.aboutswipper {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 1vw;
}

.aboutswipper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 300px;
  border-radius: 20px;
}

@media(max-width:600px){
  .aboutswipper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 100%!important;
    /* height: 400px; */
    width: 300px;
    border-radius: 20px;
  }
  
}

.aboutswipper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values {
  width: 100%;
  min-height: 800px;
  background-color: #dfeff4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values h2 {
  color: #303030;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.values span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

.values p {
  width: 100%;
  font-size: 13px;
}

.valuesHeading {
  width: 400px;
}
.valuePoints {
  width: 600px;
  padding-top: 50px;
}
.values .valueBox {
  display: flex;
  padding: 20px;
  margin-bottom: 25px;
}
.valueBox:nth-child(2) {
  margin-left: 60px;
}
.valueBox:nth-child(4) {
  margin-left: 60px;
}
.valueBox .valueText {
  padding-left: 20px;
}

.valueBox .valueText h5 {
  margin-bottom: 8px;
  font-size: 15px;
}

.valueBox .valueText p {
  font-size: 13px;
}

.values .valueBox img {
  height: 110px;
}

/* ---------------- blogs ---------------- */

.blogs {
  min-height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.blogs-cont {
  height: 100%;
  width: 75%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blogs-cont h2 {
  color: #303030;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 40px;
  margin-bottom: 30px;
}

.blogs-cont span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

.blog-slider {
  width: 100%;
}

.blog-slider .swiper {
  width: 100%;
  height: 100%;
}

.blog-slider .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #efefef;
  height: 340px;
  max-width: 290px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-slider .swiper .swiper-slide .blog-img {
  height: 65%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.blog-slider .swiper .swiper-slide .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-slider .swiper .swiper-slide .blog-text {
  height: 35%;
  width: 100%;
  padding: 10px 20px;
}

.blog-slider .swiper .swiper-slide .blog-text h2 {
  font-size: 12px;
  color: #303030;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-slider .swiper .swiper-slide .blog-text h2 span {
  font-size: 12px;
  color: #dd9f44;
}

.blog-slider .swiper .swiper-slide .blog-text h3 {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -30px;
  text-align: start;
}

.blog-slider .swiper .swiper-slide .blog-text span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

/* .blog-slider .swipper-wrapper{
                overflow: visible;
              } */
.blog-slider .swiper-button-next {
  /* right: -10%; */
  scale: 0.5;
  font-weight: 700;
  color: #303030;
}
.blog-slider .swiper-button-prev {
  /* right: -10%; */
  scale: 0.5;
  font-weight: 700;
  color: #303030;
}

/* ---------------- blogs ends ---------------- */

/* ------------------- Footer starts --------------- */
.footer {
  min-height: 30vh;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #303030;
  padding: 60px 0px;
  position: relative;
  margin-top: 50px;
}

.footer-cont {
  height: 100%;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cont h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}

.footer-cont span {
  font-family: "kaisei Decol", serif;
  font-weight: 200;
}

.footer-cont p {
  width: 35%;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: 200;
}

.sub {
  width: 35vw;
  min-width: 290px;
  border: 1.5px solid rgb(179, 179, 179);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
}

.sub input {
  background: transparent;
  border: none;
  padding-left: 20px;
  width: 100%;
}

.sub button {
  padding: 15px 40px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #dd9f44;
  border-radius: 30px;
  white-space: nowrap;
}

.footer .options {
  min-height: 20vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footerBox {
  width: 20%;
  min-width: 180px;
  height: 200px;
  flex-wrap: wrap;
  flex-shrink: 0;
  overflow: hidden;
}

.footerBox h4 {
  color: #dd9f44;
  font-size: 16px;
  margin-bottom: 25px;
}

.footerBox li {
  font-size: 12px;
  color: white;
  font-weight: 200;
  margin-bottom: 5px;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.footer li:hover {
  color: #dd9f44;
}

.footerBox:nth-last-child(1) p {
  width: 80%;
  text-align: start;
  line-height: 18px;
}

.footer-bottom {
  min-height: 8vh;
  width: 75%;
  border-top: 1.5px solid rgba(255, 255, 255, 0.377);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  text-align: start;
}

.footer-bottom .social img {
  height: 20px;
  margin-left: 8px;
}

/* ------------------- Footer ends --------------- */

@media (max-width: 480px) {
  html,
  body {
    background-color: #f9f9f9;
  }
  .navbar {
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    height: 100px;
  }
  #toggle {
    gap: 20px !important;
  }
  .ham {
    display: block;
  }
  .center-nav {
    display: none;
  }
  .navbar .small {
    display: block;
    height: 70px;
  }
  

  .aboutusBanner .text {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 5%;
    color: white;
  }
  .aboutusBanner .text h1 {
    font-size: 58px;
    line-height: 60px;
  }
  .aboutusBanner .text h6 {
    font-size: 28px;
  }

  /* --------------------Brand Stats---------------------- */

  .aboutus-stats {
    height: 120px;
    width: 100%;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.301);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5vw;
  }
  .aboutus-stats .stats-box {
    text-align: center;
  }
  .stats-box h2 {
    font-size: 30px;
    color: #303030;
    margin-bottom: 5px;
  }
  
  .stats-box h2 span {
    font-family: "kaisei Decol", serif;
    font-weight: 400;
  }
  
  .stats-box p {
    font-size: 12px;
  }
  .stats-box h2 span:nth-child(2) {
    color: #dd9f44;
  }

  /* --------------------Brand Stats End---------------------- */

  /* minibanner------------------------ */
  .miniBanner .bannerwrapper {
    width: 95%;
    flex-direction: column;
  }
  .miniBanner .bannerwrapper .left {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .miniBanner .bannerwrapper .right {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 20px 10px;
  }
  
  .miniBanner .bannerwrapper .right h5 {
    margin-bottom: 10px;
  }
  
  .miniBanner .bannerwrapper .right h2 {
    color: #303030;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 35px;
  }
  
  .miniBanner .bannerwrapper .right span {
    font-family: "kaisei Decol", serif;
    font-weight: 200;
  }
  
  .miniBanner .bannerwrapper .right p {
    width: 98%;
  }
  
  /* minibanner------------------------ */

  /* --------------------mission---------------------- */
  .mission {
    width: 100%;
    min-height: 400px;
  }
  .missioncont {
    width: 99%;
  }
  
  .missioncont h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  
  .missioncont p {
    width: 100%;
  }
  
  .missionLeft {
    padding: 30px 0px 30px 20px;
  }
  .missionRight {
    width: 50%;
    height: 100%;
    min-height: 270px;
    border-left: 1.5px solid rgba(0, 0, 0, 0.411);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px 30px 20px;
  }
  /* --------------------mission---------------------- */

  .aboutSlider p {
    width: 90%;
    margin: 0 auto;
  }
  

  .values {
    flex-direction: column;
    padding: 40px 0px;
  }
  .valuesHeading {
    text-align: center;
    width: 300px;
  }
  .valuePoints {
    width: 100%;
    padding-top: 50px;
  }
  .values .valueBox {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 4px;
    margin-bottom: 25px;
  }

  .valueBox:nth-child(2) {
    margin-left: 0px;
  }
  .valueBox:nth-child(4) {
    margin-left: 0px;
  }
  .valueBox .valueText {
    padding-left: 20px;
  }
  
  .valueBox .valueText h5 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  
  .valueBox .valueText p {
    font-size: 13px;
    width: 96%;
  }
  
  
  .values .valueBox img {
    height: 110px;
    width: 110px;
  }

  /* ------------------- Footer starts --------------- */
  .footer {
    padding: 40px 0px 100px 0px;
  }

  .footer-cont {
    width: 95%;
  }

  .footer-cont p {
    width: 85%;
  }

  .sub {
    width: 350px;
    border: 1.5px solid rgb(179, 179, 179);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .sub input {
    background: transparent;
    border: none;
    padding-left: 20px;
    width: 100%;
  }

  .sub button {
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #dd9f44;
    border-radius: 30px;
    white-space: nowrap;
  }

  .footer-bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-bottom p {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  html,
  body {
    background-color: #f9f9f9;
  }
  .navbar {
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    height: 100px;
  }
  #toggle {
    gap: 20px !important;
  }
  .ham {
    display: block;
  }
  .center-nav {
    display: none;
  }
  .navbar .small {
    display: block;
    height: 70px;
  }

  /* -----------------banner heading ----------------- */
  .aboutusBanner .text {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 5%;
    color: white;
  }
  .aboutusBanner .text h1 {
    font-size: 68px;
    line-height: 60px;
  }
  .aboutusBanner .text h6 {
    font-size: 28px;
  }
  /* -----------------banner heading ----------------- */
  /* --------------------Brand Stats---------------------- */

  .aboutus-stats {
    height: 120px;
    width: 100%;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.301);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5vw;
  }
  .aboutus-stats .stats-box {
    text-align: center;
  }
  .stats-box h2 {
    font-size: 30px;
    color: #303030;
    margin-bottom: 5px;
  }
  
  .stats-box h2 span {
    font-family: "kaisei Decol", serif;
    font-weight: 400;
  }
  
  .stats-box p {
    font-size: 12px;
  }
  .stats-box h2 span:nth-child(2) {
    color: #dd9f44;
  }

  /* --------------------Brand Stats End---------------------- */

  /* minibanner------------------------ */
  .miniBanner .bannerwrapper {
    width: 95%;
    flex-direction: column;
  }
  .miniBanner .bannerwrapper .left {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .miniBanner .bannerwrapper .right {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 20px 10px;
  }
  
  .miniBanner .bannerwrapper .right h5 {
    margin-bottom: 10px;
  }
  
  .miniBanner .bannerwrapper .right h2 {
    color: #303030;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 35px;
  }
  
  .miniBanner .bannerwrapper .right span {
    font-family: "kaisei Decol", serif;
    font-weight: 200;
  }
  
  .miniBanner .bannerwrapper .right p {
    width: 98%;
  }
  
  /* minibanner------------------------ */

  /* --------------------mission---------------------- */
  .mission {
    width: 100%;
    min-height: 200px;
  }
  .missioncont {
    width: 99%;
  }
  
  .missioncont h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  
  .missioncont p {
    width: 100%;
  }
  
  .missionLeft {
    padding: 30px 0px 30px 20px;
  }
  .missionRight {
    width: 50%;
    height: 100%;
    min-height: 270px;
    border-left: 1.5px solid rgba(0, 0, 0, 0.411);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px 30px 20px;
  }
  /* --------------------mission---------------------- */

  .aboutSlider p {
    width: 90%;
    margin: 0 auto;
  }
  

  .values {
    flex-direction: column;
    padding: 40px 0px;
  }
  .valuesHeading {
    text-align: center;
    width: 300px;
  }
  .valuePoints {
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .values .valueBox {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 4px;
    margin-bottom: 25px;
  }

  .valueBox:nth-child(2) {
    margin-left: 0px;
  }
  .valueBox:nth-child(4) {
    margin-left: 0px;
  }
  .valueBox .valueText {
    padding-left: 20px;
  }
  
  .valueBox .valueText h5 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  
  .valueBox .valueText p {
    font-size: 13px;
    width: 96%;
    max-width: 400px;
  }
  
  .values .valueBox img {
    height: 110px;
    width: 110px;
  }

  /* ------------------- Footer starts --------------- */

  .footer {
    padding: 40px 0px 100px 0px;
}

.footer-cont {
    width: 95%;
}

.footer-cont p {
    width: 85%;
}

.sub {
    width: 350px;
    border: 1.5px solid rgb(179, 179, 179);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 60px;
}

.sub input {
    background: transparent;
    border: none;
    padding-left: 20px;
    width: 100%;
}

.sub button {
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #DD9F44;
    border-radius: 30px;
    white-space: nowrap;
}

.footer-bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    text-align: center;
}

}

@media (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    height: 100px;
  }
  .center-nav {
    display: none;
  }
  .ham {
    display: block;
  }
  .navbar .small {
    display: block;
    height: 70px;
  }
  /* -------------banner----------- */
  .aboutusBanner .text {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 5%;
    color: white;
  }
  .aboutusBanner .text h1 {
    font-size: 68px;
    line-height: 60px;
  }
  .aboutusBanner .text h6 {
    font-size: 28px;
  }
  /* .minibanner------------------------------ */
  .miniBanner .bannerwrapper {
    width: 95%;
  }
  .miniBanner .bannerwrapper .left {
    width: 40%;
    height: 100%;
    /* background-color: pink; */
    border-radius: 20px;
    height: 600px;
    overflow: hidden;
  }
  .miniBanner .bannerwrapper .right {
    width: 60%;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px 30px 35px;
  }
  
  .miniBanner .bannerwrapper .right h5 {
    /* No styles applied to h5 */
  }
  
  .miniBanner .bannerwrapper .right h2 {
    color: #303030;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 35px;
  }
  
  .miniBanner .bannerwrapper .right span {
    font-family: "kaisei Decol", serif;
    font-weight: 200;
  }
  
  .miniBanner .bannerwrapper .right p {
    width: 90%;
  }
  
  .footer {
    padding: 40px 0px 100px 0px;
}

.footer-cont {
    width: 95%;
}

.footer-cont p {
    width: 85%;
}

.sub {
    width: 350px;
    border: 1.5px solid rgb(179, 179, 179);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 60px;
}

.sub input {
    background: transparent;
    border: none;
    padding-left: 20px;
    width: 100%;
}

.sub button {
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #DD9F44;
    border-radius: 30px;
    white-space: nowrap;
}

.footer-bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    text-align: center;
}

}
@media (min-width: 1025px) and (max-width: 1270px) {
  .navbar {
    height: 112px;
    width: 100%;
    display: flex;
    gap: 2vw;
    justify-content: center;
  }
  .center-nav {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5vw;
  }
  
  .center-nav ul {
    width: 100%;
    display: flex;
    
    max-width: 350px;
  }
  
  .center-nav ul li {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    white-space: nowrap;
  }
  
  .center-nav img {
    height: 95px;
    width: auto;
  }
  .nav-end {
    width: 10%;
    height: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .aboutusBanner .text {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 5%;
    color: white;
  }
  .aboutusBanner .text h1 {
    font-size: 68px;
    line-height: 60px;
  }
  .aboutusBanner .text h6 {
    font-size: 28px;
  }
}

@media (min-width: 1271) and (max-width: 2500px) {
  .navbar {
    height: 112px;
    width: 100%;
    display: flex;
    gap: 2vw;
    justify-content: center;
  }
  .center-nav {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5vw;
  }
  
  .center-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
  }
  
  .center-nav ul li {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    white-space: nowrap;
  }
  
  .center-nav img {
    height: 95px;
    width: auto;
  }
  .nav-end {
    width: 10%;
    height: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}


@media (max-width:480px){
  .nav-end {
    width: 80px;
    height: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}
/* #toggle{
  gap: 50px!important;
} */
}
@media (min-width: 481px) and (max-width: 768px) {
  .nav-end {
    width: 80px;
    height: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}
/* #toggle{
  gap: 50px!important;
} */
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-end {
    width: 80px;
    height: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}
/* #toggle{
  gap: 50px!important;
} */
}