@import "./navbar.css";
@import "./footer.css";
@import "./vedio.css";

* {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", sans-serif;
}
.title-mapaa{
  margin-bottom: -110px;
}
.title-mapaa h3{
  font-size: 24px;
}

.all-pin svg {
  width: 47px;
  filter: drop-shadow(1px 3px 1px gray);
}

.date-st {
  text-align: left;
  margin-right: 6px;
}

.date-st img {
  padding-bottom: 4px;
  margin-left: 3px;
  width: 20px;
  height: auto;
  object-fit: contain;
}

.date-st strong {
  color: white;
  font-size: 18px;
}
.map-container {
  margin-top: 30px;
  margin-bottom: 50px;
  min-height: 100vh;
  transform: scale(.7);
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
#main-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  min-height: 800px !important;
}
.all-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  cursor: pointer;
}
#pin01 {
  margin-top: -257px;
  margin-left: 90px;
}
#pin02 {
  margin-top: -231px;
  margin-left: -213px;
}
#pin03 {
  margin-top: -251px;
  margin-left: -239px;
}
#pin04 {
  margin-top: -134px;
  margin-left: -12px;
}
#pin05 {
  margin-top: -185px;
  margin-left: -243px;
}
#pin06 {
  margin-top: -109px;
  margin-left: -149px;
}
#pin07 {
  margin-top: -100px;
  margin-left: -253px;
}
.tooltiptext {
  visibility: hidden;
  font-size: 17px;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  opacity: .95;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border-radius: 6px;
  padding: 14px 14px;
  position: absolute;
  z-index: 1;
  margin-left: 300px;
  margin-top: 30px;
}
.container-tooltip {
  display: flex;
  width: 300px;
  padding: 25px;
  flex-direction: column;
  padding-top: 0;
}
.head-country{
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.title01-map{
  display: flex;
}
.title01-map .number{
  margin-left: 12px;
  font-weight: bold;
  font-size: 22px;
}
.container {
  padding-inline: 5%;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cut-section{
  width: 100%;
  margin-top: 30px;
margin-bottom: 30;
position: relative;
}
.cut-section::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 139, 0);
}
#background-video02 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

body {
  font-family: "Tajawal", sans-serif;
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.video-container-main {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  color: #353535;
  text-align: left;
  font-family: "Tajawal", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  padding: 15px 0 10px 0;
  margin-bottom: unset;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin-bottom: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-overlay {
  background: linear-gradient(90deg, #132f44a1 33.33%, #132f449e 33.33%, rgb(31 73 67 / 0%) 98.44%);
  position: absolute;
  width: 100%;
  height: 100%;
}

.text-bg-overlay h1 {
  color: #fff;
  text-align: left;
  font-family: Tajawal;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.text-bg-overlay  h4{
  color: white;
  font-weight: 800;
  font-size: 20px;
}
.text-bg-overlay,
.text-bg-overlay2 {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border-radius: 5px;
}
.text-bg-overlay {
  padding: 26px 78px 22px 70px;
  right: 10%;
  top: 10%;
}
.text-bg-overlay2 {
  right: 10%;
  padding: 26px 78px 21px 72px;
  text-align: justify;
  color: #fff;
  font-size: 20px;
  top: 40%;
}
.text-bg-overlay h3 {
  color: #fff;
  text-align: left;
  font-family: Tajawal;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 40px;
  width: 40%;
}



.first-box {
  color: var(--2-c-7796, #32516c);
  text-align: justify;
  font-family: Tajawal;
  font-size: 20px;
  display: flex;
  padding: 24px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 35px */
  border-radius: 5px;
  border-top: 3px solid var(--d-9-d-9-d-9, #122d44);
  border-bottom: 3px solid var(--d-9-d-9-d-9, #122d44);
  padding-left: 0;
  padding-right: 0;
}
.title-container {
  width: max-content;
  margin-top: 40px;
  margin-bottom: 10px;
}
.svg-cursore path{
  fill: #5d7a96;
}
.line-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line-title img {
  width: 24px;
  object-fit: contain;
}

.usericon {
  width: 27px;
  margin-left: 7px;
}

.line-before {
  background: #5c3927;
  width: 44%;
  height: 1px;
}

.line-after {
  background: #5c3927;
  width: 44%;
  height: 1px;
}

.titles-p {
  color: var(--2-c-7796, #32516c);
  text-align: left;
  font-family: Tajawal;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
}

.green-text {
  color: var(--2-c-7796, #32516c);
  font-family: Tajawal;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  padding-right: 0;
  padding-left: 0;
}

.scroll-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.animated-image {
  object-fit: scale-down;
  width: 30vw;
  height: 100%;
  opacity: 0;
  transform: translateX(100%); /* Slide in from the right */
  transition: transform 1s ease-in-out;
}

.scroll-section.active .animated-image {
  opacity: 1;
  width: 50%;
  transform: translateX(0%) rotate(44deg);
}
.paper-text {
  width: 50%;
  padding-inline-start: 30px;
}

.paper-text p {
  padding: 15px 0px 10px 40px;
}
.slide-in-text,
.slide-in-text2 {
  object-fit: scale-down;
  width: 30vw;
  height: 100%;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1s ease-in-out;
}
.scroll-section.active .slide-in-text {
  opacity: 1;
  width: 30%;
  margin-top: 100px;

  transform: translateX(0%) rotate(43.3deg);
}
.scroll-section.active .slide-in-text2 {
  opacity: 1;
  width: 30%;
  margin-top: -56px;
  margin-right: 116px;
  transform: translateX(0%) rotate(21.2deg);
}
.mobile-image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.mobile-image-container img{
  margin-left: 10px;
  margin-right: 10px;
}
.section-shop{
  margin-top: 40px;
  align-items: center;
  margin-bottom: 60px;
}


.text-shop {
  width: auto;
  padding: 0px 10px 10px 20px;
}
.text-shop p {
  color: var(--2-c-7796, #32516c);
  text-align: left;
  font-size: 20px;
  word-spacing: 0;
  font-weight: 700;
  line-height: 29px;
}
.img-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  }

.box-law {
  width: 100%;
  border-bottom: 2px solid #32516c;
  border-top: 2px solid #32516c;
  margin: auto;
}
.box-law h3 {
  color: var(--2-c-7796, #32516c);
  text-align: center;
  font-family: Tajawal;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 56px */
  margin-top: 20px;
}
.box-law div {
  color: var(--2-c-7796, #32516c);
  text-align: center;
  font-family: Tajawal;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  padding-inline: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.box-camera {
  border-bottom: 2px solid #32516c;
  border-top: 2px solid #32516c;
  padding-inline: 50px;
  width: 50vw;
  margin: auto;
  margin-top: 20px;
}
.box-camera h3 {
  margin-top: 20px;
  color: var(--2-c-7796, #32516c);
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 175%;
}
.box-camera div > p {
  margin-top: 0;
  color: var(--2-c-7796, #32516c);
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.gray-text {
  color: #737373;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
  margin-top: 10px;
}
.box-camera-container {
  position: relative;
}
.camera-overlay {
  background: url(./../assets/eeee.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  left: 0;
  bottom: -120px;
  height: 100vh;
  width: 100%;
}
.brown-text {
  color: var(--d-9-d-9-d-9, #5c3927);
  text-align: justify;
  font-size: 24px;
  font-weight: 700;
}

.text-qoute {
  position: relative;
}
.text-qoute svg {

}

.img-man {
  background-image: url(./../assets/ddcr.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.img-man-text {
  border-radius: 10px;
  background: rgb(45 76 103 / 70%);
  display: inline-flex;
  padding: 20px 30px 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 96px;
  left: 90px;
  width: 600px;
}
.img-man-text p {
  color: #fff;
}

.bg-img video{
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px){
  .container02 {
    max-width: 800px;
    margin: auto;
}
}
@media (max-width: 800px){
  .mobile-image-container{
    flex-direction: column;
  }
  .mobile-image-container img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
}
@media (max-width: 1100px){
  .container02 {
    max-width: 90%;
    margin: auto;
}
}
@media (max-width: 650px) {
  .map-container{
    transform: scale(.4);
  }
  .text-bg-overlay,
  .text-bg-overlay2 {
    width: 100%;
    padding: 10px;
  }
  .text-qoute svg {
    right: 5px;
    width: 14px;
  }

  .bg-img,
  .bg-overlay {
    height: 100%;
  }

  .text-bg-overlay2 {
    font-size: 16px;
  }
  .camera-overlay {
    right: 0;
    width: 136%;
    transform: scale(.9);
  }
  .paper-text {
    width: 100%;
  }

  .scroll-section.active .slide-in-text {
    margin-top: -103px;
  }
  .text-scroll {
    width: 200px !important;
    right: 10px !important;
    padding: 6px 20px !important;
  }
  .section button {
    left: 5px !important;
    padding: 5px !important;
    font-size: 14px !important;
  }
  .video-container {
    height: 35vh;
    margin-bottom: unset;
  }
  .section button svg {
    width: 14px;
  }
  .text-scroll p {
    font-size: 10px !important;
  }
  .scrollable-content {
    width: 80% !important;
  }
  #div1,
  #div2 {
    height: 75vh !important;
  }
  .scrollable-container2,
  .scrollable-container {
    width: 70%;
    height: 75vh !important;
  }

  .animated-image {
    left: -153px;
    bottom: -141px;
    height: 104vh;
    width: 160vw;
    transform: scale(.6);
  }
  .img-man-text {
    left: 17px;
    width: 80%;
  }
  .text-vedio {
    margin-top: 28px;
  }

  .green-text {
    font-size: 16px;
  }
  .box-camera {
    width: 80%;
    padding-inline: unset;
  }
  .box-camera div > p {
    font-size: 14px;
  }
  .box-camera h3 {
    font-size: 20px;
  }

  .text-bg-overlay h1 {
    font-size: 27px;
  }
  .text-bg-overlay h3 {
    font-size: 24px;
    width: 85%;
    line-height: 36px;
  }
  .first-box {
    padding: 16px 14px;
    font-size: 16px;
  }
  .scroll-section {
    flex-direction: column;
  }
  .slide-in-text,
  .slide-in-text2 {
    width: 100%;
  }

  .paper-text p {
    padding: 0 0px 36px 0;
  }
  .slide-in-text img,
  .slide-in-text2 img {
    width: 100%;
    transform: scale(1.5);
  }
  .section-shop {
    flex-direction: column;
  }
  .text-shop {
    width: 100%;
  }
  .img-shop {
    width: 100%;
    padding-inline: unset;
  }
  .img-shop img {
    width: 100%;
  }
  .titles-p {
    font-size: 16px;
  }
  .scroll-section.active .slide-in-text2 {
    opacity: 1;
    width: 100%;
    margin-bottom: 50px;
    margin-inline: unset;
    margin-right: unset;
  }
  .scroll-section.active .slide-in-text {
    width: 129%;
  }
  .scroll-section {
    overflow: hidden;
  }
  .box-law h3 {
    font-size: 16px;
  }
  .text-shop p {
    font-size: 16px;
    word-spacing: 16px;
  }

  p {
    font-size: 16px;
  }
  .box-law div {
    font-size: 14px;
    padding-inline: unset;
    margin-bottom: 30px;
    margin-top: 21px;
  }
}
@media (min-width: 651px) and (max-width: 1024px) {
  .box-camera {
    width: 90%;
  }

  .titles-p {
    font-size: 20px !important;
  }
  .text-scroll p {
    font-size: 16px !important;
  }
  .text-bg-overlay,
  .text-bg-overlay2 {
    width: 60%;
    right: 5%;
    padding: 20px;
  }
  .text-bg-overlay h1 {
    font-size: 30px;
  }
  .first-box {
    padding: 23px 37px;
  }
  .video-container,
  #youtube-video {
    height: 57vh;
  }
  .text-qoute svg {
    right: 40px;
    width: 20px;
  }

  .scroll-section {
    flex-direction: column;
  }
  .text-scroll p {
    font-size: 18px;
  }
  .section button {
    left: 0 !important;
    font-size: 18px !important;
  }
  .slide-in-text,
  .slide-in-text2 {
    width: 100%;
    margin-bottom: 56px;

  }
  .slide-in-text img,
  .slide-in-text2 img {
    width: 100%;
    transform: scale(1.2);
  }
  .section-shop {
    flex-direction: column;
  }
  .paper-text {
    width: 100%;
    padding-inline: 20px;
  }
  .scroll-section.active .slide-in-text {
    width: 110%;
    margin-top: 10px;
  }
  .img-shop {
    width: 100%;
    padding-inline: 55px;
  }
  .box-law {
    width: 100%;
  }
  .scroll-section {
    overflow: hidden;
  }
  .paper-text p {
    padding: 15px 50px 10px 50px;
  }
  .text-scroll {
    right: 20px !important;
  }

  .scrollable-container {
    width: 450px !important;
  }
  .img-man-text {
    left: 10px;
    width: 80%;
    bottom: 20px;
  }
  .text-shop {
    width: 86%;
    padding: 0px 17px 27px 40px;
  }

  .scroll-section.active .slide-in-text2 {
    opacity: 1;
    width: 87%;
    margin-bottom: -6px;
    margin-inline: -44px;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .text-bg-overlay,
  .text-bg-overlay2 {
    width: 39%;
  }
  .section-shop {
    flex-direction: unset;
    width: 100%;
  }
  .img-shop {
    width: 30%;
    padding-inline: 100px;
  }
  .text-shop {
    width: 40%;
  }
  .video-container,
  #youtube-video {
    height: 100%;
  }
  .img-shop {
    padding-inline: 70px;
  }
}

#div1 {
  background-image: url(./../assets/yy.png);
  background-position: cover;
  background-repeat: round;
  width: 100%;
  height: 100vh;
  position: relative;
}

#div2 {
  background-image: url(./../assets/eeddc.png);
  background-position: cover;
  background-repeat: round;
  width: 100%;
  height: 100vh;
  position: relative;
}

#div1 .text {
  position: absolute;
}
.text-scroll {
  right: 100px;
  opacity: 0.7;
  background: var(--2-c-7796, #32516c);
  height: 100vh;
  width: 720px;
  padding: 50px;
}
.text-scroll p {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}
.section button {
  position: absolute;
  left: 30px;
  padding: 20px;
  background-color: transparent;
  border: unset;
  color: #fff;
  text-align: justify;
  font-family: Tajawal;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 56px */
}

.scrollable-container {
  width: 720px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.scrollable-content {
  position: absolute;
  width: 80%;
  height: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.scrollable-container2 {
  width: 720px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.scrollable-content2 {
  position: absolute;
  width: 80%;
  height: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
@media (max-width: 380px){
  .map-container {
    transform: scale(.36);
}
}
@media (max-width: 320px) {
  .titles-p {
    font-size: 15px;
  }
  .section button {
    font-size: 9px !important;
  }
  .map-container {
    transform: scale(.3);
}
}

