@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

@font-face {
  font-family: 'GED';
  src: url(../GEDinarOneKurdish-Regular.otf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Almarai', sans-serif;
  background-color: #262626;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #FFFCF8;
}

::-webkit-scrollbar-thumb {
  background-color: #252525;
}

a {
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}

a:hover {
  color: unset;
  text-decoration: none;
  cursor: pointer;
}

p {
  font-size: 15px;
  margin: 0;
}

.fi {
  margin-top: 5px;
}

section {
  padding: 2rem 1rem;
  overflow: hidden;
  min-height: 50vh;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}

.title {
  text-align: right;
  color: #252525;
  font-weight: 700;
  width: fit-content;
}






/*-- Contact ----*/
.form-control {
  border: 0;
  font-size: 14px;
  text-align: right;
}

.form-control:focus {
  color: #404040;
  background-color: #F8F8F8;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder,
option {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  text-transform: capitalize;
}

.order-form {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  display: flex;
}

.form-control,
.form-select {
  border: none;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 8px;
  margin: 0;
  color: #757575;
  font-weight: 400;
}

.form-label {
  color: #212529;
  margin: 16px 4px 4px;
}

.lg-img {
  width: 100%;
  height: 100%;
  object-position: 12%;
  object-fit: cover;
  border-radius: 4px;
}

button {
  background-color: #d1b593;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  width: 100%;
  padding: 10px;
}






.lower-footer {
  text-align: center;
  padding: 0.7rem 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 9px;
}

.lower-footer p {
  margin-bottom: 0;
  font-size: 13px;
}

.lower-footer a {
  font-size: 16px;
  color: white;
}





/***** modal *****/
.modal-header {
  border: none;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header img {
  width: 230px;
}

.modal-content {
  padding: 2rem;
  text-align: center;
  border-radius: 20px;
  width: 90%;
  margin: auto;
  background-size: cover;
  text-align: right;
}

.modal-body {
  margin: 1rem 2rem;
  padding: 0;
}

.modal-content a.primary-btn {
  width: 85%;
  text-align: center;
  margin: auto;
}

@media(min-width: 1400px) {
  .container-fluid {
    max-width: 1700px;
  }
}





@media (max-width:768px) {
  .form {
    padding: 3rem 1rem;
    background-image: url(../img/zawaj-slider-1.jpg);
    background-position: 19%;
    background-repeat: no-repeat;
    background-size: 2326px;
  }

  .lg-img {
    display: none;
  }
}


@media (max-width:575px) {
  .modal-header img {
    width: 190px;
  }
}

@media (max-width: 400px) {

  button {
    padding: 5px 10px;
  }
}

@media (max-width: 300px) {}