/* Welcome sectiom */
html,
body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.navbar {
  width: 100%;
  position: absolute;
  top: 0;
}

nav {
  width: 100%;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0);
  line-height: 80px;
}

nav ul {
  float: right;
  /* margin-right: 50px; */
}

nav ul li {
  list-style-type: none;
  display: inline-block;
}

nav ul li a {
  color: white;
  text-decoration: none;
  padding: 30px;
  transition: 0.8s;
}

nav ul li a:hover {
  color: #144444;
  text-decoration: none;
  padding: 30px;
}

.logo {
  /* padding-top: 30px; */
  padding-inline: 50px;
}

.welcome_section {
  width: 100%;
  /* height: 100vh; */
  background-image: url("/assets/images/home/home_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome_statement {
  line-height: 20px;
  padding-bottom: 100px;
  position: relative;
  padding-top: 20%;
}

.welcome {
  color: #ffffff;
  opacity: 40%;
  font-family: "Tajawal", sans-serif;
  font-size: 110px;
  position: absolute;
  left: 0;
}
.sanobar {
  color: #006645;
  font-family: "Tajawal", sans-serif;
  font-size: 40px;
  position: absolute;
  z-index: 9;
  padding-top: 25px;
  padding-inline-start: 10px;
}
.welcome_button {
  padding-inline-start: 20px;
}

.btn-default {
  background-color: #144444;
  color: white;
  font-size: large;
  font-family: "Tajawal", sans-serif;
}

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

.open_statment {
  line-height: 60px;
  padding-inline-start: 10px;
  margin-bottom: 50px;
}
.we_are {
  color: #ffffff;
  font-family: "Tajawal", sans-serif;
  font-size: 80px;
  color: #088c61;
}

.idea-text {
  color: #144444;
  font-family: "Tajawal", sans-serif;
  font-size: 60px;
}

.idea-text-scrolled {
  color: white;
  font-family: "Tajawal", sans-serif;
  font-size: 60px;
}

/* SERVICES */
.services {
  margin-bottom: 80px;
  margin-top: 80px;
}

.top-col {
  padding-top: 50px;
}

.lower-cols {
  padding-top: 30px;
  padding-bottom: 40px;
}
.title {
  color: #144444;
  font-family: "Tajawal", sans-serif;
}

.text {
  color: #088c61;
  font-family: "Tajawal", sans-serif;
  text-align: justify;
}

.service-title {
  color: #606060;
  font-family: "Tajawal", sans-serif;
  padding: 10px;
}

.service-img {
  max-width: 100%;
  height: auto;
}

/* DIFFERENT */
.us_different {
  padding-top: 50px;
  width: 100%;
  height: max-content;
  background-image: url("/assets/images/home/bg+clouds.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  background-position: center;
}

.diff-title {
  color: #144444;
  font-family: "Tajawal", sans-serif;
}

.diff-text {
  color: #088c61;
  font-family: "Tajawal", sans-serif;
  text-align: justify;
}

.diff-img {
  max-width: 100%;
  height: auto;
}

/* WORK SAMPLES */
.work_samples {
  margin-bottom: 100px;
}

.title1 {
  color: #088c61;
  font-family: "Tajawal", sans-serif;
}

.title2 {
  color: #144444;
  font-family: "Tajawal", sans-serif;
}

.slider {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 60%,
    #144444 50%,
    #144444 100%
  );
}

.card-top {
  background-color: #f9f9f9;
  text-align: center;
}

.mobile-frame {
  position: absolute;
  width: 70%;
  height: auto;
}
.top-image {
  position: relative;
  width: 70%;
  height: auto;
  padding-inline-start: 5px;
}

.card-body {
  background-color: #088c61;
}
.card-title {
  color: white;
}
.card-text {
  color: white;
  font-size: medium;
}

/* FOOTER */
.footer {
  background-color: #144444;
  padding-top: 100px;
  padding-bottom: 100px;
}

.social-icon {
  max-width: 100%;
  height: auto;
}

.address,
.email,
.phone {
  color: #ffffff;
  font-family: "Tajawal", sans-serif;
}

.glide__arrow {
  background-color: #088c61 !important;
}

/* IPAD RESPONSIVE */
@media only screen and (max-width: 768px) {
  .welcome_statement {
    padding-bottom: 75px;
  }
  .welcome {
    font-size: 55px;
  }
  .sanobar {
    font-size: 25px;
    padding-inline-start: 5px;
  }

  .we_are {
    font-size: 49px;
  }

  .idea-text {
    font-size: 30px;
  }

  .open_statment {
    line-height: 30px;
  }

  .logo {
    /* padding-top: 30px; */
    padding-inline: 10px;
    /* margin-bottom: 50px; */
  }

  .card-text {
    font-size: small;
  }
}

/* PHONE RESPONSIVE */
@media only screen and (max-width: 414px) {
  .welcome_statement {
    padding-top: 50%;
  }
  .welcome {
    font-size: 55px;
  }
  .sanobar {
    font-size: 25px;
    padding-inline-start: 5px;
  }

  .we_are {
    font-size: 49px;
  }

  .idea-text {
    font-size: 30px;
  }

  .open_statment {
    line-height: 30px;
  }

  .logo {
    /* padding-top: 30px; */
    padding-inline: 10px;
    /* margin-bottom: 50px; */
  }

  .card-text {
    font-size: small;
  }
}
