@import "./navbar.css";
@import "./vedio2.css";
@import "./header.css";
@import "./footer.css";

* {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", sans-serif;
}
body {
  font-family: "Tajawal", sans-serif;
  background-color: #f5f5f5;
}
.ear-img{
  width: 65vw;
}
.ear-img img{
  width: 85%;
}
.description-p{
  font-size: 21px;
  font-weight: bolder;
  background-color: #afcfcc3d;
  line-height: 31px;
  padding: 20px;
  border-radius: 11px;
  margin-bottom: 30px;
}
.m-b-video{
  margin-bottom: 40px;
}
.p-t-start{
  padding-top: 80px;
}
p {
  color: #353535;
  text-align: justify;
  font-family: "Tajawal", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  padding: 10px 0 10px 0;
  margin-bottom: unset;
}
.bg-img {
  display: flex;
  width: 100%;
}
.gradiant {
  width: 60%;
  position: absolute;
  height: 100vh;
  background: linear-gradient( 90deg,
   #1f4943 0%,
   #1f4943c4 72.92%,
   rgba(31, 73, 67, 0.6) 88.02%,
   rgba(173, 212, 208, 0) 100% );
}
.img {
  background: url(./../assets/bg-img.png);
  background-size: cover; /* Use 'cover' to make the image cover the entire container */
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
h1 {
  position: absolute;
  left: 10%;
  top: 10%;
  font-family: "Tajawal", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
}

.text-header {
  position: absolute;
  left: 10%;
  top: 10%;
  font-family: "Tajawal", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;

  width: 67%;
  top: 25%;
  font-size: 38px;
  font-weight: bold !important;
}
.text-bottom {
  border-radius: 2px;
  background: #408077;
  position: absolute;
  bottom: -18px;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  right: 20%;
  padding: 12px 38px;
}

.bg-section {
  background: url(./../assets/bg1.png);
  background-position: center;
  background-repeat: round !important;
  background-size: contain;
  height: 100%;
  overflow: hidden;
}

.header .header-title {
  color: #353535;
  text-align: justify;
  font-family: "Tajawal", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 1px solid #1f4943;
  display: inline-block;
  padding-bottom: 12px;
}
.header-with-border {
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}
.header-icon-container,
.header-icon-containers {
  position: absolute;
  background: url("./../assets/bg1.png");
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 5px;
  object-fit: contain;
}
.header-icon-container {
  left: 32%;
  bottom: -33px;
}
.header-icon-containers {
  left: 42%;
  bottom: -28px;
}
.header-icon-container .header-icon,
.header-icon-containers .header-icon {
  width: 47px;
  height: 47px;
  fill: #1f4943;
}

.bg-section1 {
  background: url("./../assets/image3.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
.overlay-img {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bg-img1 {
  background: url("./../assets/section.png");
  background-repeat: no-repeat;
  height: 100%;
  bottom: 18%;
  right: 12%;
  width: 100%;
  position: absolute;
}
.bg-img2 {
  position: absolute;
  background: url("./../assets/image2.png");
  background-repeat: no-repeat;
  height: 100%;
  top: 12%;
  left: 28%;
  width: 100%;
}

.overlay-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-img3 {
  position: absolute;
  background: url("./../assets/image2.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 130vh;
  width: 100%;
  top: -35%;
  right: 26%;
}
@media (max-width: 650px) {
  p {
    color: #353535;
    text-align: left;
    font-family: "Tajawal", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0 10px 0;
    margin-bottom: unset;
}
  .ear-img img{
    width: 100%;
  }
  .text-header {
    width: 100%;
    top: 25%;
    font-size: 30px;
    font-weight: bold !important;
}
  .ear-img img{
    width: 100%;
  }
  .bg-img1,
  .bg-section1 {
    width: 170vw;
    bottom: 5%;
  }
  .ear-img{
    width: 100%;
  }
  .bg-section1 {
    right: -22%;
  }
  .bg-img1 {
    right: -6%;
  }
  .bg-img3 {
    bottom: -45%;
    right: 39%;
    opacity: 0;
  }
  .header-icon-container .header-icon,
  .header-icon-containers .header-icon {
    width: 30px;
    height: 30px;
  }

  .list-container {
    width: 100% !important;
  }
  .header-icon-container,
  .header-icon-containers {
    bottom: -20px;
  }
  .bg-img2 {
    width: 189vw !important;
    top: 60%;
    right: -25%;
    background-size: contain;
  }
  h1 {
    font-size: 36px;
    width: 100%;
}
  .footer {
    flex-direction: column;
  }
  .text-bottom {
    font-size: 15px;
    padding: 7px;
    width: 200px !important;
  }
  .gradiant,
  .img {
    height: 60vh;
  }
  .gradiant {
    width: 80%;
    position: absolute;
  }
  .header .header-title {
    font-size: 20px;
  }
  .list-details li {
    font-size: 16px;
  }
  .list-details li span svg {
    width: 32px;
    height: 32px;
  }
  .list-details li span {
    padding: 0 10px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .country-section-img {
    width: 130vw !important;
    bottom: 2% !important;
    left: 6% !important;
    background-size: contain !important;
  }
}
@media (min-width: 651px) and (max-width: 768px) {
  .bg-img3{
    display: none;
  }
  .bg-img3 {
    top: 22%;
    right: 37%;
  }
  .ear-img{
    width: 100%;
  }
  h2 {
    font-size: 20px !important;
  }
  h1 {
    font-size: 40px;
  }
  .bg-img2 {
    width: 150vw !important;
    top: 40% !important;
    left: -17% !important;
    width: 119vw !important;
  }
  .bg-section1 {
    width: 150vw;
    bottom: 4% !important;
    right: 10% !important;
    background-size: contain !important;
  }
  .bg-img1 {
    width: 150vw;
    bottom: 4% !important;
    right: -2% !important;
    background-size: contain !important;
  }

  .list-details li {
    font-size: 16px;
  }
  .text-bottom {
    font-size: 22px;
    bottom: -30px;
  }
  .text-header {
    width: 71%;
    top: 26%;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .bg-img2 {
    top: 22%;
    left: 10%;
  }
  .ear-img{
    width: 100%;
  }
}

h2 {
  color: #686d6d;
  text-align: center;
  font-size: 32px;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  line-height: 175%;
  padding-top: 26px;
}
.list-container {
  border-radius: 5px;
  border: 3px solid #9ea7a6;
  width: 70vw;
  margin: auto;

  box-shadow: 0 0 6px  #9a9999;
  background: linear-gradient(0deg, #e2edec 0%, #e2edec 100%),
    lightgray -716.165px 0px / 178.895% 100% no-repeat;
}
.list-details {
  list-style: none;
  color: #686d6d;
  text-align: left;
  font-size: 24px;
  font-family: "Tajawal", sans-serif;
}
.list-details li {
  display: flex;
  padding-block: 12px;
}
.list-details li span {
  padding: 0 60px 0 26px;
}

.list-details li:nth-child(2) {
  padding-inline: 9px;
}
.country-section-img {
  background: url("./../assets/image1.png");
  background-repeat: no-repeat;
  height: 100%;
  bottom: 13%;
  left: 40%;
  width: 100%;
  position: absolute;
}


@media (max-width: 450px) {

.navbar-logo--main {
  width: 75px;
  height: 42px;
  object-fit: contain;
}
.navbar-logo--main img {
object-fit: contain;}

}