@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", sans-serif;
  outline: none;
}

.btn {
  background: rgb(104 0 8);
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  border: none;
  padding: 15px 0;
  border-radius: 0;
  min-width: 250px !important;
}
.rounded-5{
  border-radius: 30px;
}
.btn-50 {
  width: 50%;
}
.color-1 {
  color: #fc641f;
}
.color-2 {
  color: rgb(104 0 8);
}
.btn img {
  filter: brightness(0) invert(1);
}

.btn:hover {
  background-color: #fc641f;
  color: white;
}

a:hover {
  color: #fc641f;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

img {
  width: 100%;
  transition: 0.5s ease-in-out;
  display: block;
}

.img-wrapper-hover {
  overflow: hidden;
}

.img-wrapper-hover:hover img {
  transform: scale(1.1);
}

a {
  text-decoration: none;
  color: rgb(70, 70, 70);
}

p {
  color: gray;
}

ul {
  margin-bottom: 0;
}
.bg-grey {
  background: rgb(247, 247, 247) !important;
}

header {
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 15px #c5c5c58c;
}

.nav-wrapper,
.contact-nav,
.socal-midea ul,
.mobil {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobil {
  border-left: 1px solid white;
}

.text-blue {
  color: #012c42;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.logo a img {
  width: 85px;
}

.links-wrapper .main-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.links-wrapper .main-ul li a {
  padding: 5px 15px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  position: relative;
  border-radius: 30px;

}

.links-wrapper .main-ul li a:hover {
  background-color: #fc641f;
  color: white;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: white;
  padding: 15px;
  width: 170px;
}
.dropdown a {
  padding: 5px 10px !important;
  border: none !important;
}

.donatepopup img{
  max-width: 300px;
  margin: 0 auto;

}

/* .main-ul a::before {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #00c3f0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-ul a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
} */

.bar {
  display: none;
}
#bar {
  font-size: 20px;
  margin-right: 20px;
  color: rgb(0, 0, 0);
}

.fixed .main-ul a {
  color: #000000;
}
.fixed .main-ul a:hover {
  color: #00c3f0;
}

@media (min-width: 992px) {
  .dropdown-toggler:hover > .dropdown {
    display: block;
  }
}

/* home banner */
.home-banner .carousel-item {
  height: 100vh;
}
.home-banner .shadow{
  position: absolute;
 
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000078;
}
.home-banner .carousel-control-next-icon,
.home-banner .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  color: #fc641f;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: none;
}
.home-banner .carousel-caption {
  bottom: auto;
  top: 30%;
  text-align: left;
}
.home-banner h1,
.home-banner .h1 {
  font-weight: 700;
  text-shadow: none;
  font-size: 52px;
  color: white;
  margin: 15px auto;
}
.home-banner p {
  color: rgb(223, 223, 223);
}
.home-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qr-wrapper{
  background: rgb(255, 255, 255);
  border-radius: 10px;
}
.our-best .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.our-best .img-wrapper {
  background-color: white;
}

.our-best .img-wrapper img {
  width: auto;
  height: 100%;
  object-fit: cover;
  background-color: #e9212e;
}
.our-best .hover-box {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 1s ease-in-out;
}
.our-best .box:hover .img-wrapper img {
  opacity: 0;
  transition: 1s all;
}
.our-best .box:hover .hover-box {
  bottom: 0;
}
.section-heading p {
  font-weight: 600;
  font-size: 17px;
}

.section-heading h2 span {
  font-weight: 400;
}

.three-boxes-wrapper {
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  background: transparent;
}
.service-item:hover .overlay-style-two::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.service-item .overlay-style-two::before {
  background-color: rgba(40, 41, 46, 0.9);
}

.overlay-style-two::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}

.service-item:hover .overlay-style-two:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.service-item .overlay-style-two:after {
  background-color: rgba(40, 41, 46, 0.9);
}

.service-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
}
.service-icon-img .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: white;
  border: 5px dotted red;
}
.service-item:hover .service-icon-img .img {
  border: 5px dotted rgb(104 0 8);
}
.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}


.home-about-section {
  background: url(../images/about-style3-bg.jpg) center center/cover;
}

.slider-wrapper {
  padding: 0 12px;
}

.project-item .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  transform: scaleX(0);
  border: 4px solid #e9212e;
  transition: all 700ms ease 100ms;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-item .overlay-content i {
  font-size: 25px;
}

.expert-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85) !important;
  transition: all 900ms ease 100ms;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert-item:hover .overlay {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}

.project-item:hover .overlay-content {
  transform: scaleY(1);
}
.project-item:hover img {
  transform: scale(1.1);
}

.review-item-wrapper {
  padding: 20px;
}

.review-item {
  top: -10px;
  right: -10px;
  background-color: white;
}
.review-item img{
  width: 80px;
}
.review-item-wrapper  .rating span{
  color: rgb(255, 208, 0);
}
.brand-wrapper .image-wrapper:hover img {
  filter: brightness(0%);
  transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}

.brand-wrapper .image-wrapper img {
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}

.blog-section .blog-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 3;
}
.blog-section a {
  color: #ffffff;
}
.blog-section a:hover {
  color: #e9212e;
}

.blog-item .img-wrapper-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, black);
  content: "";
  z-index: 2;
}
.blog-item .img-wrapper-hover {
  min-height: 350px;
}
.blog-item .img-wrapper-hover img {
  width: auto;
  height: 100% !important;
  object-fit: cover;
}

.date {
  font-size: 40px;
  border-bottom: 2px solid gray;
  margin-bottom: 20px;
}

.date span:last-child {
  font-size: 16px;
}

.box {
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.452);
  margin: 15px 0;
}
.footer-box {
  margin: 20px 0;
}
.team-two__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-box .team-two__social {
  justify-content: flex-start;
}

.team-two__social a {
  color: rgb(24, 24, 24);
  margin-right: 10px;
  font-size: 15px;
  background: #838383;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 5px;
}
.footer-logo img {
  width: 100px;
  margin-bottom: 20px;

}
.team-two__social a:hover {
  color: #fd641e;
}
.footer-box p,
.footer-box a {
  color: rgb(0, 0, 0);
  font-weight: 200;
  font-size: 14px;
  
}
.artical-wrapper .icon{
  width: 100px;
  margin-bottom: 30px;
}
.artical-wrapper .h3{
  font-weight: 500;
}
.footer-box a:hover {
  color: #fd641e;
}
.footer-box ul li {
margin: 10px 0;
}
.footer-box ul li a{
  display: block;
}
.footer-box .img {
  margin-right: 15px;
  width: 120px;
}

.footer-box ul {
  padding-left: 0;
}

.title-footer {
  margin-bottom: 30px;
}
.word{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  .bar {
    display: block;
  }

  .links-wrapper {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    left: -100%;
    width: 400px;
    transition: 0.5s ease-in-out;
  }

  .fixed .links-wrapper {
    overflow: hidden;
    overflow-y: scroll;
  }
  .fixed .main-ul a {
    color: #000000;
  }
  .links-wrapper .main-ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10px !important;
  }

  .links-wrapper .main-ul li {
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
  }

  .links-wrapper .main-ul li:hover {
    background: rgb(255, 255, 255);
  }

  .links-wrapper .main-ul li a {
    margin: 0;
    padding: 10px;
    display: block;
    border: none;
  }

  .dropdown-toggler i {
    float: right;
  }

  .dropdown {
    position: relative;
    display: none;
    top: auto;
    left: 0;
    display: none;
    background: white;
    padding: 15px;
    width: 100%;
  }

  .open {
    display: block;
  }

  .active {
    left: 0;
    transition: 0.5s ease-in-out;
  }

  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .three-boxes-wrapper {
    position: relative;
    top: auto;
    top: auto;
  }

  .home-banner .carousel-caption {
    top: 10%;
    left: 5%;
    right: 5%;
  }
  .home-banner h1,
  .home-banner .h1 {
    font-weight: 500;
    font-size: 32px;
  }
  .home-banner .carousel-item {
    height: 100vh;
  }
}

@media (max-width: 550px) {
  .home-banner .carousel-item {
    height: 100vh;
  }

  .links-wrapper {
    width: 100%;
  }

  .btn-sm-100 {
    width: 100% !important;
  }
  .bt,
  .contact-nav-wrapper {
    display: none;
  }

  .home-banner h1,
  .home-banner .h1 {
    font-weight: 500;
    font-size: 25px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
