/* font */
@font-face {
  font-family: "DG-3asomy";
  src: local("DG-3asomy-Regular"),
    url("assets/fonts/DG-3asomy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* font */
body {
  background-image: url(assets/img/bg4.jpeg);
  background-position: 0 15%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "DG-3asomy";
}
.header {
  overflow: hidden;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

footer a .logo {
  width: 12rem;
}
.header a .logo {
  width: 12rem;
}

.header-right {
  float: right;
}

.p1 {
  width: 550px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.675rem 3.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  filter: drop-shadow(0px 2px 4px grey);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.675rem 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00b8b2;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  filter: drop-shadow(0px 2px 4px grey);
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: red;
}

/* #inputUrl::placeholder {
  color: #2d4376 !important;
} */
::placeholder {
  color: #00b8b2 !important;
}

.btn-primary {
  color: #fff;
  background-color: #f2a51b;
  border: 3px solid white;
  border-radius: 50px;
  padding: 5px 40px;
}

.form-group {
  position: relative;
}

.input-image {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.p2 {
  text-align: center;
  color: #2d4376;
}

.darkblue {
  color: #2d4376;
}

.form-check .form-check-input {
  float: right;
  margin-left: 0.7em;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 178, 0.25);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 178, 0.25);
}

.form-check-input:checked {
  background-color: #00b8b2;
  border-color: #00b8b2;
}

.form-check-input[type="checkbox"] {
  border-radius: 1.25em;
  border: 3px solid white;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #f2a51b;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(0, 184, 178, 0.25);
}

.title1 {
  text-align: center;
  color: #f22d76;
  font-size: 3rem;
}

.mo8amra img {
  width: 350px;
}

.clients img {
  width: 150px;
}

.p3 {
  width: 800px;
  padding-top: 60px;
  padding-bottom: 0px;
}

footer {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 10px;
  background: #ffffff60;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

footer h5 {
  color: #f2a51b;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
footer p {
  color: #2d4376;
  font-size: 0.9rem;
}
footer a {
  color: #2d4376;
  text-decoration: none;
}
.link-dark {
  color: #2d4376;
}
.products a:hover img{
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.tscale{
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

/* media query */
@media only screen and (max-width: 768px) {
  body {
    background-position: bottom;
  }
  footer a .logo {
    width: 7rem;
  }
  .header a .logo {
    width: 7rem;
  }
  .p1:first-child {
    width: 300px;
  }
  .p1 {
    width: 250px;
  }
  .p3 {
    width: 100%;
    padding-top: 49px;
    padding-bottom: 0px;  
  }
  .f1 {
    font-size: 0.55rem !important;
    padding: 0.675rem 2.25rem !important;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.675rem 3.25rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    filter: drop-shadow(0px 2px 4px grey);
  }
  .form-select {
    display: block;
    width: 100%;
    padding: 0.675rem 3.2rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #00b8b2;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    filter: drop-shadow(0px 2px 4px grey);
  }
  .input-image {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .size1 {
    width: 20px;
    height: 20px;
  }
  .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0.125rem;
    font-size: 0.7rem;
  }
  .title1 {
    text-align: center;
    color: #f22d76;
    font-size: 1.5rem;
  }
  .mo8amra img {
    width: 100%;
  }
  footer {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #ffffff60;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  footer p {
    color: #2d4376;
    font-size: 0.6rem;
  }
  .clients img {
    width: 80px;
  }
  footer h5 {
    font-size: 0.9rem;
    color: #f2a51b;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
}
