﻿@use postcss-preset-env {
  stage: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body1 {
  background-color: #32425a;
  color: #7e7e7e;
  font-family:Tajawal;
  line-height: 1.5;
  margin: 0;
  min-height: 35vh;
  padding:5vmin;
  padding-right:10%;
  left:10%;
}


a {
  color: #ffb31f;
}

h1,
h2,
h3 {
  color: #fff;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.5em;
  margin-bottom: 0.25em;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 1.2em;
  text-align:right;
  margin-bottom: 0.33em;
  margin-top: 0;
  margin-right:100px;
  
}

h3,
.h3 {
  font-size: 1.25em;
  margin: 0 0 0.5em;
}

p {
  margin: 0.5em 0;
  text-align:right
}

.pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

  
  }

.logo{
margin-left:130px;
}

.text-center {
  text-align:right;
}

.subline {
  color: #768191;
  font-weight: normal;
}

.align {
  display: grid;
  place-items: center;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 90%;
}

.map {
  margin-top: -50px ;
  position: relative;
}

.map__markers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map__marker {
  position: absolute;
}

.map__marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: "";
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.map__marker:hover .map__marker-info {
  display: block;
}

.map__marker > a {
  background-color: #daa236;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}

.map__marker--irbid {
  left: 25%;
  top: 22%;
}

.map__marker--Jarash {
  left:25%;
  top: 28%;
}

.map__marker--airport {
  left: 38%;
  top: 48%;
}
.map__marker--moqableen {
  left: 34%;
  top: 46%;
}

.map__marker--maan {
  left: 35%;
  top: 66%;
}

.map__marker--maan:after {
  animation-delay: 3s;
}

.map__marker--Aqaba {
  left: 14%;
  top: 83%;
}

.map__marker--Aqaba:after {
  animation-delay: 5s;
}

.map__marker--madaba {
  left: 20%;
  top: 42%;
}



.map__marker--tafileh {
  left: 16%;
  top: 60%;
}

.map__marker--tafileh:after {
  animation-delay: 3s;
}

.map__marker--karak {
  left: 20%;
  top: 51%;
}

.map__marker--karak:after {
  animation-delay: 5s;
}

.map__marker-info {
  display: none;
  left: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}

.map__marker-info-header {
  background-color: #3da0a9;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #fff;
  padding: 0.1em .33em;
  direction:rtl;
}

.map__marker-info-main {
  background-color: #fff;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: #7e7e7e;
  padding: 0.5em 1em;
}

.map__marker-info h2 {
  margin-bottom: 0;
}

.map__marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

.map__marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate--bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}