html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  border: 0;
  padding: 0;
  margin: 0;
}


a{
  text-decoration: none;
}
figure {
  position: relative;
}

figure img {
  width: 100%;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

ul li {
  list-style-type: none;
}

#Body {
  padding: 0;
  margin: 0;
}


/* ------------------------------ about__group ------------------------------ */
.about__Wrapper {
  margin-top: 55px;
}
.about__Wrapper .about__Wrapper__Content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 12px;
  padding-left: 2px;
}
.about__Wrapper .about__Wrapper__Content a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
.about__Wrapper .about__Wrapper__Content a.btn {
  border: 1px solid #b4b4b4b8;
  width: 93px;
  height: 32px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about__Wrapper .about__Wrapper__Content a.btn:hover {
  border-color: #00aaad;
}
.about__Wrapper__Content img {
  transform: rotate(180deg);
}
img.bulletStyle {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: 8px;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.about__Wrapper__Content a {
  color: #00aaad !important;
}
.about__Wrapper__Group {
  background-image: url(/Portals/0/Images/home/mapbase.png);
  margin-top: 48px;
  background-repeat: no-repeat;
  margin-bottom: 200px;
}
.about__Wrapper__Group .row {
  display: flex;
  flex-direction: row-reverse;
}
.about__Wrapper__Group .row > div.col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.about__Wrapper__Group__Item:not(.about__Wrapper__Group__Item_logo) {
  display: flex;
  width: 375px;
  padding: 10px 8px;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  border-radius: 4px;
  border: 1px solid #15253c;
background: linear-gradient(-90deg, #3e4093 0%, #15253c 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  align-items: center;
  position: relative;
  transition: all 0.7s ease 0s;
}
.business__Wrapper__list__Item.active {
  background-color: rgb(0 170 173);
  padding: 0px 8px;
  border-radius: 4px;
}
.business__Wrapper__list__Item.active h6,
.business__Wrapper__list__Item.active p {
  color: white;
}
.business__Wrapper__list__Item.active .business__Wrapper__list__Title span {
  background: #007779;
  color: #fff !important;
}
.business__Wrapper__list__Item a img {
  transform: rotate(180deg);
}
.business__Wrapper__list__Item.active img.deactive {
  display: none;
}
.business__Wrapper__list__Item.active:nth-child(1) p,
.business__Wrapper__list__Item.active:nth-child(2) p {
  border-bottom: unset;
}
.about__Wrapper__Group__Item:not(.about__Wrapper__Group__Item_logo):hover {
  background-color: #007779;
}
.about__Wrapper__Group__Item.about__Wrapper__Group__Item_logo img:nth-child(1) {
  width: 311px;
  height: 289px;
}
.about__Wrapper__Group__Item.about__Wrapper__Group__Item_logo img:nth-child(2) {
  width: 93px;
  height: 24px;
}
.about__Wrapper__Group__Item.about__Wrapper__Group__Item_logo {
  margin-top: 150px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__Wrapper__Group__Item:not(.about__Wrapper__Group__Item_logo) img {
  width: 56px;
  height: 56px;
  background-color: #fff;
}
.about__Wrapper__Group__Content h6 {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.about__Wrapper__Group__Content p {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.about__Wrapper__Group_PPI {
  position: relative;
  top: -189px;
  left: 35px;
}
.about__Wrapper__Group_PPI:after {
  content: "";
  background-image: url("/Portals/0/Images/home/Group-1.svg");
  width: 200px;
  height: 800px;
  position: absolute;
  background-repeat: no-repeat;
  top: 40px;
  right: -198px;
  z-index: -99;
}
.wrapper__Our.strengths__Pomc__Img {
  position: relative;
  width: fit-content;
  margin: auto;
}
.wrapper__Our.strengths__Pomc__Img:after {
  content: "";
  position: absolute;
  background-color: inherit;
  border-radius: 5%;
  animation: hotsdot 2s ease-out infinite;
  background: #00aaad6e;
  width: 80px;
  height: 80px;
  right: 3.5%;
  bottom: 15%;
}

/* !------------------------------- Companies End --------------------------------- */

.Petropars__Wrapper__New {
  display: flex;
  align-items: center;
  background-image: url(/Portals/0/Images/home/mapbase.png);
  margin-top: 48px;
  background-repeat: no-repeat;
}
.Petropars__Wrapper__New-Item {
  margin-right: 6rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Petropars__Wrapper__New-Item a:nth-child(even) {
  transform: translateX(-10%);
}
.Petropars__Wrapper__New-Image {
  position: relative;
}
.Petropars__Wrapper__New-Image::before {
  background:linear-gradient(-90deg, #3e4093 0%, #15253c 100%);
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  z-index: -1;
  left: 0;
}
.Petropars__Wrapper__New-Image .background {
  position: relative;
  padding: 88px 0px;
}
.Petropars__Wrapper__New-Image .background img {
  padding-right: 16px;
  transform: scale(1.06) translateX(10%);
}
@media (max-width: 991px) {
  .Petropars__Wrapper__New-Image {
    margin-bottom: 2rem;
  }
  .Petropars__Wrapper__New {
    flex-direction: column-reverse;
  }
  .Petropars__Wrapper__New-Item {
    margin-right: 0px;
  }
  .Petropars__Wrapper__New-Image::before {
    width: 100%;
    left: -20%;
  }
  .Petropars__Wrapper__New-Item a:nth-child(even) {
    transform: translateX(0%);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .Petropars__Wrapper__New-Item {
    margin-right: 1rem;
  }
  .Petropars__Wrapper__New-Image .background {
    padding: 200px 0px;
  }
  .Petropars__Wrapper__New-Image .background img {
    transform: scale(1.06) translateX(5%);
  }
  .Petropars__Wrapper__New-Item a:nth-child(even) {
    transform: translateX(0%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Petropars__Wrapper__New-Item {
    margin-right: 1rem;
  }
  .Petropars__Wrapper__New-Image .background {
    padding: 180px 0px;
  }
}
@media (min-width: 1400px) and (max-width: 1750px) {
  .Petropars__Wrapper__New-Item {
    margin-right: 2rem;
  }
  .Petropars__Wrapper__New-Image .background {
    padding: 150px 0px;
  }
}
@media (min-width: 1751px) and (max-width: 1850px) {
  .Petropars__Wrapper__New-Item {
    margin-right: 2rem;
  }
  .Petropars__Wrapper__New-Image .background {
    padding: 107px 0px;
  }
}



@media (min-width: 1200px) {
		.about__Petropars__Wrapper {
			position: relative;
			height: 250vh;
		}

		.Petropars__Wrapper__New {
			position: sticky;
			top: 10vh;
			width: 100%;
		}
		.backImage {
			position: absolute;
			height: 120vh;
			width: 100%;
			top: 50%;
			left: 0;
			background: no-repeat center url(../images/office.jpg);
			z-index: 2;
		}

		.backImage_Grad {
			transform: translateY(-50%);
			position: absolute;
			height: 100%;
			width: 0%;
			left: 0;
			top: 50%;
			background: linear-gradient(-90deg, #3e4093 0%, #15253c 100%);
		}

		html,
		body {
			overflow: unset !important;
		}

		.Petropars__Wrapper__New-Image::before {
			content: unset;
		}

		.Petropars__Wrapper__New-Item > a {
			transition: unset !important;
		}
    	.Petropars__Wrapper__New-Item {
			margin-inline-end: auto;
		}
        
        .backImage_Grad{
            display: block;
        }

        .Petropars__Wrapper__New  .background{
            display: none;
        }
	}


	@media (max-width: 1199px) {
        .backImage_Grad{
            display: none;
        }
	}
    .image__Overly{
        position: absolute;
    width: 50%;
    height: 100%;
    top: 0%;
    left: 0;
    opacity: 0;
    transform: translate(-3rem);
    transition: 300ms, transform 1s;
    filter: blur(10px);
    }
    .image__Overly img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
    .backImage:not([style*="width: 100%;"]) .image__Overly{
        opacity: 1;
      transform: translate(0%);
      filter: blur(0px);
    }
    .Petropars__Wrapper__New-Image .background::after {
    content: "";
    background-image: url(/Portals/0/Images/overimage.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20%;
    right: 0%;
}
.Petropars__Wrapper__New-Image .background {
    padding: 88px 0px 88px 16px !important;
    margin-right: 150px !important;
}
@media (min-width:992px) and (max-width:1199px){
    .Petropars__Wrapper__New-Image .background::after{
        top: 0%;
        right: 32%;
    }
  }

  /* حالت موبایل – انیمیشن‌ها حذف می‌شود */
@media (max-width: 1199px) {
    .backImage,
    .backImage_Grad,
    .Petropars__Wrapper__New-Item > a {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
    .Petropars__Wrapper__New-Image .background {
    padding: 0 !important;
    margin-right: 0!important;
}
    .Petropars__Wrapper__New-Image::before {
        width: 100%!important;
        left: 0!important;
    }
}
