* {
  margin: 0px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background-color: #b1b1b1;
}

.nav {
  position: relative;
}
.nav .social {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 991px) {
  .nav .social {
    right: 50px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav .social {
    right: 50px;
    bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .nav .social {
    right: 50px;
    bottom: 10px;
  }
}
@media screen and (max-width: 464px) {
  .nav .social {
    right: 30px;
    bottom: 10px;
  }
}
.nav .social img {
  width: 50px;
  height: 50px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .nav .social img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .nav .social img {
    width: 35px;
    height: 35px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 464px) {
  .nav .social img {
    width: 25px;
    height: 25px;
    margin: 0 7px;
  }
}

.hero {
  position: relative;
  width: 100%;
  z-index: 1;
}
.hero .ramadi {
  position: absolute;
  top: 0;
  left: 0;
}
.hero .ramadi img {
  width: 60%;
}
.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}

footer {
  background-color: #f5dece;
}

.footer {
  display: flex;
  margin-top: 50px;
  background-color: #f5dece;
}
.footer a {
  flex: 1;
  display: block;
  width: 16%;
  margin: 0 2%;
  height: 100px;
}
@media screen and (max-width: 464px) {
  .footer a {
    height: 40px;
  }
}

.footer-home {
  display: flex;
  margin-top: 50px;
}
.footer-home a {
  flex: 1;
  display: block;
  width: 16%;
  margin: 0 2%;
  height: 100px;
}
@media screen and (max-width: 464px) {
  .footer-home a {
    height: 40px;
  }
}

.right {
  position: relative;
}
.right .button-right {
  width: 18%;
  position: absolute;
  bottom: 21%;
  right: 11%;
}
.right .button-left {
  width: 18%;
  position: absolute;
  bottom: 21%;
  left: 11%;
}

.footer-back2 {
  background-color: #f5dece;
  position: relative;
}
.footer-back2 .button {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 20%;
}

.footer-back {
  background-color: #f5dece;
  position: relative;
}
.footer-back .button {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 20%;
}

.follow {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.follow .img {
  width: 30%;
  height: 45%;
  margin: 60px 32%;
}
.follow .img-2 {
  width: 50%;
  margin: 60px 20%;
}

.threedots-follow {
  position: relative;
  background-color: #f5dece;
}

.threedots-con {
  position: relative;
  background-color: #f5dece;
}

.threedots {
  background-color: #f5dece;
}

.contact-wh1 {
  position: absolute;
  width: 6%;
  right: 69%;
  bottom: 7%;
}

.contact-wh2 {
  position: absolute;
  width: 6%;
  right: 69%;
  bottom: 32%;
}

.hajz {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 24%;
  z-index: 3;
}
.hajz img {
  width: 70%;
}
@media screen and (min-width: 767px) {
  .hajz {
    left: 35%;
  }
}
@media screen and (max-width: 991px) {
  .hajz {
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .hajz {
    left: 25%;
  }
}

.href {
  color: #b1b1b1;
}/*# sourceMappingURL=index.css.map */