/* about  */


.about_wrapper{
    padding: 80px 0;
}

.about_wrapper .line{
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_wrapper h2{
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}
.about-pd-r{
    padding-left: 0;
}
.border-box{
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    right: 46px;
    border-radius: 50%;
    background-image: radial-gradient(#2740619e, #2740612b);
    box-shadow: 0px 0px 179px #274061;
    display:none;
}
.about_wrapper .borders{
    margin: 0;
}
.about-img2{
    /* background: var(--secondary-color); */
    /* border-radius: 20% 0; */
}
.img-2{
    aspect-ratio: 1.3;
    object-fit: cover;
    /* right: 2rem; */
    height: 415px;
    position: relative;
    object-position: center;
    width: 55%;
}
.img-1{
   object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}
.about-img-0{
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 20px !important;
    width: 50%;
    float: left;
    margin-right: 60px;
}
.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.about-dec{
    margin-top: 0rem;
}
 section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
}
section.about-us {
    padding-top: 60px;
    height: 650px;
}



/*  */
section.about-new-sec {
    padding-top: 40px;
    /* padding-bottom: 0; */
}

.aboutus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 1200px;
    margin: auto;
}

.aboutus-text {
    flex: 1;
    max-width: 500px;
}

.aboutus-text img {
    width: 17%;
    padding: 10px;
}

.aboutus-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.aboutus-cards {
    display: flex;
    gap: 20px;
}

.aboutus-card.green {
    background-color: var(--btn-hover);
}

.aboutus-card {
    border-radius: 8px;
    padding: 23px;
    color: #fff;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutus-icon.plane {
    width: 60px;
    height: 60px;
    background-color: var(--bg-white);
    color: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 64.78%, 31.29% 59.77%, 32.92% 58.48%, 34.3% 55.64%, 34.3% 52.49%, 32.92% 48.4%, 30.57% 44.79%, 25% 41%);
}

.aboutus-card h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: var(--lt-bg-color);
}

.aboutus-card p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  opacity: 0.8;
  color: var(--bg-white);
}

.aboutus-btn {
  background-color: var(--btn-hover);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  width: fit-content;
  text-align: left;
  display: inline-block;
}
.aboutus-btn-first {
  background-color: var(--btn-color);
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  width: fit-content;
  text-align: left;
  display: inline-block;
}
.aboutus-btn-first:hover {
  color: var(--white-color);
}
.aboutus-btn:hover {
  color: var(--white-color);
}

section.abthem .container {
  position: relative;
  background-color: #bfd9bc;
  padding: 0px 60px;
  border-radius: 30px;
  margin: 0px auto 0;
  overflow: hidden;
  z-index: 1;
}

section.abthem .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/topographicbg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3; /* adjust as needed */
  z-index: 0;
}

section.abthem .abthem-inner {
  position: relative;
  z-index: 2;
}

.abthem-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.abthem-left {
  flex: 1 1 55%;
}

.abthem-right {
  flex: 1 1 40%;
}

.abthem-right img {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.aboutus-card.red {
    background-color: var(--btn-color);
}

.aboutus-icon i {
    font-size: 26px;
    padding: 14px;
}

.aboutus-container {
    padding: 0px;

}