/* Reset CSS */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global Styles */
body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  overflow-x: hidden;
  color: #1e1e1e;
  /* Light gray background */
}
.desk-div{
    display:none !important;
}
:root {
  --primary-1: #266252;
  --secondary-2: #bb6623;
  --white: #fdfaf5;
}

h5 {
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a-style {
  color: #fdfaf5;
  text-decoration: none;
}

/* Header Styles */
.header {
  background-color: var(--primary-1);
  /* Purple color */
  color: var(--white);
  /* White text color */
  padding: 10px 0;
}

.navbar-brand img {
  width: 180px;
  height: 66px;
}

.navbar-nav .nav-link {
  color: var(--white);
  /* White text color */
}

.navbar-nav .nav-link:hover {
  color: var(--white);
  /* Light gray hover color */
}

/* Banner Styles */
.banner {
  background-color: var(--primary-1);
  /* Purple color */
  color: var(--white);
  height: 900px;
}

.banner h1 {
  font-size: 96px;
  /* margin-bottom: 20px; */
  /* height: 90vh; */
  font-weight: 600;
  font-family: "Poppins";
  line-height: 110px;
  letter-spacing: 2px;
}

.banner p {
  font-size: 18px;
}

.header1 {
  background-color: var(--primary-1) !important;
  height: 110px;
  padding: 35px 0px;
  width: 100%;
  z-index: 1000;
}

/* Footer Styles */

.navbar-brand {
  width: 180px;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  /* padding: 20px 0px 20px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: var(--bs-navbar-nav-link-padding-x);
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 200;
}

.main-1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 200px 15px;
}

.banner-1 {
  position: relative;
  padding-top: 470px;
  padding-bottom: 15px;
}

.banner-content {
  position: relative;
  display: block;
}

.part-2 {
  display: flex;
}

.part-3 {
  display: flex;
  flex-direction: row-reverse;
}

.part-4 {
  display: flex;
}

.img-adj-1 {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-top: 0px;
}

.info {
  margin: 100px 0px;
  text-align: center;
}

.part-5 {
  /* padding: 10px; */
  color: var(--primary-1);
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 500;
}

.part-7 {
  /* padding: 10px; */
  color: var(--white);
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 80px;
}

.part-6 {
  padding: 5px;
  color: var(--secondary-2);
  letter-spacing: 2px;
  font-size: 64px;
  font-weight: 600;
}

.part-8 {
  color: var(--white);
  letter-spacing: 0px;
  font-size: 64px;
  font-weight: 600;
  /* margin-top: 80px; */
}
.about-info {
  display: contents;
}

.for-space {
  background-color: var(--secondary-2);
  width: 129px;
  height: 2px;
  margin: 0px 580px auto 580px;
}

.for-space1 {
  background-color: var(--white);
  width: 129px;
  height: 2px;
  margin: 0px 580px auto 580px;
}

.extra-space {
  margin-top: 50px;
  width: 385px;
  height: 443px;
  background-image: url(../img/black1.png);
  /* background-color: var(--primary-1); */
}

.extra-space1 {
  margin-top: 50px;
  width: 385px;
  height: 443px;
  background-image: url(../img/colorful1.png);
}

.main-card {
  margin-bottom: 150px;
}

.d-card {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 230px;
  align-items: center;
}

.card-1 {
  border-radius: 20px;
  width: 173px;
  height: 221px;
  position: relative;
  background-color: var(--white);
}

.icon-card {
  position: absolute;
  left: -24px;
  top: 35px;

  background-color: var(--white);
}

.icon-card1 {
  position: absolute;
  left: -37px;
  background-color: var(--white);
}

.card-img {
  width: 48px;
  height: auto;
}

.card-img1 {
  width: 39px;
  height: auto;
}

.img-card {
  position: absolute;
  right: 15px;
  top: 20px;
}

.h-card {
  font-size: 18px;
  font-weight: 600;
}

.card-info {
  position: absolute;
  bottom: 8px;
  left: 23px;
  color: var(--primary-1);
}

.info-in-details {
  /* margin: 130px 0px; */
  /* text-align: center; */
  padding: 0px 65px 220px 65px;
}

.info-in-details1 {
  /* margin: 130px 0px; */
  /* text-align: center; */
  padding: 0px 65px 120px 65px;
}

.boxs-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.info-h3 {
  background-color: var(--secondary-2);
  width: 106px;
  height: 2px;
}

.box-1 {
  columns: var(--primary-1);
}

.box-2 {
  columns: var(--secondary-2);
}

.box-3 {
  columns: var(--secondary-2);
  margin-top: 8px;
}

.info-h1 {
  font-weight: 800;
  font-size: 48px;
}

.info-h2 {
  font-weight: 600;
  font-size: 36px;
}

.card-t {
  margin-top: 75px;
  width: 706px;
}

.side-p {
  width: 706px;
  height: 192;
  font-size: 18px;
  line-height: 32px;
  /* letter-spacing: 0.58px; */
  font-weight: 400;
  text-align: justify;
}

.side-p1 {
  width: 706px;
  height: 192;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: justify;
}

.accord {
  margin-top: 55px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--white);
  outline: 0;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accordion-button:active {
  background-color: var(--white);
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--white);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button::after {
  background-image: url(../img/expand_circle_down.svg) !important;
  width: 30px !important;
}
.accordion {
}

.accordion-button {
  font-weight: 500;
  padding: 20px 0px;
  background-color: var(--white) !important;
  font-size: 19px !important;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid #1e1e1e4a;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--white);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--primary-1);
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.row .col {
  width: 48%;
  /* Adjust width as needed */
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
   padding: 15px; 
  margin: 0px;
  border: 0px solid #adb5bd;
  border-bottom: 1px solid #1e1e1e70;
  /* border-radius: 10px; */
  box-sizing: border-box;
  background-color: var(--white);
  height: 0px;
}
.for-text {
  /* height: 100px; */
  color: #1e1e1e6e;
  font-weight: 600;
}

.span-5 {
  color: #1e1e1e7a;
  font-weight: 500;
}

input[type="submit"] {
  background-color: var(--white);
  font-size: 20px;
  font-weight: 400;
  color: var(--secondary-2);
  padding: 15px 20px;
  border: 2px solid var(--secondary-2);
  border-radius: 10px;
  cursor: pointer;
  float: right;
  /* width: 100%; */
  border: 1px solid var(--secondary-2);
  margin-top: 25px;
  width: 174px;
  height: 58px;
}

.for-sub {
  display: flex;
  width: 174px;
  height: 58px;
  border: 2px solid var(--secondary-2);
  padding: 15px 20px;
  float: right;
  background-color: var(--white);
  font-size: 20px;
  font-weight: 300;
  color: var(--secondary-2);
  padding: 13px 30px;
  border: 2px solid var(--secondary-2);
  border-radius: 10px;
  cursor: pointer;
  float: right;
  /* width: 100%; */
  border: 1px solid var(--secondary-2);
  margin-top: 25px;
  width: 174px;
  height: 58px;
  justify-content: space-between;
  align-items: center;
}
.btn-s {
  text-decoration: none !important;
  color: var(--secondary-2) !important;
  font-size: 24px;
}

.img-icon {
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

.img-icon1 {
  width: 23px;
  height: 23px;
  bottom: 52px;
  /* right: -37px; */
  left: 748px;
  position: relative;
}

input[type="submit"]:hover {
  /* background-color: var(--secondary-2); */
  color: var(--primary-1);
}

.align-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0px 65px; */
}
.foot-1 {
  color: var(--white);
  font-weight: 700;
}
.foot-2 {
  color: var(--white);
  font-weight: 400;
}
.foot-3 {
  color: var(--white);
  font-weight: 400;
  /* padding-bottom: 15px; */
  line-height: 35px;
}
p {
  margin-bottom: 0px;
}
h6 {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 20px 0px;
}
.foot-p {
  font-size: 20px;
  font-weight: 300;
}
.foot-a {
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.footer2 {
  padding: 50px 0px;
  background-color: var(--primary-1);
}
.h-foot {
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  text-transform: uppercase;
}
.f-span {
  font-weight: 600;
}
.a-foot {
  color: #fff;
  text-decoration: none;
  font-size: 33px;
  font-weight: 300;
}

.footer-h {
  font-size: 64px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.for-space2 {
  background-color: var(--white);
  width: 129px;
  height: 2px;
  margin-bottom: 45px;
}

/* Style for footer */

.last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer {
  background-color: var(--primary-1);
  color: #fff;
  /* text-align: center; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 100px; /* Updated padding */
  padding-bottom: 60px;
}
.footer-1 {
  margin-top: 100px;
  padding: 0px 65px;
}

.footer-column {
  flex: 1.5;
  /* margin: 10px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-content: stretch; */
  align-items: flex-start;
}

.footer-column1 {
  flex: 1;
  /* margin: 10px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-content: stretch; */
  align-items: flex-start;
}

.footer-column1 h3 {
  margin-bottom: 25px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}

.footer-column1 ul {
  width: 386px !important;
  list-style-type: none;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: var(--white);
}

.footer-column1 ul li {
  margin-bottom: 35px;
}

.footer-col1 {
  flex: 1;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-column h3 {
  margin-bottom: 25px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.footer-column ul {
  width: 386px !important;
  list-style-type: none;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: var(--white);
}
.footer-column ul li {
  margin-bottom: 35px;
}
.f-logo {
  width: 227px;
  height: 78px;
}

.foot-service {
  font-size: 18px !important;
  font-weight: 200;
  letter-spacing: 1px;
}

.star-span {
  float: right;
  justify-content: flex-end;
  margin-right: 16px;
  font-size: 20px;
  color: #1e1e1e;
}
.foot-h3 {
  font-size: 17px;
}
.a-foots {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.p-space {
  padding: 0px 150px;
  margin-bottom: 85px;
}

.new-icon {
  position: relative;
}
.extra-row {
  width: 42%;
}

.gap-5 {
  gap: 7rem !important;
}
.footer1 {
  margin-bottom: 120px;
  margin-top: 100px;
}

.accordion-flush .accordion-item:last-child {
  border-top: 0px;
}
.accordion-flush .accordion-items:first-child {
  border-bottom: 0;
}
/* .accordion-button:last-child{
            border-bottom: 0.1px solid #1e1e1e4a;
        } */
.accordion-buttons:last-child {
  border-bottom: 0.5px solid #1e1e1e4a;
}

.accordion {
  background-color: var(--white);
}

.for-nav {
  height: 66px;
}
.for-5h {
  font-size: 28px;
  font-weight: 400;
}

.about-us {
  background-color: var(--secondary-2);
  color: var(--white);
  height: 950px;
}

.animation-s {
  animation-name: square-in-left-right;
  -webkit-animation: square-in-left-right 5s;
  -moz-animation: square-in-left-right 5s;
  -o-animation: square-in-left-right 5s;
  -ms-animation: square-in-left-right 5s;
}

.part-9 {
  margin-top: 15px;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 0px;
}

.five {
  margin-top: 80px !important;
  margin-bottom: 50px !important;
}
label {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  /* padding: 10px 0px; */
  color: #1e1e1e7a;
}
.foot-us {
  padding: 5px;
  color: var(--white);
  letter-spacing: 2px;
  font-size: 64px;
  font-weight: 600;
}
.f-font {
  font-size: 20px;
}

.quick-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.foot-i {
  direction: flex;
  display: flex;
  align-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 220px;
}

.lastpart {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: var(--secondary-2);
  color: var(--white);
  align-content: center;
  justify-content: center;
  align-items: center;
}
.copyright {
  font-size: 18px;
  font-weight: 300;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--white);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 30px !important;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230a58ca"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.part-10 {
  font-size: 16px;
  letter-spacing: 3.5px;
}

.line-h {
  line-height: 40px;
}

.about-p {
  display: flex;
  margin-top: 50px;
  width: 600px;
  height: 443px;
  text-align: justify;
  line-height: 32px;
  font-size: 19px;
  letter-spacing: -0.3px;
  font-weight: 300;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

.space-letter {
  letter-spacing: -0.4px;
}

.about1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-start;
  justify-content: center;
}

@keyframes square-in-left-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  } */

@-moz-keyframes square-in-left-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes square-in-left-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes square-in-left-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes square-in-left-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.square-animation {
  animation: 10s cubic-bezier(0.25, 1, 0.3, 1) square-in-left-right both;
}

.point1 {
  width: 15px;
  height: 15px;
  /* margin-left: 8px; */
  margin-top: 0px;
  margin-right: 7px;
}

.a-center {
  align-items: center;
}
.accordion-body {
  /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
  letter-spacing: 0.5px;
}

.header2 {
  background-color: var(--primary-1) !important;
  height: 110px;
  width: 100%;
}

/*.sticky-header {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  z-index: 1000;*/
/*}*/

/*header {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  padding: 15px 0;*/
/*  background-color: rgba(0, 0, 0, 1);*/
/*  transition: background-color 0.5s, padding 1s;*/
/*}*/

/*header.sticky {*/
/*  background-color: rgba(0, 0, 0, 0.9);*/
/*  padding: 0;*/
/*}*/

/* .accordion-button:focus{
    background-color: var(--white) !important;
    border-bottom: 1px solid black;
  } */

/* -------------------index mobile responsive--------------------- */

/*@media (min-width: 320px) and (max-width: 480px)*/

@media (min-width: 320px) and (max-width: 480px){
    .mob-div{
        display:none !important;
    }
  /*  .desk-div{*/
  /*      display:block !important;*/
  /*      align-content: flex-start;*/
  /*text-align: left;*/
  /*margin-left: -280px;*/
  /*font-weight:600;*/
  /*  }*/
    .foot-service,.quick-2 div{
        font-weight:600;
    }
    ul{list-style:none !important;}
   .about-p{
       margin-top: 10px;
       margin-left: 0px;
   }
    .footer-col1 {
  flex: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-column1 ul li {
  margin-bottom: 15px;
}
  .banner h1 {
   font-size: 35px;
    line-height: 50px;
  }
  .part-4 {
  display: flex;
  margin-top: 20px;
}
  .banner-1 {
    padding-top: 100px;
  }
  .for-h5 h5 {
    font-size: 18px;
    line-height:25px;
  }
.banner{
    height:auto;
    padding-bottom:20px;
}
.info {
  margin: 50px 0px;
  text-align: center;
}
  .for-5h {
    font-size: 20px;
  }

  .img-adj-1 {
   width: 22px;
    height: 22px;
  }

  .part-5 {
    font-size: 18px;
  }

  .part-6 {
    font-size: 35px;
  }
.d-card{
    display: grid;
  grid-template-columns: auto auto;
}
  .for-space {
    width: 110px;
  }

  .card-1 {
    height: 135px;
    margin: 7px;
    width: 140px;
  }
  .card-t {
  margin-top: -45px;
}
  .d-card {
  justify-content: space-evenly;
  margin-bottom: 50px;
  align-items: center;
}
.info-in-details,.info-in-details1{
    padding:0px;
    padding-top: 30px;
}
.about-us{
    margin-top:50px;
}
  .card-img {
    width: 28px;
    margin-left: 10px;
  }

  .card-info {
    left: 5px;
  }

  .h-card {
    font-size: 15px !important;
  }
.info-in-details,.info-in-details1{
    padding:30px 25px;
}
  .i-card {
    height: 25px;
  }

  .info-h2 {
    font-size: 20px;
  }
  .info-h1 {
    font-size: 31px;
  }

  .side-p {
    width: auto;
    font-size: 15px;
  }

  .card-t {
    width: auto;
  }

  .side-p1 {
    width: auto;
    font-size: 15px;
  }

  .accordion-button {
    font-size: 15px !important;
  }

  .accordion-body {
    font-size: 13px;
  }

  .part-7 {
    font-size: 18px;
  }

  .part-8 {
    font-size: 35px;
  }

  .for-space1 {
    font-size: 110px;
  }

  .p-space {
    padding: 0px 62px;
  }

  .btn-s {
    font-size: 22px;
  }

  .img-icon {
    width: 30px;
    height: 30px;
  }

  .part-9 {
    font-size: 30px;
  }
  .about-p{
      width:auto;
  }
  .p-space{
      padding:0px 25px;
  }
  .five {
  margin-top: 20px !important;}
  .footer-h {
    font-size: 30px;
  }
  .footer-column1 {
    margin-top: 20px;
  }

  .footer {
    padding: 0px 10px;
  }
.footer-column ul,.footer-column1 ul{
    width:auto !important;
}
  .footer-column h3 {
    font-size: 16px;
  }
.footer-column {
  flex: auto;
  display: block;
}
.navbar-nav{
    background: #bb6623;
  padding: 10px;
}
.foot-service {
  font-size: 13px !important;
}
.foot-i{
    margin-top: 50px;
    margin-bottom:50px;
    display:none;
}
.a-style{
font-size: 13px !important;
}
.quick-2 {
  display: block;
}
  .footer-column ul {
    font-size: 13px;
  }
  .foot-p {
    font-size: 16px;
  }

  .foot-a {
    font-size: 13px;
  }

  .footer-column1 h3 {
    font-size: 16px;
  }

  .footer-column1 ul {
    font-size: 13px;
  }

  .extra-space1 {
    width: 300px;
  }

  .about-p {
    font-size: 15px;
  }
  .copyright {
    font-size: 13px;
  }

  .about1 {
    align-items: center;
    align-content: center;
  }

  .about-us {
    height: fit-content;
  }

  .about-p {
    height: fit-content;
    /*width: fit-content;*/
  }
}

@media(min-width: 481px) and (max-width: 768px){
    
    body{
        overflow-x:hidden;
    }
    .banner {
  background-color: var(--primary-1);
  color: var(--white);
  height: 400px;
}
.d-card {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
  align-items: center;
}
.accord {
  margin-top: 15px;
}
.info-in-details ,.info-in-details1{

  padding: 0px 15px 15px 15px;
}
   .banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-1 {
    padding-top: 100px;
  }
  h5 {
    font-size: 20px;
  }

  .for-5h {
    font-size: 22px;
  }

  .img-adj-1 {
    width: 25px;
    height: 25px;
  }

  .part-5 {
    font-size: 18px;
  }

  .part-6 {
    font-size: 40px;
  }

  .for-space {
    width: 110px;
  }

  .card-1 {
    height: 135px;
    margin: 7px;
  }

  .card-img {
    width: 28px;
    margin-left: 10px;
  }

  .card-info {
    left: 5px;
  }

  .h-card {
    font-size: 12px;
  }

  .i-card {
    height: 25px;
  }

  .info-h2 {
    font-size: 20px;
  }
  .info-h1 {
    font-size: 31px;
  }

  .side-p {
    width: auto;
    font-size: 15px;
  }

  .card-t {
    width: auto;
  }

  .side-p1 {
    width: auto;
    font-size: 15px;
  }

  .accordion-button {
    font-size: 15px !important;
  }

  .accordion-body {
    font-size: 13px;
  }

  .part-7 {
    font-size: 18px;
  }

  .part-8 {
    font-size: 45px;
  }

  .for-space1 {
    font-size: 110px;
  }

  .p-space {
    padding: 0px 62px;
  }

  .btn-s {
    font-size: 22px;
  }

  .img-icon {
    width: 30px;
    height: 30px;
  }

  .part-9 {
    font-size: 30px;
  }
  .footer-h {
    font-size: 40px;
  }

  .footer-column1 {
    margin-top: 20px;
  }

  .footer-column h3 {
    font-size: 17px;
  }

  .footer-column ul {
    font-size: 15px;
  }

  .foot-p {
    font-size: 16px;
  }

  .foot-a {
    font-size: 15px;
  }

  .footer-column1 h3 {
    font-size: 17px;
  }

  .footer-column1 ul {
    font-size: 15px;
  }
  .foot-i {
    margin-top: 80px;
    margin-bottom: 15px;
  }
  .extra-space1 {
    width: 300px;
  }

  .about-p {
    font-size: 15px;
  }

  .copyright {
    font-size: 15px;
  }
}

@media (min-width: 769px) and  (max-width: 1024px) {
  .side-p {
    width: auto;
    font-size: 15px;
  }

  .card-t {
    width: auto;
  }

  .side-p1 {
    width: auto;
    font-size: 15px;
  }

  .accordion-button {
    font-size: 15px !important;
  }

  .accordion-body {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
}

@media(min-width: 769px) and (max-width: 990px){
    .banner-1 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 15px;
}
.extra-space1 {
  margin-top: 50px;
  width: 385px;
  height: 443px;
  background-image: url(../img/colorful1.png);
  margin-left: -90px;
}
.p-space {
  padding: 0px 50px;
  margin-bottom: 85px;
}
.info-in-details{
    padding:0px;
}
.info-h2 {
  font-weight: 600;
  font-size: 30px;
}
.about-p {
  text-align: justify;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 300;
}
.banner h1 {
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 2px;
}
.img-adj-1 {
  width: 20px;
  height: 20px;
  margin-left: 8px;
 margin-top: 8px;
}
.for-5h {
  font-size: 20px;
  font-weight: 400;
}
h5 {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 35px;
}
.banner {
  background-color: var(--primary-1);
  color: var(--white);
  height: 450px;
}
.d-card {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 90px;
  align-items: center;
}
}
