.logo {
    height: 80px;
}

.spec-sec {
    display: contents;
}

@font-face {
    font-family: 'Tajawal-Bold';
    src: url('assets/fonts/Tajawal/Tajawal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('assets/fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
}

body {
    font-family: 'Tajawal-Bold', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}   

.whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #25d366;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

.selected-page {
    color: #f18c2f;
    font-size: 28px;
    font-weight: 400;
    margin: 0px 10px;
}

.bottom-line {
    height: 10px;
    width: 55px;
    background-color: #f18c2f;
    margin: 0px 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

.navbar-light .navbar-toggler {
    background: #f18c2f;
    color: white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='100' height='100'> <path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/> </svg>");
}

.nav-link {
    color: black;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.link {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 10px;
}

.btn {
    margin-right: 150px;
    background: #f18c2f;
    color: white;
    font-weight: bold;
}

.chap-img {
    width: 150vw; 
    height: 150vw;
}

.chap {
    height: 40vh; 
    width: 40vh; 
    position: absolute;
    bottom: 143vh;
    right: -115vh;
    z-index: -1;
    border-radius: 50%;
}

.title-h2 {
    margin-top: 100px; 
}

h2 {
    color: #ef8b39;
    font-weight: bold;
    font-size: 6vw;
       
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 4rem;
    }
}

@media screen and (min-width: 768px) {
    
.chap {
    height: 40vh; 
    width: 40vh; 
    position: absolute;
    bottom: 145vh;
    right: -61vh;
    z-index: -1;
    border-radius: 50%;
}

.chap-img {
    width: 90vw; 
    height: 90vw;
}
}

.sub-title-sec {
    font-family: 'Tajawal-Regular';
    margin: 50px 0px;
}
.sub-title-sec h3 {
    font-size: 5vw;
}
@media screen and (min-width: 768px) {
    .sub-title-sec h3 {
        font-size: 2.3rem;
    }
}

.get-order-btn img {
    width: 20px;
    height: 20px;
}

.icon-btn {
    width: 20px;
    height: 20px;
}

.get-order-button {
  color: #ef8b39;
  border: 1px solid #ef8b39;
  font-size: 30px;
  background: white;
  padding: 10px 40px;
  border-radius: 10px;  
}

.get-order-button:hover {
    color: white;
    background-color: #ef8b39;
}

.get-order-button:hover img {
    content: url('assets/icons/send_white.png');
}

.contact-us-mobile{
    display: none;
}

.bannar-section {
    width: 100%;
    height: 100%;
    padding: 100px;
  }

  .bannar-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .bannar-text-sec h3 {
    font-size: 40px;
    color: #fd521b;
    text-align: center;
    margin-bottom: 25px;
  } 

  .bannar-text-sec {
    margin-bottom: 10vw;
  }

  .sub-pro-div {
    display: flex;
    margin: 20px 0;
  }

  .middle-content {
    display: flex;
  }

  .middle-content section h1 {
    color: #fd521b;
    font-size: 2.8vw;
  }

  .middle-content section h2 {
    font-size: 1.8vw;
    margin-top: 50px;
    color: gray;
    margin-bottom: 150px;
    font-family: "Tajawal-Regular";
  }

  .middle-content section div {
    margin: 0 20px;
  }

  .middle-content section div img {
    margin: 0 20px;
  }

  .middle-content section div {
    margin: 20px 0;
    font-family: "Tajawal-Regular";
  }

  .down-div {
    height: auto;
    background-color: #fbeabd;
    width: 100%;
    padding: 10vw 0;
    justify-content: center;
    text-align: center;
  }

  .down-div h1 {
    font-size: 50px;
    color: #fd521b;
    justify-content: center;
    text-align: center;
  }

  .down-div h2 {
    color: #5f5948;
    font-size: 40px;
    text-align: center;
    margin: 5vw 0;
  }

  .contact-us-now {
    background-color: #f18c2f;
    color: white;
    padding: 10px 50px;
    border: 1px solid #ef8b39;
    font-size: 2.1vw;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
  }

  .contact-us-now:hover {
    background-color: white;
    color: #ef8b39;
  }

  .get-order-now {
      color: #ef8b39;
      border: 1px solid #ef8b39;
      font-size: 2.1vw;
      background: white;
      padding: 10px 40px;
      border-radius: 10px;  
  }

  .get-order-now:hover {
    color: white;
    background-color: #ef8b39;
}

.get-order-now:hover img {
    content: url('assets/icons/send_white.png');
}

.why-us {
  color: #fd521b;
  font-size: 3vw;
  margin-top: 10vw;
  margin-bottom: 5px;
  font-family: "Tajawal-Bold";
}

.our-properties {
  width: 100%;
}

.our-properties section div {
  padding: 3vw;
  margin: 4vw 2vw;
  border-radius: 20px;
  width: 50%;
  text-align: center;
}

.our-properties section {
  display: flex;
  padding: 0vw 7vw;
}

.square_1 {
  border: 5px solid #13489f;
}

.square_2 {
  border: 5px solid #fd521b;
}

.square_3 {
  border: 5px solid #f18c2f;
}

.square_4 {
  border: 5px solid #330e8d;
}

.our-properties section div h2 {
  font-size: 1.5vw;
  color: black;
  font-family: "Tajawal-Regular";
}

.our-properties section div img {
    
    top: 0;
    right: 0;
}

footer {
  background-color: #fbeabd;
  width: 100%;
}

.url-title {
  font-size: 1.46vw;
  color: #fd521b;
  border-bottom: 3px solid #fd521b;
  padding-bottom: 15px;
  text-align: center;
  width: max-content;
}

.btn {
  border-radius: 20px;
}



@media (max-width: 768px) {
  body {
    padding: 0px 20px;
    
  }
  
  .spec-sec {
        display: inline-flex;
        width: 100%;
      }

    .bannar-text-sec h3 {
        font-size: 17px;
      }
    .contact-us-mobile {
      display: inline-block;
      padding: 10px 20px; 
      background-color: #fd521b;
      color: white; 
      border: none;
      margin-top: 10px;
      font-size: 20px;
      border: 4px solid #fd521b;
      border-radius: 10px; 
      margin: 0 5px;
      width: 40%;
    }

    .get-order-button {
        color: #fd521b;
        border: 4px solid #fd521b;
        font-size: 20px;
        background: white;
        padding: 10px 40px;
        border-radius: 10px;  
        font-weight: 400;
        margin: 0 5px;
        width: 50%;
      }

      .spec-sec {
        display: inline-flex;
        width: 100%;
      }

      .bannar-section {
        width: 100%;
        height: 100%;
        padding: 20px;
      }

      .middle-content section h1 {
        font-size: 5.7vw;
      }

      .middle-content section h2 {
        font-size: 4.5vw;
        margin-top: 20px;
        color: gray;
        margin-bottom: 50px;
        font-family: "Tajawal-Regular";
      }

      .middle-content section div h3 {
        font-family: "Tajawal-Regular";
        font-size: 18px;
        font-weight: bold;
      }
      
      .middle-content section div img {
        width: 23px;
        height: 30px;
        margin: 0 10px;
      }

      .middle-content div img {
        width: 200px;
        height: auto;
    }
    .middle-content div {
        margin-top: 100px;
    }

    .down-div h1 {
      font-size: 7vw;
      
    }
  
    .down-div h2 {
      font-size: 3.8vw;
    }
    .contact-us-now {
      font-size: 4vw;
      margin: 10px 0;
    }
    
    .get-order-now {
      font-size: 4.1vw;
      margin: 10px 0;
  }

  .why-us {
    font-size: 6vw;
  }
  .our-properties section {
    display: block;

  }
  .our-properties section div {
    width: 100%;
  }

  .our-properties section div h2{
    font-size: 4vw;
  }

  .footer-about-us {
    text-align: center;
  }

  .url-title {
    font-size: 6vw;
    text-align: right;
    width: max-content;
  }

  .urls-container {
    
  }
  .contact-text {
    display: grid;
    justify-content: center;
}
  }

  